This throws a 500 server error. I don't even get a laravel error page. As soon as I pass in the % fo...
A simple model with a function class crmUser extends Eloquent { protected $table = 'Person';...
Hey all, I have been battling this one for a while and after a lot of searching online I am at a los...
Hi all, So I have a directory inside the public directory called /downloads/ The downloads dir conta...
Maybe I am doing this wrong... here is the scenario. I have a form that saves a User. A user can bel...
If it were me and I had to pull this off as you described I would install Wordpress in the public fo...
You can do it like this and get the attributes back $user = New User; $user->name = 'John' $user-...
I did this exact thing and it works fine in the eloquent models, you just have to have your create y...
I think it is destroy $user->posts->destroy() There is also soft deleting, you add a column ca...
The Laravel portal for problem solving, knowledge sharing and community building.