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