Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.08 KB

LaravelStorm

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.

Current Tools:

  • 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).

image

  • Laravel Files Creation Manager : Add an option in New menu to create laravel files (Such as Controllers, Models, Migrations ... etc) using a simple dialog

image


TODO:

  • Add migrations manager to manage migrations without writing commands.
  • Filter the Laravel.log output.
  • Add a simple documentation .