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