Skip to content
This repository has been archived by the owner on Sep 15, 2018. It is now read-only.

A simple Package for multi-lingual Models in Laravel 5.

License

Notifications You must be signed in to change notification settings

Lecturize/Laravel-Translatable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads License

Laravel Translatable

A simple Package for multi-lingual Models in Laravel 5.

Important Notice

This package is a work in progress, please use with care and feel free to report any issues or ideas you may have!

We've transferred this package to a new owner and therefor updated the namespaces to Lecturize\Translatable. The config file is now config/lecturize.php.

Installation

Require the package from your composer.json file

"require": {
    "lecturize/laravel-translatable": "dev-master"
}

and run $ composer update or both in one with $ composer require lecturize/laravel-translatable.

Next register the service provider and (optional) facade to your config/app.php file

'providers' => [
    // Illuminate Providers ...
    // App Providers ...
    Lecturize\Translatable\TranslatableServiceProvider::class
];

Configuration & Migration

$ php artisan vendor:publish --provider="Lecturize\Translatable\TranslatableServiceProvider"

This will create a config/lecturize.php and a migration file. In the config file you can customize the table names, finally you'll have to run migration like so:

$ php artisan migrate

License

Licensed under MIT license.

Author

Handcrafted with love by Alexander Manfred Poellmann in Vienna & Rome.

About

A simple Package for multi-lingual Models in Laravel 5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages