Download the PHP package daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep without Composer
On this page you can find all versions of the php package daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep
More information about daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep
Files in daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep
Package laravel-ide-helper-hook-eloquent-has-many-deep
Short Description Add Eloquent Has Many Deep support to Laravel IDE Helper
License MIT
Homepage https://github.com/daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep
Informations about the package laravel-ide-helper-hook-eloquent-has-many-deep
DEPRECATED:
The Laravel IDE-helper hook has been added to the main repo, see:
- https://github.com/staudenmeir/eloquent-has-many-deep/pull/215
- https://github.com/staudenmeir/eloquent-has-many-deep/releases/tag/v1.19
Laravel IDE Helper Hook EloquentHasManyDeep
A Laravel Package for adding EloquentHasManyDeep support to Laravel IDE Helper Laravel IDE Helper.
Installation
You can install the package via composer:
The EloquentHasManyDeep Hook is loaded using Package Discovery, when disabled read Manual Installation.
Usage
Run standard model generation commands as normal:
php artisan ide-helper:models "App\Models\Post"
Docblocks will be added to the model
Manual Installation
When disabled, register the LaravelIdeHelperHookEloquentHasManyDeepServiceProvider manually by adding it to your config/app.php
Testing
Credits
- Daniel de Wit
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-ide-helper-hook-eloquent-has-many-deep with dependencies
barryvdh/laravel-ide-helper Version ^2.9.2
staudenmeir/eloquent-has-many-deep Version ^1.7