laraxot/module_rating_fila3

There is no license information available for the latest version (0.0.0) of this package.


README

Modulo dedicato alla gestione delle valutazioni

Aggiungere Modulo nella base del progetto

Dentro la cartella laravel/Modules

git submodule add https://github.com/laraxot/module_rating_fila3.git Rating

Verificare che il modulo sia attivo

php artisan module:list

in caso abilitarlo

php artisan module:enable Rating

Eseguire le migrazioni

php artisan module:migrate Rating