mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Adds Laravel Filament to be used as an admin panel. Adds the users to the admin panel as an initial resource.
10 lines
267 B
PHP
10 lines
267 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FortifyServiceProvider::class,
|
|
App\Providers\HorizonServiceProvider::class,
|
|
App\Providers\JetstreamServiceProvider::class,
|
|
App\Providers\Filament\AdminPanelProvider::class,
|
|
];
|