Support the ongoing development of Laravel.io →
posted 11 years ago

Pagination does not work with eager loading

So here is the scenario You can paginate a set like this ~~ $books = Books::where('price', 1)->pa...

0 Likes
3 Replies
posted 11 years ago

Sum of two columns multiplied in Eloquent

Hi there - anybody know how to fix this? $sales = OrderLine::with(array('Order' => function($que...

0 Likes
3 Replies

Varnish support in Laravel5? equivalent/alternative to SesssionMonster package?

hi, laravel4 was made to work with Varnish caching by deploying the 'SessionMonster' package. http:...

0 Likes
0 Replies

Event subscriber interface

Why isn't there an interface defined for an event subscriber, which defines the method subscribe($ev...

0 Likes
0 Replies

Use Migrations While Developing?

I'm developing my first Laravel-based application from scratch, and designing as I go, so the databa...

0 Likes
3 Replies
posted 11 years ago

Passing parameters between views - the basics

I have a webpage ('teams.blade.php' with three pictures of three sports teams. When the user clicks...

0 Likes
2 Replies

Laravel 5 Testing - How can I run Artisan::call('migrate') ?

Hi there, I've tried to follow http://code.tutsplus.com/tutorials/testing-like-a-boss-in-laravel-mod...

0 Likes
1 Replies
posted 11 years ago

Laravel 5 Elixir takes too long to compile LESS

I'm currently experiancing a slow down in my development workflow, it is taking around 3-4s for my l...

0 Likes
2 Replies

Laravel 4 TokenMismatchException error when login or signup

I have a problem with login and signup in L4 page, the project works fine in my local machine. but i...

0 Likes
1 Replies
posted 11 years ago

Access Storage facade in views

Hey Loving the flysystem integration in L5 and just got it hooked up with S3 on my live site, and 'l...

0 Likes
0 Replies

Custom errors when using form request class?

I'm using a form request (\App\Http\Requests) for validation, and want to customize a few of my erro...

0 Likes
1 Replies

Trouble working with many to many relationship

Hi, I have a many to many relationship set up between a Posts table and a Tags table with a post_tag...

0 Likes
2 Replies

Polymorphic Many To Many - 2 Locations, 1 Journey

Hi all, I'm looking for some help with this polymorphic conundrum... I have a Journey table: Journey...

0 Likes
1 Replies

Where to place web service calls?

I am building an application using laravel 5 wherein it relies mostly on web service calls, particul...

0 Likes
1 Replies
posted 11 years ago

Elixir source Mapping when versioning javascript/css

Currently, when you use .version() in elixir, it places the versioned files in the public/build/ dir...

0 Likes
1 Replies
posted 11 years ago

Sending custom metadata through Mandrill API call

Hi, I am stuck while sending custom metadata using sendMail driver, so that I can get it back in a w...

0 Likes
0 Replies
posted 11 years ago

Elixir Scripts not working

HI i have this var paths = { 'jquery': './vendor/bower_components/jquery/', 'bootstrap': './...

0 Likes
2 Replies
posted 11 years ago

Redirect route with data

Hi, When I use redirect()->route('foo.index')->with('success_message', 'Text of message'); in...

0 Likes
0 Replies
posted 11 years ago

Laravel 5 extend Elixir to include browserify

Hi all, I have a question regarding browserify and elixir, since it's too long to type again I have...

0 Likes
0 Replies

Different controller between user control panel and admin control panel

Is a good practice use different controller for the user control panel and the admin control panel e...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.