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