CAPS04-FE-REFACTOR / bootstrap /providers.php
wepee's picture
setup: new project laravel 13 react with inertia
ec474ac
Raw
History Blame
166 Bytes
<?php
use App\Providers\AppServiceProvider;
use App\Providers\FortifyServiceProvider;
return [
AppServiceProvider::class,
FortifyServiceProvider::class,
];