Support the ongoing development of Laravel.io →

Laravel role based user management

I installed the following two Laravel packages: Laravel Users https://github.com/jeremykenedy/larave...

0 Likes
0 Replies

Mail failures method in laravel not working...

In laravel Mail send functionality process How to find a EMAIL ADDRESS is Live valid or Not created...

0 Likes
1 Replies
posted 5 years ago

Laravue - A beautiful dashboard for Laravel built by VueJS

Hi forks, I would like to introduce my Laravel dashboard interface built by VueJS and ElementUI tool...

1 Likes
0 Replies

barryvdh/laravel-dompdf page-break-after goes php timeout

Hi, I will save html as PDF , so I use barryvdh/laravel-dompdf package. when I style a <div> w...

0 Likes
0 Replies

Need help with my controller -> query

Hi! Have this controller code, that wil display data in datatable with 3 buttons. But it Gives me t...

0 Likes
2 Replies
Solved
posted 5 years ago

prymary key bug?

hello, I have this in my migration: `Schema::create('user_tests', function (Blueprint $table) {...

0 Likes
0 Replies
posted 5 years ago

Eloquent Caching does not updated on delete relation of rel`

When Call ->first() which returns record, then call ->delete(), then call ->first() again,...

0 Likes
0 Replies
posted 5 years ago

Installation troubles - Laravel 6 vs. Symfony 4.4

Laravel no longer installs for me. I have tried both composer create-project laravel/laravel my-site...

0 Likes
1 Replies

Laravel 5.8 Login Not Case-Sensitive

Hi, i'm using laravel 5.8. By default, Laravel uses the email field for authentication. I don't use...

0 Likes
0 Replies

Integration of SMF script into laravel

Hello, i have one question. How or is possible to store data from SMF SSI (api) into Laravel Auth. I...

0 Likes
0 Replies
posted 5 years ago

Run file in tinker

Hello guys, it possible i make my script.php and run in tinker? like this php artisan tinker <<...

0 Likes
0 Replies
posted 5 years ago

Sum of Pipelined Collection before Paginate

Is there any way to return the column sum of total records before pagination on a collection that us...

0 Likes
0 Replies
posted 5 years ago

Content Marketing Hacks Your Brand Should Use in 2020

Okay, so you are investing your efforts, resources and valuable time into your content marketing, bu...

0 Likes
0 Replies
posted 5 years ago

Belongs Via Eloquent support

Users Table Schema::create('users', function (Blueprint $table) { $table->bigIncrements('id'); $t...

0 Likes
0 Replies

How different is Laravel now from 4.5

Hi everyone, I am exploring the idea of going back to Laravel and I wrote a blog with the points why...

1 Likes
0 Replies

avoiding cache slams

hey guys! how do I avoid cache slams (https://www.doctrine-project.org/projects/doctrine-orm/en/2.6...

1 Likes
0 Replies

[Question] Laravel based documentation

Hi guys, I'm new to this Forum, my name is Martin. This is not a Issue but just a question, if it do...

1 Likes
0 Replies
posted 5 years ago

Any Experience Using Vultr Cloud Hosting Server

I want to use Vultr vps server to my newly created website. The website is created using laravel fra...

0 Likes
0 Replies
posted 5 years ago

relation not working

Hi, I have this inside my test model: public function student() { return $this->belongsTo('App\Us...

0 Likes
2 Replies

Laravel DB Query Help

$users = DB::table('users') ->leftJoin('Loggin','login.member_id','=','users.id') ->where('use...

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