wepee's picture
setup: new project laravel 13 react with inertia
ec474ac
Raw
History Blame Contribute Delete
166 Bytes
<?php
use App\Providers\AppServiceProvider;
use App\Providers\FortifyServiceProvider;
return [
AppServiceProvider::class,
FortifyServiceProvider::class,
];