Support the ongoing development of Laravel.io →

sineld

Joined 9 Dec 2013

Statistics

Threads 1
Replies 16
Solutions 1
Articles 0

Laravel 5 Blade Variable Assign In Template: Bladeset

Hi Folks, As you may know there is no operator to set vaiables in Blade templates. For this need, I...

0 Likes
0 Replies
replied 2 months ago

Laravel 11.x Eloquent Query

Error does not seem to be related with the code given.

0 Likes
replied 2 months ago

Laravel Local deployment

Run composer update in project dir. If you still get the error try clearing caches. php artisan conf...

0 Likes
replied 7 years ago

Laravel unique validation on multiple columns for unique relations

If using auth: public function rules() { return [ 'email' => 'required|email|unique:users,emai...

0 Likes
replied 8 years ago

eloquent model delete does not work

Find the record you want to delete. Assign it to a variable add ->delete() to variable. $data = \...

0 Likes
replied 8 years ago

Laravel permissions

You may consider using Defender package: https://github.com/artesaos/defender

0 Likes
Solved

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.

© 2024 Laravel.io - All rights reserved.