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