2024-11-16 10:03:48 +00:00

89 lines
1.8 KiB
Plaintext

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