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

@@ -2,6 +2,7 @@
namespace App\Providers;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
@@ -19,6 +20,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
//
Model::unguard();
}
}