laraxot / module_lang_fila3
0.0.0
2023-12-12 09:49 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- illuminate/support: ^10.0
- laraxot/module_cms_fila3: dev-master
- laraxot/module_tenant_fila3: dev-master
- laraxot/module_user_fila3: dev-master
- laraxot/module_xot_fila3: dev-master
- spatie/laravel-package-tools: ^1.11.3
- spatie/laravel-sluggable: ^3.4
Requires (Dev)
- larastan/larastan: ^2.0.1
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
- dev-master
- v1.x-dev
- v0.2.07.x-dev
- v0.2.06.x-dev
- 0.0.0
- dev-dev
- dev-cs0.2.06
- dev-prod
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.2.0
- dev-dependabot/github_actions/ramsey/composer-install-3
- dev-dependabot/github_actions/borales/actions-yarn-5
- dev-dependabot/github_actions/actions/cache-4
This package is auto-updated.
Last update: 2024-10-29 20:05:43 UTC
README
Modulo dedicato alla gestione delle traduzioni
Aggiungere Modulo nella base del progetto
Dentro la cartella laravel/Modules
git submodule add https://github.com/laraxot/module_lang_fila3.git Lang
Verificare che il modulo sia attivo
php artisan module:list
in caso abilitarlo
php artisan module:enable Lang
Eseguire le migrazioni
php artisan module:migrate Lang