I would like to insert a large number of rows into my database using chunks, but I am not sure I am...
I have been porting a project from Laravel 5 to Laravel 5.1 and I am coming across an "unsuppor...
I have a Session variable and I want to remove a particular value from it. from it. I tried Sessio...
I am creating a Laravel 5 store shopping cart and I would like to allow the users to compare up to 3...
Ok, I have been going crazy trying to figure this out and need some help. I ported a Laravel 4 proj...
Well, thanks, but I tried using the index and still get the same results. It appears that the sessi...
Great! I appreciate the feedback. I will try sessions first and then try a database to see which i...
You need to use a function. Something like this: $q = DB::table('my_table') ->where('some_field'...
Wel, tkprocat, my I found that the RouteServiceProvider $namespace variable is set to null. There w...
Well, I do something similar with assigning some roles to users. I loop through my values and inser...
The Laravel portal for problem solving, knowledge sharing and community building.