You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel 9 uses Filesystem V3 so for backward compatibility version 2 of package is required, all changes for Laravel <9 should be done on V1 of this package, all changes for Laravel >9 should be done on V2 of this package
Laravel 9 places language files in root path and not in resources/lang anymore, using lang_path() in this package configuration
Minimum PHP version for Laravel 9 is 8.0.2, added php requirement in composer.json
Copy file name to clipboardExpand all lines: composer.json
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
"name": "kg-bot/laravel-localization-to-vue",
3
3
"description": "Laravel package used to collect all localization files from resources/lang (and custom) directories and sub-directories and make them available as JSON file",
0 commit comments