Results 66 comments of Lito

@h3nr1-g but, what's the problem with API endpoints? This allow a customizable users sync for any integration.

Ok, let me some time to check the LDAP AUTH. Please @h3nr1-g create an issue for this feature request :)

Oh, great! You can copy english folder from `resources/lang/en` to `resources/lang/de` and translate the files contents. To test it, you can change the `config/app.php` file: ``` 'locale' => env('APP_LOCALE', 'es'),...

And what is the value for `ignore_environments` in `config/packer.php` file?

Must be an array: `'ignore_environments' => ['production']`.

And original css code?

Ok, it's a bug. I think that regular expression should be something like: ```php return preg_replace('/(url\((?![\'"]))(.*)/', '$1'.$this->settings['asset'].dirname($public).'/$2', $contents); ``` I will test it today. Thanks!

> @eusonlito Why not add this fix in master? Ok, let me see :)

Same here, you can copy the same text from browser multiple times and some times include the null byte and other times not. I have this problem only with Sublime...

Hello! You can create a fork, add the `br` folder inside `resources/lang` and then make a commit with the changes. Once changes are pushed to your fork, you will can...