laraxot/module_setting_fila3

module setting to manage useful functions

Maintainers

Package info

github.com/laraxot/module_setting_fila3

Homepage

pkg:composer/laraxot/module_setting_fila3

Transparency log

Fund package maintenance!

marco76tv

laraxot

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

This package is auto-updated.

Last update: 2026-06-17 16:57:22 UTC


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