A Laravel Package for adding Laravel Translatable support to Laravel IDE Helper Laravel IDE Helper.
You can install the package via composer:
composer require --dev daniel-de-wit/laravel-ide-helper-hook-translatable
The Translatable Hook is loaded using Package Discovery, when disabled read Manual Installation.
Run standard model generation commands as normal:
php artisan ide-helper:models "App\Models\Post"
When disabled, register the LaravelIdeHelperHookTranslatableServiceProvider manually by adding it to your config/app.php
/*
* Package Service Providers...
*/
DanielDeWit\LaravelIdeHelperHookTranslatable\Providers\LaravelIdeHelperHookTranslatableServiceProvider::class,
composer test
The MIT License (MIT). Please see License File for more information.