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