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