Files
SecLists/Discovery/Web-Content/CMS/trickest-cms-wordlist/laravel.txt
T
2024-07-07 10:03:29 +00:00

42 lines
951 B
Plaintext

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