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

Problem in Laravel instalation

I am new to Laravel. Every time while I run composer create-project laravel/laravel --prefer-dist...

0 Likes
2 Replies

Using AppServiceProvider to make data available across the whole site?

Hi, I need some data which is accessible across the whole site, so in the AppServiceProvider I have...

0 Likes
1 Replies

Modifying a built in trait?

I want to change the column used for logging in from email to name. I can see where to do this in t...

0 Likes
0 Replies

no SASS but with fonts after GULP

Hello I followed this https://laravel-news.com/2014/10/setting-laravel-elixr-bootstrap/ I end up wit...

0 Likes
3 Replies

Laravel 5.0 vs 4.2 and Sessions not persisting after redirect

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure I have established that if this line is included in...

0 Likes
0 Replies
posted 10 years ago

Redirect to new post with slug rather than id?

I can't seem to work out how I would redirect user to new post by using the slug instead of ID. the...

0 Likes
2 Replies
posted 10 years ago

Question and Answer sequencing

I'm sure there's a good solution to this, but I've been staring at it all day and my brain is fried....

0 Likes
1 Replies

Do i really need foreign keys in database to use eloquent ?

Do i? Lets say that my db is going to be well maintained by one person (me) and that no other applic...

0 Likes
2 Replies
Solved

redirect uri mismatch error with Github and Socialite

Not sure what Im doing wrong but its so frustrating. Trying to integrate github login with socialite...

0 Likes
0 Replies
posted 10 years ago

L5 XLS validation issue

Laravel 5 file validation is unable to validate Microsoft Excel 97-2003 Worksheets with XLS extensio...

0 Likes
0 Replies
posted 10 years ago

Relationship: User, Order and Billet in same loop (foreach) in the view.

I've 3 models: User Order Billet User: DB: -id ... Model: public function orders() { return $t...

0 Likes
2 Replies

getReminder redirect

Where can I adjust the redirect after a "/password/email" submit to the password controlle...

0 Likes
0 Replies
posted 10 years ago

Controller name in routes.php needs lowercase while it actual is Caps?

I am migrating from L4 to L5. The Controller I have is: class UserController extends Controller { W...

0 Likes
1 Replies
Solved

auth::attempt actually auto redirects?

I am using laravel dev ( 5.0 ) in my authcontroller.php I added the postLogin method and i have &l...

0 Likes
2 Replies

What is the purpose of setting Laravel loaded config while processing a request?

Hi, i am having some trouble trying to change a connection's database key on the fly to let a model...

0 Likes
0 Replies

Eloquent filtering relation

Hello, I'm new on Laravel, and I need some help to build this query. My clients have many contacts,...

0 Likes
2 Replies
Solved

cant fint mcrypt when i composer update .

i installed php via brew but still cant find solution. please help Loading composer repositories wit...

0 Likes
3 Replies

StyleCI - The PHP Coding Style Continuous Integration Service

Yeh guys! Checkout StyleCI https://styleci.io/, written in Laravel 5: https://github.com/StyleCI. We...

0 Likes
0 Replies
posted 10 years ago

Multi User Middleware

Hi, I am trying to implement multiple user types using laravel 5. My general idea is to have a users...

0 Likes
0 Replies

Laravel version notes and updates

Hi, I am new to Laravel. I installed Laravel 5 for testing few days ago. Today I updated composer (c...

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