NewLaravel
Showing
room/.env.example
0 → 100644
room/.gitattributes
0 → 100644
room/.gitignore
0 → 100644
room/app/Console/Kernel.php
0 → 100644
room/app/Http/Kernel.php
0 → 100644
room/app/User.php
0 → 100644
room/artisan
0 → 100644
room/bootstrap/app.php
0 → 100644
room/composer.json
0 → 100644
room/composer.lock
0 → 100644
This diff is collapsed.
room/config/app.php
0 → 100644
room/config/auth.php
0 → 100644
room/config/broadcasting.php
0 → 100644
room/config/cache.php
0 → 100644
room/config/database.php
0 → 100644
room/config/filesystems.php
0 → 100644
room/config/hashing.php
0 → 100644
room/config/logging.php
0 → 100644
room/config/mail.php
0 → 100644
room/config/queue.php
0 → 100644
room/config/services.php
0 → 100644
room/config/session.php
0 → 100644
room/config/view.php
0 → 100644
room/database/.gitignore
0 → 100644
room/package.json
0 → 100644
room/phpunit.xml
0 → 100644
room/public/.htaccess
0 → 100644
room/public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
room/public/css/styles.css
0 → 100644
room/public/favicon.ico
0 → 100644
room/public/index.php
0 → 100644
room/public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
room/public/robots.txt
0 → 100644
room/public/web.config
0 → 100644
room/readme.md
0 → 100644
room/routes/api.php
0 → 100644
room/routes/channels.php
0 → 100644
room/routes/console.php
0 → 100644
room/routes/web.php
0 → 100644
room/server.php
0 → 100644
room/storage/app/.gitignore
0 → 100644
room/storage/logs/.gitignore
0 → 100644
room/tests/TestCase.php
0 → 100644
room/webpack.mix.js
0 → 100644
Please
register
or
sign in
to comment