Can't get it to work #14
-
Environment
Issue descriptionI can't seem to find how to place the files to make it work, it used be a few php files when I used to use laravel 6 but now I have no idea where to put your files?
The documentation doesn't mention it either, and it is vague. Here are the structures I have tried: Steps to reproduceI posted the screenshot in issue description. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 11 replies
-
Just use our installer: https://publisher.laravel-lang.com/installation/ composer require laravel-lang/publisher laravel-lang/lang laravel-lang/attributes --dev
php artisan lang:update We wrote about it on the installation page: https://laravel-lang.com/installation/ |
Beta Was this translation helpful? Give feedback.
-
PHP 8.1, 8.2: composer require laravel-lang/publisher laravel-lang/lang laravel-lang/attributes --dev PHP 8.0: composer require laravel-lang/publisher:^13.0 laravel-lang/lang:^10.2 laravel-lang/attributes:^1.0 --dev PHP 7.4: composer require laravel-lang/publisher:^12.0 laravel-lang/lang:^10.2 laravel-lang/attributes:^1.0 --dev |
Beta Was this translation helpful? Give feedback.
-
Just a heads up that from the outside this has gotten quite confusing ; the information is spread out etc. I can't find a quickstart page where all of it is available, although it fits in 3 lines :
|
Beta Was this translation helpful? Give feedback.
PHP 8.1, 8.2:
PHP 8.0:
PHP 7.4: