Support the ongoing development of Laravel.io →

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

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 10 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 10 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 10 years ago

Elixir Scripts not working

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

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.