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