artisan phpunit.xml README.md CHANGELOG.md bootstrap/app.php bootstrap/providers.php routes/console.php routes/web.php 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 composer.json config/session.php config/auth.php config/app.php config/database.php config/queue.php config/services.php config/filesystems.php config/cache.php config/logging.php config/mail.php .editorconfig vite.config.js public/.htaccess public/robots.txt public/index.php .env.example tests/TestCase.php tests/Feature/ExampleTest.php tests/Unit/ExampleTest.php .gitattributes resources/js/app.js resources/js/bootstrap.js resources/views/welcome.blade.php package.json app/Http/Controllers/Controller.php app/Models/User.php app/Providers/AppServiceProvider.php .styleci.yml