laraxot / module_lang_fila3
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 4
Open Issues: 4
pkg:composer/laraxot/module_lang_fila3
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-dev
 - 0.0.0
 - dev-dependabot/npm_and_yarn/vite-7.1.12
 - dev-dependabot/npm_and_yarn/tailwindcss-4.1.16
 - dev-dependabot/npm_and_yarn/tailwindcss-4.1.15
 - dev-dependabot/npm_and_yarn/vite-7.1.11
 - dev-dependabot/npm_and_yarn/cross-env-10.1.0
 - dev-dependabot/npm_and_yarn/laravel-vite-plugin-2.0.1
 - dev-master
 - dev-prod
 
This package is auto-updated.
Last update: 2025-10-23 14:10:29 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