-
I localized all Auth routes.
When I go to Login and enter wrong credentials and submit it, I get redirected to home route? Any ideas or suggestion to why this might be happening?
``` php
$router->gr…
-
Hi, I've found an error when I set a prefix to a localized route. It can not find the route. I think this error has to do with this issue [#5](https://github.com/ARCANEDEV/Localization/issues/5)
This…
-
## Steps to Reproduce
```js
graphql(someQueryById, {
options: (props) => ({
variables: {widgetId: props.params.widgetId}
})
})
```
### Buggy Behaviour
If the props change,…
-
Hi, i noticed that each route exposes one component(or container). What should i do if i want to use multiple components in a route? index.js returns a container which returns one component, should th…
-
Hi,
I have more or less common setup of redux store with couple of reducers, middlewares and redux-persist. Ideally I want to make a branch in this store and give it to be used by ex-navigation, to ha…
zubko updated
8 years ago
-
So, nice work! I like this thing a lot.
However ... I can't get it to work properly.
relevant bits of code:
```
var navigation = new Navigation({
'menus': ['main', 'footer'],
'default':…
-
So I have two locales: en and hr.
I have to routes files. One in /app/Http/routes.php
and other one in /vendor/laravel/spark/src/Htpp/routes.php (assigns routes to $router variable)
Now when I got …
-
After installing generator and run npm run serve getting the below error in console.
Uncaught (in promise) Error: (SystemJS) Unexpected token
-
Hello!
```
Non-static method Mcamara\LaravelLocalization\LaravelLocalization::getCurrentLocale() should not be called statically
```
is thrown when using the library. I think it is a clash with the …
-
As discussed many times on slack Laravel today needs a full-featured support for easily making multilingual websites out of the box. Right now there are only translation files and App::set/getLocale()…