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
Requires
- calebporzio/sushi: ^2.4
- illuminate/contracts: ^9.0|^10.0
- illuminate/support: ^9.12|^10.0
- kalnoy/nestedset: ^6.0
- laraxot/module_lang: dev-master
- laraxot/module_xot: dev-master
- livewire/livewire: ^2.10
- phpdocumentor/type-resolver: ^1.5
- spatie/laravel-package-tools: ^1.11.3
- spatie/laravel-sluggable: ^3.4
- spatie/laravel-translatable: ^6.1
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.12
- fakerphp/faker: ^1.14
- friendsofphp/php-cs-fixer: ^3.0
- inertiajs/inertia-laravel: ^0.6.3
- nesbot/carbon: ^2.63
- nette/php-generator: ^4.0
- nunomaduro/larastan: ^2.2
- orchestra/testbench: ^8.5
- pestphp/pest: ^1.22
- pestphp/pest-plugin-laravel: ^1.3
- phpstan/extension-installer: ^1.1
- phpunit/phpunit: ^9.3
- spatie/invade: ^1.0
- spatie/laravel-typescript-transformer: ^2.1.6
- spatie/pest-plugin-snapshots: ^1.1
- spatie/phpunit-snapshot-assertions: ^4.2
- spatie/test-time: ^1.2
This package is auto-updated.
Last update: 2024-10-28 11:57:05 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