How do I make a linux shell script to run a laravel artisan command?
ex: php artisan migrate
but create a script to run this command
How do I make a linux shell script to run a laravel artisan command?
ex: php artisan migrate
but create a script to run this command
Would it be something like this you need?
#!/bin/bash
/usr/bin/php /pasta/root/projeto/artisan cache:clear