-
I _think_ this might be similar to #30, but I am not 100% certain. When trying to "jump to source" (cmd + click on Mac / ctrl + click on Win), `@include`s work just fine (opens the correct file), but …
-
- Laravel Version: 5.1
- PHP Version: 5.6
- Database Driver & Version:
### Description:
Whenever I add translations in lang files via langman, Langman does not write into files according to PSR-…
-
Hi,
I use laravel-vue-i18n for my project, which provides translations in vue. This dynamically creates translations in lang/php_*.json.
The translation manager recognizes e.g. php_en as language.…
-
Hello guys i'm trying to implement edit in place
i follow the doc on wiki,
and i'm stuck on
> You need to add a call to \Lang::editInPlace() somewhere in your middleware or service provider t…
-
One of the great things about Symphony is the ease that comes with installation; A website owner can just drop the package into their root http folder and hit up `/install` in their browser and get on…
-
Following the spirit of vue, it feels strange to call "getActiveLanguage" to get the current locale.
Can you please add an export with a ref that holds the active language as well?
That would also e…
-
When trying to insert a new page the settings page accepts values and pressing save validates them. But the call to server fails with an internal server error 500
POST http://localhost/laravel/public…
-
I have a seperate Modules folders where i have a folder per module. Within each module folder i have the translations for that module.
With laravel i can get this translatation with:
`@lang('mod…
-
laravel: 10
laravel-generator: 6.0.1
adminlte-template: 6.0.0
php: 8.3
## issue
1. generator not generate component as component tag but full view of it
## step to reproduce
1. edit templat…
-
Here is what I do:
'en.auth-message': require('../../../resources/lang/en/auth/message.php'),`
and then `lang.get('auth-message.translation')` which works.
However doing this:
`en.auth/message': r…