Posts by MauricioLGJunior • 45 points
2 posts
-
4
votes2
answers422
viewsQ: Correct use of Laravel Mutators 5.1. Is it possible to use it in this way described below?
Hello, I’m using Laravel 5.1 at the moment and I came up with a question. I have a grid that shows values of a given CRUD and I search through Table::all(), which returns something like: array:5 [▼…
laravelasked MauricioLGJunior 45 -
0
votes1
answer732
viewsQ: Redirect post login on facebook
Hello, would like to ask a question about the redirect of facebook post login. I made a Facebook application that the user can only see it when logged in and it will be in a tab. I installed the tab…