kwidoo / boyarcaviar
:Boyar Caviar Bootstrap 4 Template
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 21
Language:JavaScript
Requires
- barryvdh/laravel-dompdf: ^0.8.3
- illuminate/support: ~5
- laravelcollective/html: ^5.4.0
- lavary/laravel-menu: ^1.7
Requires (Dev)
- jeroen-g/laravel-packager: ^2.0
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~6.0
- dev-master
- 1.1.2
- 1.0
- dev-dependabot/npm_and_yarn/json5-and-laravel-mix-2.2.3
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/chownr-1.1.4
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/fstream-1.0.12
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/tar-2.2.2
This package is auto-updated.
Last update: 2025-02-27 13:09:24 UTC
README
Simple website + online shop
Installation
Via Composer
$ composer require kwidoo/boyarcaviar
Usage
To add menu:
in Kernel.php protected $middlewareGroups = [ 'web' => [ ... \Kwidoo\BoyarCaviar\Middleware\GenerateMenu::class, ... ], ];
To add cart:
in config/app.php
'Cart' => Gloudemans\Shoppingcart\Facades\Cart::class,
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
'Menu' => Lavary\Menu\Facade::class,
redirectifauthenticated -> remove home route
Cart package might require Laravel version manual config