I need to set id manually instead increments, but I have a problem. $user = User::create...
I want to create a web app with Laravel 5 that require three different type of user authenticated: s...
I try to use the test example in L5 and I can't understand becouse the works only if I use the compl...
I use exists() if I need to return a value, instead if I need to stop the execution of the script I...
In L5 the models files are situated inside "app" folder. Controler inside "app/Http/C...
I'm in the same condition, I used L4 and now i'm trying to switch to L5 but with a lot of difficult....
RemiCollin said: Same as in L4. Just add the 'use' statement at the top of your class with the corr...
The Laravel portal for problem solving, knowledge sharing and community building.