Support the ongoing development of Laravel.io →

Making email optional

Hi everyone, I'm new to Laravel but have a decent amount of experience with PHP and a lot of experie...

0 Likes
2 Replies
Solved

Button to delete database item

If in my Blade template I had this: @foreach($entries as $entry) <li>{{$entry->filename}}&l...

0 Likes
6 Replies

Push queues not receiving view data correctly

Hi guys, I'm having this weird problem, when I try to push an email to the queue, the message is sen...

0 Likes
7 Replies
Solved
posted 9 years ago

MVC not using database

Hi my issue is as follows I have a controller as follows public function index() { $mode...

0 Likes
3 Replies
Solved
posted 9 years ago

Storage delete FileNotFound

hi, I have a problem deleting a file in a MAMP location. the file is not found in the public directo...

0 Likes
3 Replies

How to change Domain name

I have install my laravel in example.com. Now i want to change the domain name to abc.com/shopping....

0 Likes
2 Replies

Make an Inner Join with two different tables

Hi ! I have a table named professor_turma, which has some importante keys: ´cod_professor, cod_disci...

0 Likes
0 Replies

Ajax image load after dropzone success event

So I am using dropzone.js and I want to reload a particular image after the success event of dropzon...

0 Likes
0 Replies
posted 11 years ago

Getting the enum possibilities for an enum field

How do i get the enum options from an enum field? I have a field in Users called Role, in the databa...

0 Likes
3 Replies
posted 10 years ago

Layout data recovery

Hello, I'm new with laravel. I have some controllers blog, forum, faq with its views. Now I have men...

0 Likes
5 Replies

Must be an instance of Illuminate\Redis\Database, instance of Redis given

Clean install of the latest Laravel 5.1.10 is spitting out this error when cache=redis in the config...

0 Likes
2 Replies
posted 11 years ago

Conditional returning false - password recovery

These are my three functions to recover a password. Everything seems right. In my routes, I am passi...

0 Likes
5 Replies
Solved
posted 9 years ago

deleteDirectory not working as Cron job

Hi Folks, I have a job which I want cron to run at given interval , this removes some old entries fr...

0 Likes
2 Replies
posted 9 years ago

Check premissions with middleware

HI, in route i have something like this: Route::resource('categories', 'CategoriesQuestionControlle...

0 Likes
0 Replies
posted 9 years ago

Foreign key problem

I've got a problem with a foreign key on my articles table, i want to associate a user for each arti...

0 Likes
1 Replies

New to Eloquent, but can't make this simple relationship work!

SOLVED My mistake, I mixed up the model relationships :) Hi guys, I'm new Eloquent (usually use raw...

0 Likes
1 Replies

Laravel Cartalyst Cart error while installing via composer

There are my composer requires "require": { "php": ">=5.5.9", "...

0 Likes
0 Replies
posted 10 years ago

Querying a polymorphic relation for more info

Modified from: http://laravel.com/docs/master/eloquent#polymorphic-relations class Photo extends Elo...

0 Likes
1 Replies

Can I automate the laravel installation process?

Is there a way I can install Laravel with a custom script or another Laravel iteself? How can I run...

0 Likes
2 Replies

Auth Error Problem

Hello, All I meet some problem about Laravel 5 auth. I create project and want to use default auth f...

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.