Initial commit
parents
Showing
.editorconfig
0 → 100644
.env.example
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.styleci.yml
0 → 100644
README.md
0 → 100644
app/Console/Kernel.php
0 → 100644
app/Exceptions/Handler.php
0 → 100644
app/Http/Controllers/Controller.php
0 → 100644
app/Http/Kernel.php
0 → 100644
app/Http/Middleware/Authenticate.php
0 → 100644
app/Http/Middleware/EncryptCookies.php
0 → 100644
app/Http/Middleware/TrimStrings.php
0 → 100644
app/Http/Middleware/TrustProxies.php
0 → 100644
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
app/Providers/AppServiceProvider.php
0 → 100644
app/Providers/AuthServiceProvider.php
0 → 100644
app/Providers/BroadcastServiceProvider.php
0 → 100644
app/Providers/EventServiceProvider.php
0 → 100644
app/Providers/RouteServiceProvider.php
0 → 100644
app/User.php
0 → 100644
artisan
0 → 100644
bootstrap/app.php
0 → 100644
bootstrap/cache/.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "laravel/laravel", | ||
"type": "project", | ||
"description": "The Laravel Framework.", | ||
"keywords": [ | ||
"framework", | ||
"laravel" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.2", | ||
"fideloper/proxy": "^4.0", | ||
"laravel/framework": "^6.2", | ||
"laravel/tinker": "^2.0" | ||
}, | ||
"require-dev": { | ||
"facade/ignition": "^1.4", | ||
"fzaninotto/faker": "^1.9.1", | ||
"mockery/mockery": "^1.0", | ||
"nunomaduro/collision": "^3.0", | ||
"phpunit/phpunit": "^8.0" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"dont-discover": [] | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "app/" | ||
}, | ||
"classmap": [ | ||
"database/seeds", | ||
"database/factories" | ||
] | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
"@php artisan package:discover --ansi" | ||
], | ||
"post-root-package-install": [ | ||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"@php artisan key:generate --ansi" | ||
] | ||
} | ||
} |
composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/app.php
0 → 100644
config/auth.php
0 → 100644
config/broadcasting.php
0 → 100644
config/cache.php
0 → 100644
config/database.php
0 → 100644
config/filesystems.php
0 → 100644
config/hashing.php
0 → 100644
config/logging.php
0 → 100644
config/mail.php
0 → 100644
config/queue.php
0 → 100644
config/services.php
0 → 100644
config/session.php
0 → 100644
config/view.php
0 → 100644
database/.gitignore
0 → 100644
database/factories/UserFactory.php
0 → 100644
database/seeds/DatabaseSeeder.php
0 → 100644
package.json
0 → 100644
{ | ||
"private": true, | ||
"scripts": { | ||
"dev": "npm run development", | ||
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"watch": "npm run development -- --watch", | ||
"watch-poll": "npm run watch -- --watch-poll", | ||
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"prod": "npm run production", | ||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | ||
}, | ||
"devDependencies": { | ||
"axios": "^0.19", | ||
"cross-env": "^7.0", | ||
"laravel-mix": "^5.0.1", | ||
"lodash": "^4.17.13", | ||
"resolve-url-loader": "^3.1.0", | ||
"sass": "^1.15.2", | ||
"sass-loader": "^8.0.0" | ||
} | ||
} |
phpunit.xml
0 → 100644
public/.htaccess
0 → 100644
public/css/TRe.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/animate.css
0 → 100644
This diff is collapsed.
Click to expand it.
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.
public/css/font.awesome.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/ionicons.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/jquery-ui.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/magnific-popup.css
0 → 100644
public/css/owl.carousel.min.css
0 → 100644
public/css/plugins.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/slick.css
0 → 100644
public/css/slinky.menu.css
0 → 100644
public/css/style.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/favicon.ico
0 → 100644
public/img/Hp/bb.png
0 → 100644
10.5 KB
public/img/Hp/bb2.png
0 → 100644
2.47 KB
public/img/Hp/iphone11.png
0 → 100644
2.68 KB
public/img/Hp/iphone2.png
0 → 100644
7.99 KB
public/img/Hp/oppo.png
0 → 100644
10.7 KB
public/img/Hp/oppo2.png
0 → 100644
3.18 KB
public/img/Hp/realmi.png
0 → 100644
7.79 KB
public/img/Hp/realmi2.png
0 → 100644
10.3 KB
public/img/Hp/redmi.png
0 → 100644
3.04 KB
public/img/Hp/redmi2.png
0 → 100644
11.2 KB
public/img/Hp/s8.png
0 → 100644
7.94 KB
public/img/Hp/s81.png
0 → 100644
4.6 KB
public/img/about/About_icon1.jpg
0 → 100644
1.58 KB
public/img/about/About_icon2.jpg
0 → 100644
1.3 KB
public/img/about/About_icon3.jpg
0 → 100644
1.2 KB
This diff is collapsed.
Click to expand it.
public/img/about/about1.jpg
0 → 100644
161 KB
public/img/about/shipping1.png
0 → 100644
894 Bytes
public/img/about/shipping2.png
0 → 100644
879 Bytes
public/img/about/shipping3.png
0 → 100644
821 Bytes
public/img/about/shipping4.png
0 → 100644
707 Bytes
public/img/about/testimonial.jpg
0 → 100644
14.1 KB
public/img/about/testimonial4.jpg
0 → 100644
3.47 KB
public/img/about/testimonial5.jpg
0 → 100644
2.52 KB
public/img/about/testimonial6.png
0 → 100644
5.44 KB
public/img/bg/banner1.jpg
0 → 100644
30 KB
public/img/bg/banner2.jpg
0 → 100644
29.2 KB
public/img/bg/banner3.jpg
0 → 100644
7.25 KB
public/img/bg/banner4.jpg
0 → 100644
3.71 KB
public/img/bg/banner5.jpg
0 → 100644
25.7 KB
public/img/bg/banner6.jpg
0 → 100644
10.8 KB
public/img/bg/banner7.jpg
0 → 100644
39.9 KB
public/img/bg/banner8.jpg
0 → 100644
33.5 KB
public/img/bg/banner9.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bg/coming-soon.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bg/new-banner.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bg/slider-banner-1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bg/slider-banner-2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bg/slider-banner-3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog-big1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog-big2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog-big3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog-big4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog12.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog13.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog14.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog15.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog5.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog6.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog7.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog8.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/blog9.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/comment.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/comment2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blog/comment3.png.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brand/brand.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brand/brand1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brand/brand2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brand/brand3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brand/brand4.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/emas.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/featured/featured.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/featured/featured1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/featured/featured2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/featured/featured3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/featured/featured4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/featured/featured5.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/bkg_grid.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/bkg_grid4.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/bkg_grid4_hover.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/bkg_grid_hover.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/bkg_list.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/bkg_list_hover.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/email.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/lokasi.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/owl.video.play.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/papyel.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/payment.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/phone.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/icon/transaksi.jpeg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logam/antam.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logam/galeri24.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logam/lotus.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logam/ubs.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo/language.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo/language2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo/logo-5.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo/logo_original.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/camera.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/elektronik.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/fitur3.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/handphone.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/kendaraan.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/laptop.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/laptop1.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/laptop1.jpeg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/lepi.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/logam mulia.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/logam.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/perhiasan.PNG
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/product1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/product2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/samsung8.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product/sepeda.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/profil.jpeg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/s-product/buy.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/s-product/pay.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/s-product/product.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/s-product/product2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/s-product/product5.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/service/services1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/service/services2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/service/services3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/service/services4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider10.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider11.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider12.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider5.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider6.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider7.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider8.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/slider9.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/app.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/isotope.pkgd.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.countdown.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.elevatezoom.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.magnific-popup.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.ui.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/main2.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/map.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/owl.carousel.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/popper.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/rupiah.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/slick.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/slinky.menu.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/robots.txt
0 → 100644
This diff is collapsed.
Click to expand it.
public/web.config
0 → 100644
This diff is collapsed.
Click to expand it.
resources/js/app.js
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/auth.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/pagination.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/passwords.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/validation.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/sass/app.scss
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/Riwayat.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/Syarat&Ketentuan.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
routes/api.php
0 → 100644
This diff is collapsed.
Click to expand it.
routes/channels.php
0 → 100644
This diff is collapsed.
Click to expand it.
routes/console.php
0 → 100644
This diff is collapsed.
Click to expand it.
routes/web.php
0 → 100644
This diff is collapsed.
Click to expand it.
server.php
0 → 100644
This diff is collapsed.
Click to expand it.
storage/app/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/app/public/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/cache/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/cache/data/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/sessions/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/testing/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/views/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/logs/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
tests/CreatesApplication.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/ExampleTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/TestCase.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/ExampleTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
webpack.mix.js
0 → 100644
This diff is collapsed.
Click to expand it.