Project PABWE Terbaru
parents
Showing
op/.env.example
0 → 100644
op/.gitattributes
0 → 100644
op/.gitignore
0 → 100644
op/app/Console/Kernel.php
0 → 100644
op/app/Exceptions/Handler.php
0 → 100644
op/app/Http/Controllers/Controller.php
0 → 100644
op/app/Http/Controllers/HomeController.php
0 → 100644
op/app/Http/Controllers/PersonController.php
0 → 100644
op/app/Http/Kernel.php
0 → 100644
op/app/Http/Middleware/EncryptCookies.php
0 → 100644
op/app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
op/app/Person.php
0 → 100644
op/app/Providers/AppServiceProvider.php
0 → 100644
op/app/Providers/AuthServiceProvider.php
0 → 100644
op/app/Providers/EventServiceProvider.php
0 → 100644
op/app/Providers/RouteServiceProvider.php
0 → 100644
op/app/User.php
0 → 100644
op/artisan
0 → 100644
op/bootstrap/app.php
0 → 100644
op/bootstrap/autoload.php
0 → 100644
op/bootstrap/cache/.gitignore
0 → 100644
op/composer.json
0 → 100644
op/composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
op/config/app.php
0 → 100644
op/config/auth.php
0 → 100644
op/config/broadcasting.php
0 → 100644
op/config/cache.php
0 → 100644
op/config/compile.php
0 → 100644
op/config/database.php
0 → 100644
op/config/filesystems.php
0 → 100644
op/config/mail.php
0 → 100644
op/config/queue.php
0 → 100644
op/config/services.php
0 → 100644
op/config/session.php
0 → 100644
op/config/view.php
0 → 100644
op/database/.gitignore
0 → 100644
op/database/factories/ModelFactory.php
0 → 100644
op/database/migrations/.gitkeep
0 → 100644
op/database/seeds/.gitkeep
0 → 100644
op/database/seeds/DatabaseSeeder.php
0 → 100644
op/database/seeds/person.php
0 → 100644
op/gulpfile.js
0 → 100644
op/nbproject/private/config.properties
0 → 100644
op/nbproject/private/private.properties
0 → 100644
op/nbproject/private/private.xml
0 → 100644
op/nbproject/project.properties
0 → 100644
op/nbproject/project.xml
0 → 100644
op/package.json
0 → 100644
op/phpunit.xml
0 → 100644
op/public/.htaccess
0 → 100644
op/public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
op/public/css/bootstrap-theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
op/public/css/bootstrap-theme.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
op/public/css/bootstrap-theme.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
op/public/css/bootstrap-theme.min.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
op/public/css/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
op/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.
op/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.
op/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.
op/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
op/public/image/160210_MasonMoon_022.jpg
0 → 100644
82.9 KB
op/public/image/3581076370_124b8b0447.jpg
0 → 100644
61.9 KB
op/public/image/baby-mon-sun.png
0 → 100644
208 KB
op/public/image/superthumb.jpg
0 → 100644
13.5 KB
169 KB
op/public/index.php
0 → 100644
op/public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
op/public/js/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
op/public/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
op/public/js/npm.js
0 → 100644
op/public/robots.txt
0 → 100644
op/public/web.config
0 → 100644
op/readme.md
0 → 100644
op/resources/assets/js/app.js
0 → 100644
op/resources/assets/js/bootstrap.js
0 → 100644
op/resources/assets/sass/_variables.scss
0 → 100644
op/resources/assets/sass/app.scss
0 → 100644
op/resources/lang/en/auth.php
0 → 100644
op/resources/lang/en/pagination.php
0 → 100644
op/resources/lang/en/passwords.php
0 → 100644
op/resources/lang/en/validation.php
0 → 100644
op/resources/views/auth/login.blade.php
0 → 100644
op/resources/views/auth/register.blade.php
0 → 100644
op/resources/views/errors/503.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/home.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/layouts/app.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/master.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/persons/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/persons/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/persons/insert.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/vendor/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
op/resources/views/welcome.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/routes/api.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/routes/console.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/routes/web.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/server.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/storage/app/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
op/storage/app/public/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
op/storage/framework/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
op/storage/framework/cache/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
op/storage/framework/sessions/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
op/storage/framework/views/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
op/storage/logs/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
op/tests/ExampleTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
op/tests/TestCase.php
0 → 100644
This diff is collapsed.
Click to expand it.