42 lines
951 B
Plaintext

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