laravel-langman-gui
laravel-langman-gui copied to clipboard
A GUI for managing JSON translation files in your laravel projects.
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, please work this package with laravel 7?
Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
When I run a fresh scan with this package it only finds strings that are echoed using the `__` method and not strings using the `@lang` method. Simply changing `@lang('Back...
Hi, there is a problem I face with your library because my Laravel project is in a subfolder with a naked /public/ folder visible in the URL, so the post...
Hi Themsaid, thanks for your work in L, Im trying your tool, and when I scan, Im getting that is getting this as key: ``` ')}} {{__('Created ``` in reality,...
Hi, I noticed the config('langmanGUI.route_group_config.namespace') actually allows us to switch to our own Controller extending from the base Controller, but some private methods & attributes are prohibiting me from doing...
Hi, I have problem with making middleware for this package # here is what I tried so far: **1-** code below in `config/langmanGUI.php` ```php 'route_group_config' => [ 'middleware' => ['role:Admin'],...
Hello. Whenever i try to save or scan i get this error: 
https://github.com/themsaid/laravel-langman-gui/blob/master/src/Manager.php#L151-L163 ```php $pattern = // See https://regex101.com/r/jS5fX0/5 '[^\w]'. // Must not start with any alphanum or _ '(?)'. // Must not start with -> '('.implode('|', $functions).')'.// Must start with one...