commit
parents
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
monolith/.editorconfig
0 → 100644
monolith/.env.example
0 → 100644
monolith/.gitattributes
0 → 100644
monolith/.gitignore
0 → 100644
monolith/app/Console/Kernel.php
0 → 100644
monolith/app/Exceptions/Handler.php
0 → 100644
monolith/app/Http/Controllers/Controller.php
0 → 100644
monolith/app/Http/Controllers/admin.php
0 → 100644
monolith/app/Http/Controllers/obat.php
0 → 100644
monolith/app/Http/Controllers/pegawai.php
0 → 100644
monolith/app/Http/Controllers/pembelian.php
0 → 100644
monolith/app/Http/Kernel.php
0 → 100644
monolith/app/Http/Middleware/TrimStrings.php
0 → 100644
monolith/app/User.php
0 → 100644
monolith/app/admin.php
0 → 100644
monolith/app/obat.php
0 → 100644
monolith/app/pegawai.php
0 → 100644
monolith/app/pembelian.php
0 → 100644
monolith/artisan
0 → 100644
monolith/bootstrap/app.php
0 → 100644
monolith/bootstrap/cache/.gitignore
0 → 100644
monolith/composer.json
0 → 100644
monolith/composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
monolith/config/app.php
0 → 100644
monolith/config/auth.php
0 → 100644
monolith/config/broadcasting.php
0 → 100644
monolith/config/cache.php
0 → 100644
monolith/config/database.php
0 → 100644
monolith/config/filesystems.php
0 → 100644
monolith/config/hashing.php
0 → 100644
monolith/config/logging.php
0 → 100644
monolith/config/mail.php
0 → 100644
monolith/config/queue.php
0 → 100644
monolith/config/services.php
0 → 100644
monolith/config/session.php
0 → 100644
monolith/config/view.php
0 → 100644
monolith/database/.gitignore
0 → 100644
monolith/database/factories/UserFactory.php
0 → 100644
monolith/database/seeds/DatabaseSeeder.php
0 → 100644
monolith/obat_crud.sql
0 → 100644
monolith/package.json
0 → 100644
monolith/phpunit.xml
0 → 100644
monolith/public/.htaccess
0 → 100644
monolith/public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
monolith/public/favicon.ico
0 → 100644
monolith/public/index.php
0 → 100644
monolith/public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
monolith/public/robots.txt
0 → 100644
monolith/public/web.config
0 → 100644
monolith/readme.md
0 → 100644
monolith/resources/js/app.js
0 → 100644
monolith/resources/js/bootstrap.js
0 → 100644
monolith/resources/lang/en/auth.php
0 → 100644
monolith/resources/lang/en/pagination.php
0 → 100644
monolith/resources/lang/en/passwords.php
0 → 100644
monolith/resources/lang/en/validation.php
0 → 100644
monolith/resources/sass/_variables.scss
0 → 100644
monolith/resources/sass/app.scss
0 → 100644
monolith/resources/views/welcome.blade.php
0 → 100644
monolith/routes/api.php
0 → 100644
monolith/routes/channels.php
0 → 100644
monolith/routes/console.php
0 → 100644
monolith/routes/web.php
0 → 100644
monolith/server.php
0 → 100644
monolith/storage/app/.gitignore
0 → 100644
monolith/storage/app/public/.gitignore
0 → 100644
monolith/storage/framework/.gitignore
0 → 100644
monolith/storage/framework/cache/.gitignore
0 → 100644
monolith/storage/framework/views/.gitignore
0 → 100644
monolith/storage/logs/.gitignore
0 → 100644
monolith/tests/CreatesApplication.php
0 → 100644
monolith/tests/Feature/ExampleTest.php
0 → 100644
monolith/tests/TestCase.php
0 → 100644
monolith/tests/Unit/ExampleTest.php
0 → 100644
monolith/webpack.mix.js
0 → 100644
Please
register
or
sign in
to comment