goodcatch/laravel-modules-qwshop

publish qwshop resources

dev-master 2021-08-02 01:20 UTC

This package is auto-updated.

Last update: 2024-03-29 04:19:50 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