Support the ongoing development of Laravel.io →

MAMP Connection to Sql server

I am wondering if anyone else has had this issue before, I am developing on OSX and using MAMP for m...

0 Likes
1 Replies

Lots of SQL queries when enabling pagination

Hi, I'm having a high number of SQL queries when I enable pagination in my view. I basically have co...

0 Likes
1 Replies
Solved

Eloquent Performance (Overwrite Getter?)

Hey there :) Even though I do know that there is quite some overhead using magic functions / eloquen...

0 Likes
0 Replies

Posting Data to multiple tables with a single form

I was hoping to get some ideas for posting data to multiple tables in mysql. For example. I want to...

0 Likes
2 Replies

Laravel 4 eloquent query returns an old database value instead of the updated one

I have a Book table that has a column for stocks count.For example the beginning stocks of a certain...

0 Likes
1 Replies

How to make http request to external service in Laravel5?

I have an application in Laravel5. What I need is to be able to call an external api and then proces...

0 Likes
2 Replies
Solved
posted 10 years ago

Count relationship rows

Hello, I am having problem querying my database. If anyone can help it would be very appreciated. I...

0 Likes
3 Replies

[Package] Image/Intervention not uploading files on update

I've used Image/intervention to manage my images. It works great when I'm storing a record, but when...

0 Likes
0 Replies
posted 10 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 10 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 10 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 10 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 10 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

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.

© 2025 Laravel.io - All rights reserved.