Download the PHP package daniel-de-wit/laravel-ide-helper-hook-paperclip without Composer
On this page you can find all versions of the php package daniel-de-wit/laravel-ide-helper-hook-paperclip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download daniel-de-wit/laravel-ide-helper-hook-paperclip
More information about daniel-de-wit/laravel-ide-helper-hook-paperclip
Files in daniel-de-wit/laravel-ide-helper-hook-paperclip
Package laravel-ide-helper-hook-paperclip
Short Description Add Paperclip support to Laravel IDE Helper
License MIT
Homepage https://github.com/daniel-de-wit/laravel-ide-helper-hook-paperclip
Informations about the package laravel-ide-helper-hook-paperclip
Laravel IDE Helper Hook Paperclip
A Laravel Package for adding Laravel Paperclip support to Laravel IDE Helper Laravel IDE Helper.
Installation
You can install the package via composer:
The Paperclip 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 LaravelIdeHelperHookPaperclipServiceProvider manually by adding it to your config/app.php
Testing
Credits
- Daniel de Wit
- wimski
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-ide-helper-hook-paperclip with dependencies
barryvdh/laravel-ide-helper Version ^2.9 || ^3.0
czim/laravel-paperclip Version ^5.0
illuminate/database Version ^9.0 || ^10.0