mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Change order
This commit is contained in:
@@ -8,6 +8,11 @@ Add the helper file to your laravel folder (not in a public folder). The file is
|
||||
* SublimeText CodeIntel version: https://gist.github.com/barryvdh/5227814
|
||||
|
||||
### Automatic phpDoc generation for Laravel Facades
|
||||
#### NOTE: run before optimising. If bootstrap/compiled.php is loaded, it doesn't work.
|
||||
|
||||
php artisan clear-compiled
|
||||
php artisan ide-helper:generate
|
||||
php artisan optimize
|
||||
|
||||
Require this package in your composer.json:
|
||||
|
||||
@@ -31,8 +36,8 @@ You can configure your composer.json to do this after each commit:
|
||||
|
||||
"scripts":{
|
||||
"post-update-cmd":[
|
||||
"php artisan optimize",
|
||||
"php artisan ide-helper:generate",
|
||||
"php artisan optimize"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -71,4 +76,4 @@ After copying the phpdocs to your model, you can clear the file, so your IDE onl
|
||||
|
||||
### License
|
||||
|
||||
The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
|
||||
The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
|
||||
|
||||
Reference in New Issue
Block a user