Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 259 Bytes

Laravel Translatable

Installation

$ composer require t1k3/laravel-translatable

After updating composer, add the ServiceProvider to the providers array in config/app.php

T1k3\LaravelTranslatable\Providers\ServiceProvider::class,