README.md package.json public/.htaccess public/index.php public/robots.txt phpunit.xml routes/web.php routes/console.php resources/views/welcome.blade.php resources/js/bootstrap.js resources/js/app.js composer.json tailwind.config.js artisan config/logging.php config/filesystems.php config/session.php config/database.php config/services.php config/auth.php config/mail.php config/cache.php config/queue.php config/app.php CHANGELOG.md bootstrap/providers.php bootstrap/app.php vite.config.js tests/Feature/ExampleTest.php tests/TestCase.php tests/Unit/ExampleTest.php .gitattributes postcss.config.js app/Providers/AppServiceProvider.php app/Http/Controllers/Controller.php app/Models/User.php database/migrations/0001_01_01_000001_create_cache_table.php database/migrations/0001_01_01_000002_create_jobs_table.php database/migrations/0001_01_01_000000_create_users_table.php database/seeders/DatabaseSeeder.php database/factories/UserFactory.php .styleci.yml .editorconfig .env.example