I'm using cviebrock/eloquent-sluggable to make some nice urls. Now I want to update them to new ones...
I don't know what else to do anymore, everything I tried failed. So there's this form {{ Form::open...
Don't know if I'm doing this right. I have two models: Projects and Clients. Projects table has the...
Can't get this to work properly. The results are not ordered by date and I get duplicates for each c...
Yes, you can access column names like Auth::user()->id, Auth::user()->email....
That's my problem, I don't want to add a project with client_id 1, I want to add the clients id that...
The Laravel portal for problem solving, knowledge sharing and community building.
The community