Posts by Allan Santos • 51 points
4 posts
-
1
votes2
answers63
viewsA: Laravel: redirect after logging in
Take a look at this link, I think it might help you Basically the LoginController has a method public function redirectTo(), ai in it you can do a validation using a query string type next_uri.…
-
0
votes1
answer42
viewsA: Laravel - Return values in master layout
Returning any data specifically to the "master" layout is not possible. One of the solutions would be to instantiate the model directly in the view. for example:…
-
1
votes1
answer732
viewsA: Login with Ionic using Windows for the back-end
Opa, Basically what you would do is create a Restfull api, this Blog teaches how to create beyond the API with Laravel, also the authentication part. The other Blog teaches how to create the login…
-
0
votes0
answers80
viewsQ: Add PHP Meta Fractal
I’m using the fractal next to the Laravel to manipulate my collections. In some Transformers I use the available include (as an example below). What I’d like to do is include a goal with array of…