How to run command php artisan serve without change to the proect directory?
I try to run this command but nothing happen
php /home/john/Documents/project/ artisan serve --port=1111
I want to insert this command to alisases at bash aliases so i don't need to insert the port anymore. Please help me, how to run artisan with specified directory?
Try to remove space:
php /home/john/Documents/project/artisan serve --port=1111
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With