Initial commit
parents
Showing
docFun/.editorconfig
0 → 100644
docFun/.env.example
0 → 100644
docFun/.gitattributes
0 → 100644
docFun/.gitignore
0 → 100644
docFun/app/Http/Kernel.php
0 → 100644
docFun/app/User.php
0 → 100644
docFun/artisan
0 → 100644
docFun/bootstrap/app.php
0 → 100644
docFun/composer.json
0 → 100644
docFun/composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
docFun/config/app.php
0 → 100644
docFun/config/auth.php
0 → 100644
docFun/config/cache.php
0 → 100644
docFun/config/database.php
0 → 100644
docFun/config/hashing.php
0 → 100644
docFun/config/logging.php
0 → 100644
docFun/config/mail.php
0 → 100644
docFun/config/queue.php
0 → 100644
docFun/config/services.php
0 → 100644
docFun/config/session.php
0 → 100644
docFun/config/view.php
0 → 100644
docFun/database/.gitignore
0 → 100644
docFun/package.json
0 → 100644
docFun/phpunit.xml
0 → 100644
docFun/public/.htaccess
0 → 100644
docFun/public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
docFun/public/css/style.css
0 → 100644
docFun/public/favicon.ico
0 → 100644
37.4 KB
479 KB
814 KB
docFun/public/images/bg.png
0 → 100644
191 KB
docFun/public/images/bg2.jpg
0 → 100644
76.8 KB
14 KB
900 Bytes
docFun/public/images/doc.png
0 → 100644
222 KB
204 KB
141 KB
143 KB
173 KB
166 KB
163 KB
160 KB
179 KB
184 KB
173 KB
167 KB
docFun/public/images/lo.png
0 → 100644
422 Bytes
586 Bytes
docFun/public/images/ph.png
0 → 100644
641 Bytes
docFun/public/index.php
0 → 100644
docFun/public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
docFun/public/js/fireBase.js
0 → 100644
docFun/public/js/list.js
0 → 100644
docFun/public/js/login.js
0 → 100644
docFun/public/js/wait.js
0 → 100644
docFun/public/robots.txt
0 → 100644
docFun/routes/api.php
0 → 100644
docFun/routes/channels.php
0 → 100644
docFun/routes/console.php
0 → 100644
docFun/routes/web.php
0 → 100644
docFun/server.php
0 → 100644
docFun/tests/TestCase.php
0 → 100644
docFun/webpack.mix.js
0 → 100644
File added
project/.gitattributes
0 → 100644
project/.gitignore
0 → 100644
project/app/Http/Kernel.php
0 → 100644
project/app/Post.php
0 → 100644
project/app/User.php
0 → 100644
project/artisan
0 → 100644
project/bootstrap/app.php
0 → 100644
project/composer.json
0 → 100644
project/composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
project/config/app.php
0 → 100644
project/config/auth.php
0 → 100644
project/config/cache.php
0 → 100644
project/config/database.php
0 → 100644
project/config/hashing.php
0 → 100644
project/config/logging.php
0 → 100644
project/config/mail.php
0 → 100644
project/config/queue.php
0 → 100644
project/config/services.php
0 → 100644
project/config/session.php
0 → 100644
project/config/view.php
0 → 100644
project/database/.gitignore
0 → 100644
project/package.json
0 → 100644
project/phpunit.xml
0 → 100644
project/public/.htaccess
0 → 100644
project/public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
project/public/favicon.ico
0 → 100644
project/public/index.php
0 → 100644
project/public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
project/public/robots.txt
0 → 100644
project/routes/api.php
0 → 100644
project/routes/channels.php
0 → 100644
project/routes/console.php
0 → 100644
project/routes/web.php
0 → 100644
project/server.php
0 → 100644
project/tests/TestCase.php
0 → 100644
project/webpack.mix.js
0 → 100644
project/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.