Support the ongoing development of Laravel.io →

How will you implement the reply function of reddit?

In reddit, every reply could have many replies, again and again, a little complex for me, do you hav...

0 Likes
0 Replies

Is this a correct use of polymorphic relationships?

Hey there, I have been trying to create a preferences system for my app to control a number of featu...

0 Likes
1 Replies

Module Service Provider is not found

Hi I have installed caffeinated/modules and configured it according to the documentation. The differ...

0 Likes
2 Replies
Solved
posted 9 years ago

Language switcher with URL helper route name

Basically I just want url to switch language. For example when user visit follwing page. http://exap...

0 Likes
0 Replies

Create relationships in create function

Is it possible to save Eloquent relationship before the Model::created event fires? I have tried ove...

0 Likes
1 Replies

Problems with migrations

In Laravel 5.0 I create a new model "php artisan make:model Product" and laravel's creates...

0 Likes
1 Replies
Solved

error messages for artisan commands

If I execute an artisan command and there is an error, I get a 500M error message to stdout. It look...

0 Likes
0 Replies

Global functions

Hey, i need to make some functions availabile everywhere: this means i can call them from a controll...

0 Likes
3 Replies

Relation issue, Model not found

Hey there, I'm having an issue using relation ships in eloquent. Edit:I'm using Laravel 5.1 I keep h...

0 Likes
4 Replies
posted 9 years ago

Laravel 5 - Multiple requests in short time cause 500 Internal Server Error

Hello, I have installed fresh copy of laravel 5. Everything is working, but when I refresh page mult...

0 Likes
4 Replies

laravel post request validation don't show ther errors ( validation Fail)

i try to set rule to validate post request for laravel form to store data but if i set any validatio...

0 Likes
2 Replies
posted 9 years ago

do not login after changing passwords

Hi, in which file can I change the behaviour that a user gets logged in after changing his password?...

0 Likes
0 Replies

Blank pages

Hello, Since today, my web site presents an empty page. I really don't know why.. Could you help me?...

0 Likes
0 Replies

Redirect to bootstrap tab?

hello how I hook "#myTab" to route method? return redirect()->route('generate_path') an...

0 Likes
0 Replies

Why my laravel website is pretty slow?

Hello everyone! I have a website built with Laravel and Bootstrap. The website is loading pretty slo...

0 Likes
6 Replies

How would you unit test Eloquent Scope Methods?

Imagine the following model: class Post extends \Illuminate\Database\Eloquent\Model { public functi...

0 Likes
0 Replies
posted 9 years ago

how to setup simple MAIL_DRIVER=mail

Hi, i´m trying to setup the simple mail driver with homestead, but it does not work, anything I have...

0 Likes
2 Replies

I want to implement SSO based Authenticaiton in laravel5

Hello Guys, I have application build in core php and with eloquent ORM and i am going to move it to...

0 Likes
3 Replies

How to Organize Class Namespaces

Matt Stauffer posted a topic How to Organize Class Namespaces http://bit.ly/1JarwkK, May i know what...

0 Likes
1 Replies
posted 9 years ago

Problem with WhereIn in Eloquent ORM

Hi, Given code is working fine if just try to show the list but when I try to search some data then...

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