app/Http/Kernel.php app/Http/Middleware/TrimStrings.php app/Http/Middleware/VerifyCsrfToken.php app/Http/Middleware/ValidateSignature.php app/Http/Middleware/PreventRequestsDuringMaintenance.php app/Http/Middleware/RedirectIfAuthenticated.php app/Http/Middleware/EncryptCookies.php app/Http/Middleware/TrustHosts.php app/Http/Middleware/TrustProxies.php app/Http/Middleware/Authenticate.php app/Http/Controllers/Controller.php app/Providers/RouteServiceProvider.php app/Providers/AppServiceProvider.php app/Providers/AuthServiceProvider.php app/Providers/EventServiceProvider.php app/Providers/BroadcastServiceProvider.php app/Exceptions/Handler.php app/Models/User.php app/Console/Kernel.php phpunit.xml vite.config.js .env.example .styleci.yml database/factories/UserFactory.php database/seeders/DatabaseSeeder.php database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php database/migrations/2019_08_19_000000_create_failed_jobs_table.php database/migrations/2014_10_12_000000_create_users_table.php composer.json .editorconfig resources/views/welcome.blade.php resources/js/app.js resources/js/bootstrap.js artisan CHANGELOG.md .gitattributes package.json routes/console.php routes/web.php routes/api.php routes/channels.php public/robots.txt public/index.php public/.htaccess tests/Feature/ExampleTest.php tests/Unit/ExampleTest.php tests/CreatesApplication.php tests/TestCase.php config/view.php config/database.php config/sanctum.php config/cors.php config/queue.php config/services.php config/mail.php config/app.php config/auth.php config/hashing.php config/session.php config/filesystems.php config/cache.php config/logging.php config/broadcasting.php README.md bootstrap/app.php