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