0
I’m creating some custom commands in Laravel as per the documentation: https://laravel.com/docs/5.4/artisan
ex:
php artisan gestao:config
This command allows me to automatically configure some things in my application, such as migrate
and Seeds
of my application.
What I would like to know is if it is possible to run in addition to the Artisan commands, some native linux commands, for example: sudo chmod -R 775 /var/www/laravel/storage