Support the ongoing development of Laravel.io →

duderion

Joined 8 Apr 2014

Statistics

Threads 2
Replies 4
Solutions 2
Articles 0

how do i get the insertID of the inserted product ?

if i do $browsenode->products()->save($product); thanks in advance dudi

0 Likes
1 Replies
Solved

Query Builder Problem (Order by a related Table)

Hi Guys, i have a problem with my table structure and the query builder, as i am not able to build t...

0 Likes
1 Replies
Solved
replied 10 years ago

how do i get the insertID of the inserted product ?

got it $p = $browsenode->products()->save($product); $product_id = $p->id;

0 Likes
Solved
replied 10 years ago

Query Builder Problem (Order by a related Table)

i saved it on my own SELECT b.Name as bpName, p., MAX(p.created_at), pr. FROM browsenodes b, browsen...

0 Likes
Solved
replied 10 years ago

IDE for laravel code completion plus debugger

teeyo said: I use PhpStrom, it's good enough for me, it doesn't provide blade (template engine) sup...

0 Likes
replied 10 years ago

Blade highlighting in PhpStorm

Hi Forbin, according to the documentation of the textmate bundle, this message can be safely ignored...

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.