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