laravel4-phpstorm-helper icon indicating copy to clipboard operation
laravel4-phpstorm-helper copied to clipboard

Laravel 4 IDE Helper for Jetbrains PhpStorm

Results 6 laravel4-phpstorm-helper issues
Sort by recently updated
recently updated
newest added

Latest Laravel 4 as of 02/20/2013, edited to include the defaults missed by the codeintel parser, along with some other minor flaws in the output. Based strictly on the json...

Change return of View::make and give data param default value to stop phpStorm from putting red lines under it wherever it's used.

I added a lot of missing Laravel 4 methods, organised them alphabetically and added Sentry 2 methods.

What would be an awesome feature would be adding the possibility of generating the helper file dynamically from an existing codebase, not only for core laravel facades but also for...

PhpStorm 5.04 notify me about error in method, I think reason is, that ide_helper miss default values for method parameters.

Even though most of the Helpers methods are available there are a couple which aren't , but which are still valid. In DB I often use DB::connection() to connect to...