Support the ongoing development of Laravel.io →

imoniator12

Joined 5 May 2014

Statistics

Threads 3
Replies 4
Solutions 0
Articles 0

Running Laravel offline (ability to work offline)

How easy would it be to build a laravel application that could run offline and then sync with a mysq...

0 Likes
3 Replies

Advanced routing issue

Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...

0 Likes
5 Replies
Solved

Pivot not updating

$student = Student::find(20); foreach($student->classes as $student_class) { if($student_c...

0 Likes
3 Replies
Solved
replied 9 years ago

Advanced routing issue

evandertino, Perfect! That's exactly what I was looking for and it works! Appreciate all the help :)...

0 Likes
replied 9 years ago

Advanced routing issue

Hi Evandertino, I tried your solution and something similar to that previously and it didn't work. M...

0 Likes
replied 9 years ago

Pivot not updating

Got it working! I used what you said to first detach and then attach, thanks a lot for the help!!!

0 Likes
replied 9 years ago

Pivot not updating

I thought the attach method would be used to insert new records?

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.