DEV Community

Jasmin Shukla (Jess)
Jasmin Shukla (Jess)

Posted on

How to Deploy Laravel on AWS EC2 with Nginx

๐Ÿš€ Introduction

In this post, you'll learn how to deploy a Laravel app on AWS EC2 using Nginx...

๐Ÿ› ๏ธ Requirements

  • AWS EC2 instance
  • Laravel project
  • Nginx installed...

๐Ÿ”ง Steps

  1. SSH into your EC2
  2. Install PHP, Composer, etc.
  3. Clone your Laravel project...

โœ… Conclusion

Youโ€™ve successfully deployed your Laravel app on AWS EC2!

Top comments (0)