Support the ongoing development of Laravel.io →
djtechonline

djtechonline

Joined 24 Aug 2014

Statistics

Threads 14
Replies 27
Solutions 7
Articles 0

How do I use chunk to insert large amounts of data into database?

I would like to insert a large number of rows into my database using chunks, but I am not sure I am...

0 Likes
2 Replies
Solved

L5.1 Unsupported operand types error on select element w/ default blank dropdown option

I have been porting a project from Laravel 5 to Laravel 5.1 and I am coming across an "unsuppor...

0 Likes
9 Replies
Solved
posted 10 years ago

How can I remove a particular value from a Session array?

I have a Session variable and I want to remove a particular value from it. from it. I tried Sessio...

0 Likes
2 Replies

Best way to create a product comparison on an L5 store?

I am creating a Laravel 5 store shopping cart and I would like to allow the users to compare up to 3...

0 Likes
3 Replies
Solved

L5 Auth\AuthController and Auth\PasswordController not found

Ok, I have been going crazy trying to figure this out and need some help. I ported a Laravel 4 proj...

0 Likes
4 Replies
replied 10 years ago

How can I remove a particular value from a Session array?

Well, thanks, but I tried using the index and still get the same results. It appears that the sessi...

0 Likes
replied 10 years ago

Best way to create a product comparison on an L5 store?

Great! I appreciate the feedback. I will try sessions first and then try a database to see which i...

0 Likes
replied 10 years ago

How to reproduce a OR WHERE YEAR(.....) clause?

You need to use a function. Something like this: $q = DB::table('my_table') ->where('some_field'...

0 Likes
Solved
replied 10 years ago

L5 Auth\AuthController and Auth\PasswordController not found

Wel, tkprocat, my I found that the RouteServiceProvider $namespace variable is set to null. There w...

0 Likes
replied 10 years ago

Creating or Updating multiple DB table with a single form.

Well, I do something similar with assigning some roles to users. I loop through my values and inser...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.