-
When I try to install menu builder to Laravel 11.9 (v11.21.0) project, composer gives me confliction errors like below.
`Problem 1
- efectn/laravel-menu-builder[v1.5.0, ..., v1.5.2] require il…
-
```
TypeError
array_replace_recursive(): Argument #2 must be of type array, int given
at vendor\laravel\framework\src\Illuminate\Translation\FileLoader.php:129
125▕ {
126▕ …
-
### Feature Description
Существующая функция супер.
Но хотелось бы доработки)
к примеру в настройках плагина для проекта указать какие еще языки присутствуют в проекте, и на основании этих языков…
-
``` composer require rzakhanov/translation
./composer.json has been updated
Running composer update rzakhanov/translation
Loading composer repositories with package information
Updating dependenci…
-
It seems that this package causes translation errors in Laravel Nova (see this issue https://github.com/laravel/nova-issues/issues/4192).
By calling a translation in a constructor the incorrect loc…
-
Hello,
First of all, thank you for this nice package.
When I do the translation process, I see that additional double quotes are added in the translation file.
My language file;
`
-
when no `en.json` file provided, the package will create `en.php` file translation which is not working.
the php language files not working until they are inside language folders.
the fix si…
-
Using trans function in config files (eg. in title) causes error:
```
Fatal error: Uncaught exception 'ReflectionException' with message 'Class log does not exist' in /home/http/bezdomu/vendor/larave…
-
I don't know this is a bug or I did not find the properly to handle the package. If the id of Post is input manually by form:
```
class Job extends Model implements TranslatableContract
{
use …
-
Would be awesome if it would support the laravel resources/lang directories that hold the php arrays for translations in their file/directory structure
robov updated
3 years ago