add filament & larstan

This commit is contained in:
2024-10-21 15:08:14 +05:00
parent 45821be3cc
commit e46d11de21
27 changed files with 2677 additions and 62 deletions

View File

@@ -12,17 +12,6 @@ class User extends Authenticatable
/** @use HasFactory<\Database\Factories\UserFactory> */
use HasFactory, Notifiable;
/**
* The attributes that are mass assignable.
*
* @var array<int, string>
*/
protected $fillable = [
'name',
'email',
'password',
];
/**
* The attributes that should be hidden for serialization.
*