Support the ongoing development of Laravel.io →

Getting “Redirect loop error” in Laravel 5.1 with auth middleware

Here is my routes.php file: Route::get('/',['domain' => 'admin.myapp.com','middleware' => 'aut...

0 Likes
0 Replies
posted 9 years ago

Limit Laravel 5 pagination links

Hi, I have pagination with links [1, 2, 3, 4, 5, 6, 7, 8 ... 99, 100] and how can I change limit to...

0 Likes
0 Replies

Authenticating users in Laravel via Windows Authentication

I have PHP running in a Windows domain on IIS 7.5. Windows authentication is turned on via IIS, so t...

0 Likes
3 Replies

Consolidate All Migrations File in On File

Hi, I have now lots of migrations files, is it posible to put them all in on big file, or there is a...

0 Likes
5 Replies
posted 10 years ago

Filtering with models

Hello everyone, I have models 'Phone' and 'Product'. Phone 'has' Products. I have a page where i fil...

0 Likes
8 Replies

about database table design in authentication

I use database for auth. Should the user table must have fields, "id", "password"...

0 Likes
1 Replies
posted 9 years ago

Laravel in Eclipse or other editor

I'm using Eclipse for php editing. Any PDT is good for Laravel in Eclipse? or, other good free edito...

0 Likes
0 Replies

Validation custom message not working for relation

I use form model binding with a eloquent relation like customer -> hasOne -> adres. Everything...

0 Likes
0 Replies

Package Namespacing

I have created my first package and have a namespace issue. Anyone have experience to help on this....

0 Likes
0 Replies

No input file specified - cant get past homepage

Hi, I have recently deployed a site to a new shared server. The way the site is setup is that the in...

0 Likes
0 Replies

Development version and packalist

Hello, I'm trying to use composer.phat to install packages. First time. php composer.php require blo...

0 Likes
0 Replies
posted 10 years ago

Multi Process queues

just wondering if the queue in laravel is automatically multi threaded in that it does not matter ho...

0 Likes
1 Replies
posted 9 years ago

The tongues of mortals and of angels

If I speak in the tongues of mortals and of angels, but do not have love, I am a noisy gong or a cla...

0 Likes
1 Replies

[HELP] Query a list by month

I have a table lets say "events" and a field date inside that table that the user defines....

0 Likes
1 Replies

Elixir Usage

I want to compile bootstrap sass from the /bower_components folder. And I am want all data from _boo...

0 Likes
1 Replies

Eloquent relationship returning an empty collection

I have 2 models Crew and Event with the corresponding tables crews and events. Crews have many even...

0 Likes
3 Replies
Solved

ErrorException throwing when accessing a value in array that does not exists

ErrorException in Usermodel.php line 21: Undefined offset: 1 http://laravel.io/bin/aNw7q#21

0 Likes
0 Replies
posted 9 years ago

[STARTER HELP] - Eloquent class in construct empty in function!

Hello everyone, i'm learning laravel and i got this problem! Constructor: class PlayerController ext...

0 Likes
1 Replies
Solved

Deep saving Models

I come from a CakePHP background which has the idea of deep saving models. For example, a Person can...

0 Likes
1 Replies

Creating dropdown with optgroup from Laravel class

So this is what I've got so far. But as you'd expect, it's only filling the array with the first sub...

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

© 2025 Laravel.io - All rights reserved.