-
If I want to translate the dashboard to another language (a business need), how should it go? is it a simple `lang/en/file` ?
-
dear Nashir do you think to integrate multilanguage package to the system?
-
## Internationalisation
I would like localise the site, laravel has build-in [localization](https://laravel.com/docs/5.4/localization) support.
I think adding i18n in the current state is already …
-
Instead of showing a 403 page I've got an `unauthenticated()` exception handler which does this:
```php
return redirect()->guest('login');
```
Unfortunately it's not picking up on the correct …
-
[Chronos](https://github.com/cakephp/chronos) is a replacement for Carbon which has 2 main benefits: it's made to be immutable by default and it's more performant than Carbon.
I think a lot of peop…
-
So 7.0 is definitely far along now. It's still not at the point of release by any means.
This was a ground up rebuild, like seriously `laravel new boilerplate`.
I have been working on it almost …
-
The laravel-filemanager dev-master branch seems to be changed a lot and the file/image selections don't work in laraberg, because now they pass an object instead of url/path tuple as the `window.opene…
-
**Expected behaviour:**
to update to the current version
**Actual behaviour:**
brings up error during update then prevents update going further
call to a member function first() on array
line 2…
-
I guess this might be related to #198 but our situation is slightly different.
I've implemented the package locally, no issues at all. Our CI runs fine too. I have just merged it to trigger an upgr…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Write test by this documentation https://github.com/mcamara/laravel-…