I'm trying to put together a wrestling project and have arrived to the point where I need to put tog...
To answer http://forumsarchive.laravel.io/viewtopic.php?id=11485 $test = new Test(); $test->setTa...
Hi guys, Im using pagination on my categories page. However when im trying to apply pagination links...
I'm having a strange behavior (due to my fault I guess) while trying to paginate some results after...
Hello, first thanks for the interest in my topic! Here's my question, I have Laravel and Entrust aut...
How do we associate models related one-to-one? $user->card()->associate($card); // error $user...
Is there any way I can mass replace a column value ? I am currently using the where clause but it re...
Hello, I'm Developing a system for displaying a list of mandatories done by a student in a specified...
I don't know what to say in the if statement. @foreach($posts as $post) @if($p...
I have a notifications table with a dynamic relationship (where parent table is variable) +---------...
I have table structure like this posts | posts_tags | tags _________________________ id |...
Hi, I want to ask you guys about how you seperate your roles/rights logic from views or controllers....
Hi, I know that if I can set the value for the $primaryKey protected field in my model in order to t...
I have a ManyToMany relation Users controller public function measurement() { return $th...
Hi there How I can cache Eager loading in laravel? suppose that we have this query : $today_posts =...
From my model... public function getNumberDeletedAttribute($value) { return (bool)$value; } public...
This does not work? @foreach($posts as $post) @if($post->created_at == 'isYesterday()')...
Hi guys! I'm learning Laravel and am working on a personal project as I do it. It's essentially a d...
I have 2 tables links and likes (with relation: links.id = likes.link_id) and I need to build query...
I have a view page with 3 paginations. Next link of one effect the other two paginates. When next of...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community