laraxot/module_setting_fila3

module setting to manage useful functions

Fund package maintenance!
marco76tv
laraxot

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 4

Open Issues: 0

pkg:composer/laraxot/module_setting_fila3


README

Modulo dedicato alla gestione di alcune configurazioni

Aggiungere Modulo nella base del progetto

Dentro la cartella laravel/Modules

git submodule add https://github.com/laraxot/module_setting_fila3.git Setting

Verificare che il modulo sia attivo

php artisan module:list

in caso abilitarlo

php artisan module:enable Setting

Eseguire le migrazioni

php artisan module:migrate Setting