Sistem sudah bisa mengirimkan email verifikasi ke email pengguna.
parents
Showing
.env.bak
0 → 100644
.env.example
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
README.txt
0 → 100644
app/BeliLog.php
0 → 100644
app/Console/Kernel.php
0 → 100644
app/Exceptions/Handler.php
0 → 100644
app/Exceptions/MenuException.php
0 → 100644
app/Http/Controllers/Controller.php
0 → 100644
app/Http/Controllers/GuestController.php
0 → 100644
app/Http/Controllers/HomeController.php
0 → 100644
app/Http/Controllers/MembersController.php
0 → 100644
app/Http/Controllers/MenuController.php
0 → 100644
app/Http/Controllers/SettingsController.php
0 → 100644
app/Http/Controllers/TokoController.php
0 → 100644
app/Http/Kernel.php
0 → 100644
app/Http/Middleware/EncryptCookies.php
0 → 100644
app/Http/Middleware/UserShouldVerified.php
0 → 100644
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
app/Http/Requests/StoreMemberRequest.php
0 → 100644
app/Http/Requests/StoreMenuRequest.php
0 → 100644
app/Http/Requests/UpdateMemberRequest.php
0 → 100644
app/Http/Requests/UpdateMenuRequest.php
0 → 100644
app/Menu.php
0 → 100644
app/Permission.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/Role.php
0 → 100644
app/Toko.php
0 → 100644
app/User.php
0 → 100644
artisan
0 → 100644
bootstrap/app.php
0 → 100644
bootstrap/autoload.php
0 → 100644
bootstrap/cache/.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "laravel/laravel", | ||
"description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | ||
"license": "MIT", | ||
"type": "project", | ||
"require": { | ||
"php": ">=5.6.4", | ||
"laravel/framework": "5.3.*", | ||
"santigarcor/laratrust": "3.0.*", | ||
"laravelcollective/html": "~5.3", | ||
"yajra/laravel-datatables-oracle": "~6.0", | ||
"anhskohbo/no-captcha": "~2.0", | ||
"guzzlehttp/guzzle": "~4.0" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
"mockery/mockery": "0.9.*", | ||
"phpunit/phpunit": "~5.0", | ||
"symfony/css-selector": "3.1.*", | ||
"symfony/dom-crawler": "3.1.*" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
"database" | ||
], | ||
"psr-4": { | ||
"App\\": "app/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"classmap": [ | ||
"tests/TestCase.php" | ||
] | ||
}, | ||
"scripts": { | ||
"post-root-package-install": [ | ||
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"php artisan key:generate" | ||
], | ||
"post-install-cmd": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postInstall", | ||
"php artisan optimize" | ||
], | ||
"post-update-cmd": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postUpdate", | ||
"php artisan optimize" | ||
] | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packagist.org" | ||
}, | ||
{ "packagist": false } | ||
] | ||
} |
composer.json.bak
0 → 100644
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/compile.php
0 → 100644
config/database.php
0 → 100644
config/filesystems.php
0 → 100644
config/laratrust.php
0 → 100644
config/laratrust_seeder.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/ModelFactory.php
0 → 100644
database/migrations/.gitkeep
0 → 100644
database/seeds/.gitkeep
0 → 100644
database/seeds/DatabaseSeeder.php
0 → 100644
database/seeds/MenusSeeder.php
0 → 100644
database/seeds/UsersSeeder.php
0 → 100644
gemakan2.sql
0 → 100644
This diff is collapsed.
Click to expand it.
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"private": true, | ||
"scripts": { | ||
"prod": "gulp --production", | ||
"dev": "gulp watch" | ||
}, | ||
"devDependencies": { | ||
"bootstrap-sass": "^3.3.7", | ||
"gulp": "^3.9.1", | ||
"jquery": "^3.1.0", | ||
"laravel-elixir": "^6.0.0-9", | ||
"laravel-elixir-vue-2": "^0.2.0", | ||
"laravel-elixir-webpack-official": "^1.0.2", | ||
"lodash": "^4.16.2", | ||
"vue": "^2.0.1", | ||
"vue-resource": "^1.0.3" | ||
} | ||
} |
phpunit.xml
0 → 100644
public/.htaccess
0 → 100644
public/css/app.css
0 → 100644
public/css/bootstrap-theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap-theme.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap-theme.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap-theme.min.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
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.
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/bootstrap.min.css.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/dataTables.bootstrap.css
0 → 100644
public/css/font-awesome.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/font-awesome.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/jquery.dataTables.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/selectize.bootstrap3.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/selectize.css
0 → 100644
public/favicon.ico
0 → 100644
public/fonts/FontAwesome.otf
0 → 100644
File added
public/fonts/fontawesome-webfont.eot
0 → 100644
File added
public/fonts/fontawesome-webfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/fonts/fontawesome-webfont.ttf
0 → 100644
File added
public/fonts/fontawesome-webfont.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/fontawesome-webfont.woff2
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/images/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/sort_asc.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/sort_asc_disabled.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/sort_both.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/sort_desc.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/sort_desc_disabled.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/Chart.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js - Copy/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js - Copy/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/custom.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/dataTables.bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/jquery-3.1.0.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/jquery-3.2.1.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/jquery.dataTables.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/npm.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js - Copy/selectize.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/Chart.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/custom.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/dataTables.bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery-3.1.0.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.dataTables.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/selectize.min.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.
readme.md
0 → 100644
This diff is collapsed.
Click to expand it.
resources/assets/js/app.js
0 → 100644
This diff is collapsed.
Click to expand it.
resources/assets/js/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
resources/assets/js/components/Example.vue
0 → 100644
This diff is collapsed.
Click to expand it.
resources/assets/sass/_variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
resources/assets/sass/app.scss
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/views/auth/emails/invite.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/auth/login.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/auth/register.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/dashboard/admin.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/dashboard/member.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/datatable/_action.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/errors/403.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/errors/503.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/guest/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/home.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/layouts/_flash.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/layouts/app.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/members/_form.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/members/create.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/members/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/members/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/members/show.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/menu/_form.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/menu/create.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/menu/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/menu/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/settings/profile.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/statistics/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/toko/_form.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/toko/create.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/toko/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/toko/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/vendor/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/welcome.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/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/sessions/.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/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.
Please
register
or
sign in
to comment