Maybe a link would be better, because the file is quite large ;) (Or is that done by the forum?)
Also, I know the gist is easier to use, but I don't always update it. If you look at the install instructions https://github.com/barryvdh/laravel-ide-helper and add the 'php artisan ide-helper:generate' command to your post-update-cmd, the helper is in sync with the laravel code base and your own Facades are included :)
Ugh! Trying scrolling that on mobile :(
Just started trying out L4 on PHPStorm. I have lots of php errors on blade.php files. So I followed your instructions ie created a folder in root an then added the file to it. Nothing happened. Still have errors everywhere even though they are files from the L4 "quick start" guide.
so tried adding it to a folder and then added the folder to the libraries - same result.
I tried turn off inspections with no result. What can I do to get rid of all the errors on PhpStorm ? I had expected that ide_helper would provide autocomplete for L4 in PHP Storm. What exactly does ide_helper actually supposed to do for me ?
Many Thanks
It provides autocomplete for the Laravel facades, like it says in the description. See https://github.com/barryvdh/laravel-ide-helper It doesn't do anything for blade. Perhaps look at http://youtrack.jetbrains.com/issue/WI-14172 or https://github.com/outofcontrol/Blade.tmbundle
I like Codelobster for Laravel development: http://www.codelobster.com/laravel.html It has great plug-in for Laravel autocomplete including Blade.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community