Laravel-JS-Localization icon indicating copy to clipboard operation
Laravel-JS-Localization copied to clipboard

fix langs path to support new laravel versions but old resources/lang dir

Open ahmedsayedabdelsalam opened this issue 9 months ago • 1 comments

like laravel way

https://github.com/laravel/framework/blob/8bcd484c8648053acf3a12041e7c8294392e15f7/src/Illuminate/Foundation/Application.php#L326-L332

ahmedsayedabdelsalam avatar Feb 20 '25 19:02 ahmedsayedabdelsalam

Also why you need that, you can change that by ur self when you execute the command php artisan lang:js public/js/translations/translations.js -s resources/lang

TH3AL3X avatar Mar 12 '25 09:03 TH3AL3X