I've used Image/intervention to manage my images. It works great when I'm storing a record, but when...
So here is the scenario You can paginate a set like this ~~ $books = Books::where('price', 1)->pa...
Hi there - anybody know how to fix this? $sales = OrderLine::with(array('Order' => function($que...
hi, laravel4 was made to work with Varnish caching by deploying the 'SessionMonster' package. http:...
Why isn't there an interface defined for an event subscriber, which defines the method subscribe($ev...
I'm developing my first Laravel-based application from scratch, and designing as I go, so the databa...
I have a webpage ('teams.blade.php' with three pictures of three sports teams. When the user clicks...
Hi there, I've tried to follow http://code.tutsplus.com/tutorials/testing-like-a-boss-in-laravel-mod...
I'm currently experiancing a slow down in my development workflow, it is taking around 3-4s for my l...
I have a problem with login and signup in L4 page, the project works fine in my local machine. but i...
Hey Loving the flysystem integration in L5 and just got it hooked up with S3 on my live site, and 'l...
I'm using a form request (\App\Http\Requests) for validation, and want to customize a few of my erro...
Hi, I have a many to many relationship set up between a Posts table and a Tags table with a post_tag...
Hi all, I'm looking for some help with this polymorphic conundrum... I have a Journey table: Journey...
I am building an application using laravel 5 wherein it relies mostly on web service calls, particul...
Currently, when you use .version() in elixir, it places the versioned files in the public/build/ dir...
Hi, I am stuck while sending custom metadata using sendMail driver, so that I can get it back in a w...
HI i have this var paths = { 'jquery': './vendor/bower_components/jquery/', 'bootstrap': './...
Hi, When I use redirect()->route('foo.index')->with('success_message', 'Text of message'); in...
Hi all, I have a question regarding browserify and elixir, since it's too long to type again I have...
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.