Download the PHP package mortenscheel/laravel-ide-helper-plus without Composer
On this page you can find all versions of the php package mortenscheel/laravel-ide-helper-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mortenscheel/laravel-ide-helper-plus
More information about mortenscheel/laravel-ide-helper-plus
Files in mortenscheel/laravel-ide-helper-plus
Package laravel-ide-helper-plus
Short Description An automation extension for barryvdh/laravel-ide-helper.
License MIT
Homepage https://github.com/mortenscheel/laravel-ide-helper-plus
Informations about the package laravel-ide-helper-plus
Laravel IDE Helper Plus
This package is an extension for Barry vd. Heuvel's Laravel IDE Helper, adding some convenient automation features:
-
If an Eloquent model's underlying table is modified through a migration, automatically execute
php artisan ide-helper:models App\AffectedModel
after the migration has completed. - Automatically execute
php artisan ide-helper:generate
and/orphp artisan ide-helper:meta
when composer packages are changed (without having to edit the scripts incomposer.json
)
I've submitted a pull-request adding these features to the original package, but since there has been no response in several months, I've decided to release them as a separate package.
Installation
Via Composer
Publish config
Default configuration
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Barry vd. Heuvel (author of Laravel IDE Helper)
- Morten Scheel (automation features)
License
MIT. Please see the license file for more information.
All versions of laravel-ide-helper-plus with dependencies
barryvdh/laravel-ide-helper Version ^2.6
doctrine/dbal Version ^2.9