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...
In your original example, you have the where clauses nested in the in the join function, I think tha...
Your database schema is fine. If you need to keep those tables logically seperate the best way to do...
Can you post an example of the code and the error you are getting. It sounds like you are trying to...
phpmyadmin is just a web interface that allows you to manage a MySQL database. It is nothing more th...
I think you have to use routes to do that... however if I were you I would create 2 sets of routes,...
The Laravel portal for problem solving, knowledge sharing and community building.