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