add Laravel
Showing
src/.editorconfig
0 → 100644
src/.env.example
0 → 100644
src/.gitattributes
0 → 100644
src/.gitignore
0 → 100644
src/README.md
0 → 100644
src/app/Console/Kernel.php
0 → 100644
src/app/Http/Kernel.php
0 → 100644
src/app/Models/User.php
0 → 100644
src/artisan
0 → 100644
src/bootstrap/app.php
0 → 100644
src/composer.json
0 → 100644
src/composer.lock
0 → 100644
This diff is collapsed.
src/config/app.php
0 → 100644
src/config/auth.php
0 → 100644
src/config/broadcasting.php
0 → 100644
src/config/cache.php
0 → 100644
src/config/cors.php
0 → 100644
src/config/database.php
0 → 100644
src/config/filesystems.php
0 → 100644
src/config/hashing.php
0 → 100644
src/config/logging.php
0 → 100644
src/config/mail.php
0 → 100644
src/config/queue.php
0 → 100644
src/config/sanctum.php
0 → 100644
src/config/services.php
0 → 100644
src/config/session.php
0 → 100644
src/config/view.php
0 → 100644
src/database/.gitignore
0 → 100644
src/package.json
0 → 100644
src/phpunit.xml
0 → 100644
src/public/.htaccess
0 → 100644
src/public/favicon.ico
0 → 100644
src/public/robots.txt
0 → 100644
src/resources/css/app.css
0 → 100644
src/resources/js/app.js
0 → 100644
This diff is collapsed.
src/routes/api.php
0 → 100644
src/routes/channels.php
0 → 100644
src/routes/console.php
0 → 100644
src/routes/web.php
0 → 100644
src/storage/app/.gitignore
0 → 100644
src/storage/logs/.gitignore
0 → 100644
src/tests/TestCase.php
0 → 100644
src/vite.config.js
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
template/index.php
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment