Eloquent is driving me mad :-( I need to convert the following SQL to Eloquent. Ideally I want to us...
I have a model relationship, user belongsToMany roles. When updating a user I want to set the value...
I'm trying to develop a full stack L5 package and need to include/use illuminate/html and create a f...
I believe Laravel/5 defaults to production settings. Not all environment configurations are the same...
Yes, convention is to use plurals. You can generate your controller at the command line with php art...
Have you included the necessary use statements at the top of the seeder files? For example; use Illu...
The Laravel portal for problem solving, knowledge sharing and community building.