Skip to content

Latest commit

 

History

History
executable file
·
23 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

executable file
·
23 lines (19 loc) · 435 Bytes

Module Lang

Modulo dedicato alla gestione delle traduzioni

Aggiungere Modulo nella base del progetto

Dentro la cartella laravel/Modules

git submodule add https://github.com/laraxot/module_lang_fila3.git Lang

Verificare che il modulo sia attivo

php artisan module:list

in caso abilitarlo

php artisan module:enable Lang

Eseguire le migrazioni

php artisan module:migrate Lang