laraxot/module_rating_fila3

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

0.0.0 2023-11-21 08:28 UTC

This package is auto-updated.

Last update: 2025-04-24 21:10:58 UTC


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