Support the ongoing development of Laravel.io →
SerdarSanri

SerdarSanri

Joined 13 Nov 2014

Statistics

Threads 3
Replies 20
Solutions 1
Articles 0

Laravel Model Debug

Is it just me or , maybe misconfiguration , but if I dd() a model, especially if it has a relation,...

0 Likes
0 Replies

Publish assets of dependent package

Hey guys, how do you publish assets of a dependent package in workbench? For instance I am building...

0 Likes
1 Replies

Filters in Packages

In Laravel 3 we were able define bundle specific route filters like Route::filter("admin::auth&...

0 Likes
4 Replies
replied 11 years ago

Filters in Packages

I think I found the problem. I dig into Laravel package to see how it used to be and how it is now....

0 Likes
replied 11 years ago

repopulate the field value when edit not work

did you try Session ? return Redirect::to('user/editUser/' . $id) ->with("user_n...

0 Likes
replied 11 years ago

Eloquent "One to Many" to "One to One" Just cant get it to work (with Images)

You need three Model classes. Al class User{ .... public function imports(){ return $this->...

0 Likes
replied 11 years ago

Pictures linked to posts

instead of $product->picture()->attach($picture->id); you can also use $product->pictu...

0 Likes
replied 11 years ago

Filters in Packages

Yeah. But i have all routes separated into different files and uses different filters. So i can't ju...

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.