Simple IntelliJIdea & PhpStorm plugin to add some useful tools to use with laravel .
https://plugins.jetbrains.com/plugin/9795-laravelstorm
This is not a framework support plugin. If you are searching for a framework support use Laravel Plugin . My plugin is only add some useful tools to deal with laravel easier.
- Run Configuration: Allow user to run
php artisan serve
from the run menu in the IDE without using terminal (You can insert a custom port and host).
- Laravel Files Creation Manager : Add an option in New menu to create laravel files (Such as Controllers, Models, Migrations ... etc) using a simple dialog
- Add migrations manager to manage migrations without writing commands.
- Filter the Laravel.log output.
- Add a simple documentation .