File Ter-update
parents
Showing
Tugas/.env.example
0 → 100644
Tugas/.gitattributes
0 → 100644
Tugas/.gitignore
0 → 100644
Tugas/app/Blog.php
0 → 100644
Tugas/app/Console/Kernel.php
0 → 100644
Tugas/app/Exceptions/Handler.php
0 → 100644
Tugas/app/Http/Controllers/Controller.php
0 → 100644
Tugas/app/Http/Kernel.php
0 → 100644
Tugas/app/Http/Middleware/EncryptCookies.php
0 → 100644
Tugas/app/Providers/AppServiceProvider.php
0 → 100644
Tugas/app/Providers/AuthServiceProvider.php
0 → 100644
Tugas/app/Providers/EventServiceProvider.php
0 → 100644
Tugas/app/Providers/RouteServiceProvider.php
0 → 100644
Tugas/app/User.php
0 → 100644
Tugas/artisan
0 → 100644
Tugas/bootstrap/app.php
0 → 100644
Tugas/bootstrap/autoload.php
0 → 100644
Tugas/bootstrap/cache/.gitignore
0 → 100644
Tugas/composer.json
0 → 100644
Tugas/composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/config/app.php
0 → 100644
Tugas/config/auth.php
0 → 100644
Tugas/config/broadcasting.php
0 → 100644
Tugas/config/cache.php
0 → 100644
Tugas/config/compile.php
0 → 100644
Tugas/config/database.php
0 → 100644
Tugas/config/filesystems.php
0 → 100644
Tugas/config/mail.php
0 → 100644
Tugas/config/queue.php
0 → 100644
Tugas/config/services.php
0 → 100644
Tugas/config/session.php
0 → 100644
Tugas/config/view.php
0 → 100644
Tugas/database/.gitignore
0 → 100644
Tugas/database/factories/ModelFactory.php
0 → 100644
Tugas/database/migrations/.gitkeep
0 → 100644
Tugas/database/seeds/.gitkeep
0 → 100644
Tugas/database/seeds/DatabaseSeeder.php
0 → 100644
Tugas/gulpfile.js
0 → 100644
Tugas/nbproject/private/private.properties
0 → 100644
Tugas/nbproject/private/private.xml
0 → 100644
Tugas/nbproject/project.properties
0 → 100644
Tugas/nbproject/project.xml
0 → 100644
Tugas/npm-debug.log
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/package.json
0 → 100644
Tugas/phpunit.xml
0 → 100644
Tugas/public/.htaccess
0 → 100644
Tugas/public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/public/css/bootstrap-theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/public/css/bootstrap-theme.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/public/css/bootstrap-theme.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/public/css/bootstrap-theme.min.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/public/css/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/public/css/bootstrap.css.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/public/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/public/css/bootstrap.min.css.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/public/favicon.ico
0 → 100644
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
Tugas/public/images/1hjuR3.jpg
0 → 100644
90.8 KB
Tugas/public/index.php
0 → 100644
Tugas/public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Tugas/public/js/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/public/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/public/js/npm.js
0 → 100644
Tugas/public/robots.txt
0 → 100644
Tugas/public/web.config
0 → 100644
Tugas/readme.md
0 → 100644
Tugas/resources/assets/js/app.js
0 → 100644
Tugas/resources/assets/js/bootstrap.js
0 → 100644
Tugas/resources/assets/sass/_variables.scss
0 → 100644
Tugas/resources/assets/sass/app.scss
0 → 100644
Tugas/resources/lang/en/auth.php
0 → 100644
Tugas/resources/lang/en/pagination.php
0 → 100644
Tugas/resources/lang/en/passwords.php
0 → 100644
Tugas/resources/lang/en/validation.php
0 → 100644
Tugas/resources/views/blog/create.blade.php
0 → 100644
Tugas/resources/views/blog/edit.blade.php
0 → 100644
Tugas/resources/views/blog/index.blade.php
0 → 100644
Tugas/resources/views/errors/503.blade.php
0 → 100644
Tugas/resources/views/layouts/app.blade.php
0 → 100644
Tugas/resources/views/master.blade.php
0 → 100644
Tugas/resources/views/vendor/.gitkeep
0 → 100644
Tugas/resources/views/welcome.blade.php
0 → 100644
Tugas/routes/api.php
0 → 100644
Tugas/routes/console.php
0 → 100644
Tugas/routes/web.php
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/server.php
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/storage/app/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/storage/app/public/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/storage/framework/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/storage/framework/cache/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/storage/framework/sessions/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/storage/framework/views/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/storage/logs/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/tests/ExampleTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
Tugas/tests/TestCase.php
0 → 100644
This diff is collapsed.
Click to expand it.