Is it possible to run some other arrtisan command when we run php artisan serve . at the same time ? Is there any way to do that?
Can i run multiple command with artisan serve laravel?
1.3k views Asked by Tushar At
2
Is it possible to run some other arrtisan command when we run php artisan serve . at the same time ? Is there any way to do that?
You can run multiple commands separated by a semi-colon.
For example:
Would that help?