To answer http://forumsarchive.laravel.io/viewtopic.php?id=11485 $test = new Test(); $test->setTa...
Hi, how can I secure routes so that user can access only those departments that he belongs to? Basic...
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...
I'm getting a "Call to undefined method Illuminate\Support\Facades\Cache::driver()" whenev...
Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
Hi guys, well, i am using the laravel's log core. as it's based on Monolog i just wanted to know how...
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...
Hello :) Is there a way to automatically generate a documentation for a RESTful-API provided by a La...
Is it possible to do INSERT IGNORE INTO by standard methods or I need to do custom raw query? In thi...
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) +---------...
Hi. I got an users list shown in a table, so, i can see the user detail and a new page with the user...
I have table structure like this posts | posts_tags | tags _________________________ id |...
Hi, I'm trying to get Cache working, but whenever I call to any of its methods as described in docs...
Hellow all. I wrote a tutorial on how to debug PHP using CodeLobster free IDE. I used Laravel projec...
I guys, I have a question about how Codeception handles errors thrown in functional tests. I’m tryin...
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