To run one laravel project we only need to type \"php artisan serve\". and it will be available on port 8000.
But sometimes we need to run multiple projects at the same
You can also run web server on multiple port in PHP application by the following command.
php -S localhost:8000 php -S localhost:8080