How can I do the following using eloquent? INSERT INTO table (column) VALUES (select max(id) from ta...
How would I do the following query using query builder? Preferably without using any raw sql :-) SEL...
janise liked this thread
Thanks for your reply. Would it also be possible to do this without DB::raw? It's hard to see the be...
janise liked this reply
The Laravel portal for problem solving, knowledge sharing and community building.
The community