Support the ongoing development of Laravel.io →

How to add headers to internal requests?

Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...

0 Likes
0 Replies

Do not use Illuminate in Laravel packages? (Module structure)

When creating a package in Laravel, the packages use "\Illuminate\Support\ServiceProvider"...

0 Likes
7 Replies
Solved

Planning my first project: Migrating a text-based log file to a Laravel Application

I would like to create an application that logs GET data directly to the DB through Laravel from URL...

0 Likes
1 Replies
posted 10 years ago

Multiple bindings in a Service provider

I have created a custom service provider to bind interface to a eloquent repository: <?php name...

0 Likes
6 Replies
Solved

Homestead Vagrant Up Connection Timeout and Other Errors

How do I solve this (and I searched without success for a config.vm file): C:\Homestead> vagrant...

0 Likes
0 Replies

Creating Wrappers - Integrating Vanilla PHP into Laravel

I've done some vanilla PHP integration in the past (jQuery file uploader's backend), but it was most...

0 Likes
1 Replies

Baum Nested Set, share to view triggers hierarchy queries

I'm using the Baum Nested Set package, which works very well. In one place in my code, I need to lis...

0 Likes
0 Replies
posted 10 years ago

Formatting Eloquent HasMany eager load results

I'm making a JSON API and have some nested fields I'm pulling in with an eager load. Here's the code...

0 Likes
0 Replies

Take not working with Eager Load Constraints

Problem I'm trying to use Eager Load Constraints with a take condition it keeps returning null in th...

0 Likes
0 Replies
posted 11 years ago

You need to specify a file path to store the seed.

Hello, With last version 4.1.28 I get a RuntimeException from Symfony : "You need to specify a...

0 Likes
11 Replies
posted 10 years ago

Poping multiple jobs from queue

Is it possible to pop multiple jobs from queue? or something like multi-processing or parallel proce...

0 Likes
0 Replies
posted 10 years ago

Controller layout doesnt work

layout1.blade.php TEST @yield('content') income1.blade.php <b>CONTENT</b> class Manage...

0 Likes
1 Replies

before:(Date) validation

try to ensure that the arrival date is before the departure date field, however it prompts error whe...

0 Likes
0 Replies
posted 10 years ago

[package] Stripe API & Billing

A comprehensive billing and API package for Stripe. bit.ly/1nC0dSA The package requires PHP 5.4+ and...

0 Likes
0 Replies

Redirecting user to another page with messages

Here is the excerpt from Controller code for adding a new user: public function store() { $input =...

0 Likes
1 Replies
Solved

Filter looking for wrong class

I am getting the following error: call_user_func_array() expects parameter 1 to be a valid callback,...

0 Likes
0 Replies
posted 10 years ago

Blade layout file inside "src" directory

I want all my project files to reside inside the src directory. Currently, my default layout is insi...

0 Likes
1 Replies
Solved
posted 10 years ago

Model events not fired

I'm having trouble firering model events. currently I have the following <?php use Illuminate\Da...

0 Likes
0 Replies
posted 10 years ago

SQL statements prepared wrongly?

Either there is a quite dangerous bug in laravel or I just made a stupid assumption. I believe that...

0 Likes
0 Replies
posted 10 years ago

Security mailing list available?

Hi, is there a security mailing list available with the hottest news about security within the larav...

0 Likes
1 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.