How to run multiple Laravel projects at same time?

Step 1: Go to command prompt and run your first project which you regularly run.

php artisan serve

Step 2: Now open another command prompt and go to your project directory path and run below command

php artisan serve --port=8080

Related Posts

Divyesh Patel

I'm Divyesh Patel, Web & App developer. I want to make things that make a difference. With every line of code, i strive to make the web a beautiful place.

Leave a Reply