daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep
最新稳定版本:v1.0.1
Composer 安装命令:
composer require --dev daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep
包简介
Add Eloquent Has Many Deep support to Laravel IDE Helper
README 文档
README
DEPRECATED:
The Laravel IDE-helper hook has been added to the main repo, see:
- staudenmeir/eloquent-has-many-deep#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:
composer require --dev daniel-de-wit/laravel-ide-helper-hook-eloquent-has-many-deep
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
/* * Package Service Providers... */ DanielDeWit\LaravelIdeHelperHookEloquentHasManyDeep\Providers\LaravelIdeHelperHookEloquentHasManyDeepServiceProvider::class,
Testing
composer test
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-07