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

IntelliJIdea & PhpStorm Laravel tools plugin

License

Notifications You must be signed in to change notification settings

ammardev/LaravelStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .