toriomlab/laravel-multilang

Support Laravel Translations From Database For Translatable Columns In Other Tables

dev-master 2021-04-03 16:42 UTC

This package is auto-updated.

Last update: 2025-05-29 01:26:04 UTC


README

Installation

Install this package through Composer.

run a command in your command line:

composer require toriomlab/laravel-multilang dev-master

In Laravel the service provider and facade will automatically get registered.

Copy this line to providers at config/app.php file:

Toriomlab\LaravelMultilang\LaravelMultilangServiceProvider::class

To publish and to edit config file run this line :

php artisan vendor:publish --provider="toriomlab\LaravelMultiLang\MultiLangServiceProvider"

After run migration command

php artisan migration

Credits