I'm creating some custom commands in Laravel as per the documentation: link
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 you can run beyond the Artisan commands, some native linux commands such as: sudo chmod -R 775 /var/www/laravel/storage