Hello, I've added a column (is_activated) in user DB to add verification email in registration proce...
There is a quick way to allow this? Can I use something like: public function destroy(Request...
Hello, I've a collection (tasks) and I want to count inside may blade template only completed tasks....
I can't use the default middleware? <?php namespace App\Http\Middleware; use Closure; use Illum...
Uhm... first of all thx for your help. But in my db the 'completed' column is integer (tasks table)....
The Laravel portal for problem solving, knowledge sharing and community building.
The community