Support the ongoing development of Laravel.io →

alankarmore

Joined 3 Dec 2014

Statistics

Threads 1
Replies 7
Solutions 0
Articles 0

Eloquent where condition with mysql md5() function

I am getting an md5 string value from the URL and want to check is record present in the database ta...

0 Likes
5 Replies
Solved
replied 9 years ago

Eloquent where condition with mysql md5() function

@zaalbarxx: Thanks for your help. It worked.

0 Likes
replied 9 years ago

Model::create($request->all()) creates two rows identical rows on one form request

Please try with Product::create(Input::all()); instead of Product::create($request->all()); Hop...

0 Likes
replied 9 years ago

Responsibility of repositories

Nope as per my knowledge repositories may be used like service layer where you can write your busine...

0 Likes
replied 9 years ago

Separate routes to own files

I am not sure about the separate routes according to the specific controllers but you can use module...

0 Likes
replied 9 years ago

Looping through a table to save rows as an array?

If you are usign jquery then you don't have to loop through each row, you can use jqueries form seri...

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.

© 2024 Laravel.io - All rights reserved.