Laravel Artisan Commands
It would be great if you could provide a GUI (buttons) for basic Laravel commands, such as:
php artisan migrate
php artisan migrate:refresh
composer update
php artisan optimize
php artisan cache:clear
These are such basic commands that need to be run at the root level of each project and if you could provide simple buttons it would avoid a trip to the built in browser ssh tool.
-
Abhishek Shah commented
Just like you have git pull and other SSH related "buttons" on the GUI for easy access, it is very easy to create similar predefined functions that are the same for all projects, the only difference is the root folder in which they are executed from.
-
Kristina Yordanova commented
Isn't this the idea of Laravel and SSH? SSH is relevance to the cmd prompt. I don't know any dev environment with the buttons you are talking about.