-
I thought this was the sole purpose of this package, but it looks like my assumption was wrong because I cannot find it at all.
Here is my goal:
```
Date::setLocale('pt-BR');
dd(Date…
-
On ```config\nova\froala-field.php``` I tried:
````
'options' => [
'toolbarButtons' => [
'bold',
'italic',
'underline',
'|',
…
-
#Laravel **Framework 6.16.0**
Every time I log out of the app the language changes, I have to keep the language that the user has chosen.
Notice* **useAcceptLanguageHeader** and **hideDefaultLocal…
-
Hello, i'm using your package together with https://kazupon.github.io/vue-i18n/
Here is the thing:
Laravel translation parameters look like ":parameter"
Vuei18n expects "{parameter}"
This is my…
-
I am getting next error when I try to get data from my bucket:
```
{
"message": "Undefined offset: 1",
"exception": "ErrorException",
"file": "E:\\Vazni dokumenti\\Projekti\\IT Fabr…
-
i got this error Class 'Igniter\Flame\Currency\Models\Currency' not found how to solve it?
-
ex.
```blade
__("Hello $someVar")
```
> $someVar == "one,two,three" which we already have a key per each
```json
"Hello one": "Hello one",
"Hello two": "Hello two",
"Hello three": "Hello thr…
-
Hello,
Sometimes, in production (so without xdebug... since I first thought it was related to #244), I have errors that does'nt show in sentry.
However, I have my trace in laravel.log...
I don'…
-
# Bug report
### What I did
Have few radio fields and one google address field.
Do a refresh of some page which is editing one row of a model. Every 3-5th refresh causes google object to be nul…
-
**Expected behavior:**
I type in my address. When i want to check it i would expect to get the address verified and check if it is within restaurant area. Area is defined as polygon area.
**Actual…