Add manual authentication, create, read, update task

This commit is contained in:
Thuan Bui
2025-03-06 17:00:09 +09:00
parent 154c37bce6
commit 67db6acefd
13 changed files with 325 additions and 20 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ class TaskSeeder extends Seeder
*/
public function run(): void
{
Task::factory(100)->create();
Task::factory(20)->create();
}
}