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