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