goodcatch / laravel-modules-qwshop
publish qwshop resources
dev-master
2021-08-02 01:20 UTC
Requires
- php: >=7.3
- ext-json: *
- goodcatch/laravel-modules: dev-master
Requires (Dev)
- illuminate/support: ^8.0
- laravel/framework: ^8.0
- laravel/helpers: ^1.1
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-01 00:27:17 UTC
README
this library is one of qingwuit/qwshop laravel-modules module.
Introduction
The Laravel Modules QwShop overwrite "qingwuit/qwshop" routes, resources, or others files.
With help of package allenwakeup/laravel-modules, there is an opportunity that makes qwshop in modules.
Installation
To install through Composer, by run the following command:
composer require goodcatch/laravel-modules-qwshop
migration
php artisan goodcatch:table php artisan migrate php artisan goodcatch:cache
seed
php artisan goodcatch:seed qwshop
publish files
just following commands.
php artisan vendor:publish --tag=goodcatch-modules-qwshop --force
note: make qwshop project clean and then publish files.
node
build front-end
yarn run prod
or
yarn run dev
others
- add menu, role menu mapping, permission, role permission mapping
checkout permission seeder