Support the ongoing development of Laravel.io →

Do I need to sanitize my URL i.e. {userID}.myapp.com

I am using an app with different users and to view their profiles you need to access {userID}.myapp....

0 Likes
6 Replies
Solved

i'm getting auth attempt false in laravel 5

This is my controller public function authenticate(Request $request) { $username = Input::get('usern...

0 Likes
15 Replies

Laravel 5 Auth: These credentials do not match our records.

Hello, I'm just starting out with Laravel 5, I come from Laravel 4 environment so it shouldn't be to...

0 Likes
3 Replies

(over) engineering issue?

I'm currently migrating another app (from Slim to Laravel) that uses the Hashids library. Interestin...

0 Likes
1 Replies

Scope And Relationship on Same Model

I have a table called payments which contains a field called Vendor ZIP. I have a table called 20150...

0 Likes
1 Replies
posted 10 years ago

Some model's Accessors are not being picking up

I have a model with a number of fields. I need to massage some before output, so I use accessors - b...

0 Likes
1 Replies
posted 10 years ago

Laravel 4 style exceptions in Laravel 5

Laravel 4 had such cool exception handling pages... e.g. in http://i.stack.imgur.com/2uYwX.png Is th...

0 Likes
2 Replies
Solved

Route:list not working outside Homestead SSH

Hi! I want to run the simple command: "php artisan route:list" but I can't! at least if I...

0 Likes
2 Replies
posted 10 years ago

Out of the box ServiceProvider not getting loaded

Hello There Laravel provides some ServiceProviders (App\Providers) out of the box which bizarrely do...

0 Likes
4 Replies
Solved

globally defined csrf token, still 405 error with ajax post

I am trying to make a POST request within a js function. It is sending an array of data that is stri...

0 Likes
0 Replies

L 4.2 groupby and rows - controller-model or blade problem

Hi everybody, I am new to Laravel - but we have all got to start sometime. I have a bunch of rows. i...

0 Likes
2 Replies
posted 10 years ago

Authentication issue (4.2)

Occasionally, I run into an issue where I can't login to my app. Even a password reminder and chang...

0 Likes
3 Replies

Inheritance between models.

Hi. I am new to laravel framework. I need to know that how can we do inheritance between two models...

0 Likes
1 Replies
posted 10 years ago

Session variable desappearing and reappearing randomly

Hi guys, I recently discovered a strange behavior in my app Session, I got a session variable called...

0 Likes
3 Replies
Solved
posted 10 years ago

mcamara/laravel-localization : usage and understanding -- need help

I'm trying to accomplish: no locale in url for the local set in config.php when a language is select...

0 Likes
0 Replies
posted 10 years ago

How CSRF and X-CSRF-TOEKN can protect us?

As i mentioned in the topic name, how they can secure our website? an ajax app, for example the hack...

0 Likes
2 Replies
Solved
posted 10 years ago

Beginner Question--White screen of death when I change servers

I'm working on outputting info from a database into a page. When I do it on my local MAMP server, it...

0 Likes
6 Replies

What is so great about view composers?

Hi, I'm still wondering what is so great about view composers in Laravel (5). I have a controller wh...

0 Likes
3 Replies
Solved
posted 10 years ago

Laravel 5, Ratchet PHP, Real time messaging

Hi, Just wondering if there is anyone successfully integrated Ratchet with Laravel 5? I found a pack...

0 Likes
3 Replies
posted 10 years ago

Caching Dependency Injection Container

What's your idea on caching heavy calculations of IoC Container into a file or a php config? Special...

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