bootstrap/app.php packages/.gitkeep tailwind.config.js app/Http/Kernel.php app/Http/Controllers/ProfileController.php app/Http/Controllers/Controller.php app/Http/Controllers/Auth/PasswordController.php app/Http/Controllers/Auth/ConfirmablePasswordController.php app/Http/Controllers/Auth/EmailVerificationNotificationController.php app/Http/Controllers/Auth/AuthenticatedSessionController.php app/Http/Controllers/Auth/EmailVerificationPromptController.php app/Http/Controllers/Auth/NewPasswordController.php app/Http/Controllers/Auth/VerifyEmailController.php app/Http/Controllers/Auth/RegisteredUserController.php app/Http/Controllers/Auth/PasswordResetLinkController.php app/Http/Middleware/TrimStrings.php app/Http/Middleware/RedirectIfAuthenticated.php app/Http/Middleware/TrustProxies.php app/Http/Middleware/TrustHosts.php app/Http/Middleware/EnsureEmailIsVerified.php app/Http/Middleware/VerifyCsrfToken.php app/Http/Middleware/SetLocale.php app/Http/Middleware/Authenticate.php app/Http/Middleware/PreventRequestsDuringMaintenance.php app/Http/Middleware/EncryptCookies.php app/Http/Requests/ProfileUpdateRequest.php app/Http/Requests/Auth/LoginRequest.php app/Console/Kernel.php app/Composer.php app/Exceptions/Handler.php app/Providers/AppServiceProvider.php app/Providers/AuthServiceProvider.php app/Providers/RouteServiceProvider.php app/Providers/EventServiceProvider.php app/Providers/BroadcastServiceProvider.php app/Models/User.php app/View/Components/AppLayout.php app/View/Components/GuestLayout.php package-lock.json public/.htaccess public/robots.txt public/js/app.js public/index.php public/build/assets/app-f9f1eaaf.js public/build/manifest.json public/mix-manifest.json tests/Feature/ExampleTest.php tests/Feature/ProfileTest.php tests/Feature/Auth/PasswordConfirmationTest.php tests/Feature/Auth/AuthenticationTest.php tests/Feature/Auth/RegistrationTest.php tests/Feature/Auth/PasswordUpdateTest.php tests/Feature/Auth/PasswordResetTest.php tests/Feature/Auth/EmailVerificationTest.php tests/Unit/ExampleTest.php tests/CreatesApplication.php tests/TestCase.php resources/views/components/responsive-nav-link.blade.php resources/views/components/nav-link.blade.php resources/views/components/auth-validation-errors.blade.php resources/views/components/input-error.blade.php resources/views/components/input.blade.php resources/views/components/dropdown.blade.php resources/views/components/secondary-button.blade.php resources/views/components/label.blade.php resources/views/components/modal.blade.php resources/views/components/input-label.blade.php resources/views/components/auth-card.blade.php resources/views/components/button.blade.php resources/views/components/text-input.blade.php resources/views/components/auth-session-status.blade.php resources/views/components/primary-button.blade.php resources/views/components/danger-button.blade.php resources/views/components/dropdown-link.blade.php resources/views/components/application-logo.blade.php resources/views/vendor/mail/text/header.blade.php resources/views/vendor/mail/text/table.blade.php resources/views/vendor/mail/text/panel.blade.php resources/views/vendor/mail/text/subcopy.blade.php resources/views/vendor/mail/text/layout.blade.php resources/views/vendor/mail/text/button.blade.php resources/views/vendor/mail/text/message.blade.php resources/views/vendor/mail/text/footer.blade.php resources/views/vendor/mail/html/header.blade.php resources/views/vendor/mail/html/table.blade.php resources/views/vendor/mail/html/panel.blade.php resources/views/vendor/mail/html/subcopy.blade.php resources/views/vendor/mail/html/layout.blade.php resources/views/vendor/mail/html/button.blade.php resources/views/vendor/mail/html/message.blade.php resources/views/vendor/mail/html/footer.blade.php resources/views/vendor/pagination/simple-default.blade.php resources/views/vendor/pagination/simple-tailwind.blade.php resources/views/vendor/pagination/default.blade.php resources/views/vendor/pagination/semantic-ui.blade.php resources/views/vendor/pagination/simple-bootstrap-4.blade.php resources/views/vendor/pagination/simple-bootstrap-5.blade.php resources/views/vendor/pagination/tailwind.blade.php resources/views/vendor/pagination/bootstrap-4.blade.php resources/views/vendor/pagination/bootstrap-5.blade.php resources/views/vendor/notifications/email.blade.php resources/views/dashboard.blade.php resources/views/layouts/navigation.blade.php resources/views/layouts/app.blade.php resources/views/layouts/guest.blade.php resources/views/welcome.blade.php resources/views/auth/verify-email.blade.php resources/views/auth/forgot-password.blade.php resources/views/auth/login.blade.php resources/views/auth/register.blade.php resources/views/auth/confirm-password.blade.php resources/views/auth/reset-password.blade.php resources/views/errors/503.blade.php resources/views/errors/404.blade.php resources/views/errors/429.blade.php resources/views/errors/layout.blade.php resources/views/errors/minimal.blade.php resources/views/errors/419.blade.php resources/views/errors/500.blade.php resources/views/errors/403.blade.php resources/views/errors/401.blade.php resources/views/profile/partials/update-profile-information-form.blade.php resources/views/profile/partials/delete-user-form.blade.php resources/views/profile/partials/update-password-form.blade.php resources/views/profile/edit.blade.php resources/js/app.js resources/js/bootstrap.js postcss.config.js .gitattributes database/migrations/2014_10_12_000000_create_users_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/migrations/2019_08_19_000000_create_failed_jobs_table.php database/factories/UserFactory.php database/seeders/DatabaseSeeder.php .styleci.yml config/broadcasting.php config/hashing.php config/filesystems.php config/sanctum.php config/shop.php config/app.php config/mail.php config/auth.php config/cache.php config/session.php config/services.php config/ignition.php config/queue.php config/view.php config/database.php config/cors.php config/logging.php config/flare.php config/tinker.php vite.config.js composer.json .editorconfig README.md package.json lang/de/auth.php lang/de/pagination.php lang/de/validation.php lang/de/passwords.php lang/en.json lang/en/auth.php lang/en/pagination.php lang/en/validation.php lang/en/passwords.php artisan routes/api.php routes/web.php routes/channels.php routes/auth.php routes/console.php LICENSE SECURITY.md docker-compose.yml phpunit.xml .env.example