LaravelPackages.net
Acme Inc.
Toggle sidebar
daniel-de-wit/laravel-ide-helper-hook-translatable

Add Laravel Translatable support to Laravel IDE Helper

6.843
3
0.0.5
About daniel-de-wit/laravel-ide-helper-hook-translatable

daniel-de-wit/laravel-ide-helper-hook-translatable is a Laravel package for add laravel translatable support to laravel ide helper. It currently has 3 GitHub stars and 6.843 downloads on Packagist (latest version 0.0.5). Install it with composer require daniel-de-wit/laravel-ide-helper-hook-translatable. Discover more Laravel packages by daniel-de-wit or browse all Laravel packages to compare alternatives.

Last updated

Laravel IDE Helper Hook Translatable

Software License GitHub Tests Action Status Coverage Status Latest Version on Packagist Total Downloads

A Laravel Package for adding Laravel Translatable 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-translatable

The Translatable 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"

Manual Installation

When disabled, register the LaravelIdeHelperHookTranslatableServiceProvider manually by adding it to your config/app.php

/*
 * Package Service Providers...
 */
 DanielDeWit\LaravelIdeHelperHookTranslatable\Providers\LaravelIdeHelperHookTranslatableServiceProvider::class,

Testing

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments