laravel-langman-gui icon indicating copy to clipboard operation
laravel-langman-gui copied to clipboard

A GUI for managing JSON translation files in your laravel projects.

Results 29 laravel-langman-gui issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.6.2)](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...

dependencies

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...

dependencies

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: ![screenshot_2017-12-06_14-32-19](https://user-images.githubusercontent.com/158787/33661893-74b42c4a-da92-11e7-9676-21699ee34030.png)

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...