-
Hello,
Some users are getting the following error:
```
UnsupportedLocaleException in LaravelLocalization.php line 119:
Laravel default locale is not in the supportedLocales array.
```
I can reprodu…
-
Hi Kevin,
Any chance to update this package for use with Laravel 7 any time soon? :)
-
I'm getting this warning when using webpack:
```
WARNING in ./~/moment/min/moment-with-locales.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./locale in \node_modules\moment\min
@ …
-
Hi everyone, I'm trying to add relationships, but it doesn't work.
models
```php
class JobVacancy extends Model implements Transformable
{
use TransformableTrait;
use HasJsonRelation…
-
after loading data to make the purchase in a new ecommerce project using the version: 2018.04 in laravel 5.5 with php 7, in the summary, this appears
![imagen](https://user-images.githubusercontent…
-
According to
- https://webmasters.googleblog.com/2014/05/creating-right-homepage-for-your.html (search for '302')
- https://moz.com/community/q/language-detection-redirect-301-or-302
- https://produc…
-
- Laravel Version: 5.7.9
- Nova Version: 1.1.4
- PHP Version: 7.1
### Description:
I've created Nova resources for the spatie-permissions Role and Permission models.
Since our app is multilingu…
-
I am getting an error:
```php
Unable to prepare route [js/localization.js] for serialization. Uses Closure.
```
It's because you're using a `Closure` in the `routes` file: https://github.com/kg-…
-
Laravel 7.x is so close to release, so it would be great if Laravel Localization will support it.
-
Hello,
Is it possible to make it compatible in laravel 7?