Laravel run app on different port
March 27, 2021
Just because I keep forgetting this command -
if you wish to open your Laravel application not on the standard 8000 port but on a different one, use this:
php artisan serve --port=1234
Also handy if you've got several applications running at the same time.