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...
You need to specifically enable the pdo_mysql plugin. Try adding this to your PHP.ini file: extensio...
If it were me I would set up the tables like this tblCities id | city_name tblCategory id | cat_nam...
What is the datatype for the active column? Also make sure nothing in the "emails.registration&...
I guess you could pass in a flag to prevent empty submissions, but to me just because an input is an...
If yopu want to use raw SQL you can use DB::raw() or DB::unprepared() However another option would b...
The Laravel portal for problem solving, knowledge sharing and community building.