Hello guys, I have this Route defitinion: Route::get('packages/{package}', ['uses' => 'ProductsCo...
Hello, is there way to make form submitting via ajax by default? In rails there is :remote => tru...
Hi guys, Just finished my project on local server and I tried to push it to staging. I simply used g...
{{ Form::model($article, ['route' => ['admin.articles.update', $article->id], 'method' => '...
Hello, Im pretty new on laravel, and today i'm stuck on simple (it looks like) thing. I have named r...
Oh... I found this comment: // If the "attribute" exists as a method on the model, we will...
illuminate/support: 4.2.* How about L5 / L5.1 ?
Noone answered so I decided to use Traits, cause there is more than one contactable model. trait Con...
For me clearing cache didn't helped. I just removed whole vendor directory from production server an...
Eager loading section $users = User::with(array('posts' => function($query) { $query->wher...
The Laravel portal for problem solving, knowledge sharing and community building.