Laravel serve em outro post

//Host and Port
php artisan serve --host=0.0.0.0 --port=8080
//Port
php artisan serve --port=8081
Majhi Bhai