Laravel IDE Support
I don't want to install
barryvdh/laravel-ide-helper
package in every Laravel project, even as a dev dependency. Therefore, I create this repository to provide a simple solution to generate meta files for IntelliJ IDEA. In another word, this solution still depends onbarryvdh/laravel-ide-helper
package, but is kept independently of source code.
-
Go to a Laravel project that already has vendor directory (after running composer install)
cd /path/to/laravel
-
Clone this repository into
vendor/_ide_support
directory.git clone https://github.com/seriquynh/laravel-ide-support.git vendor/_ide_support
-
Install dependencies inside
vendor/_ide_support
directory, not the project base directory.composer install -d ./vendor/_ide_support
-
Execute the composer
support
script invendor/_ide_support
directory.composer run support -d ./vendor/_ide_support