# laravel-modules-qwshop **Repository Path**: allendebug/laravel-modules-qwshop ## Basic Information - **Project Name**: laravel-modules-qwshop - **Description**: 青梧商城三方资源 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-28 - **Last Updated**: 2021-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Laravel Modules QwShop this library is one of [qingwuit/qwshop](https://gitee.com/allendebug/qwshop) **laravel-modules** module. ## Introduction The Laravel Modules QwShop overwrite "qingwuit/qwshop" routes, resources, or others files. With help of package [allenwakeup/laravel-modules](https://github.com/allenwakeup/laravel-modules), there is an opportunity that makes qwshop in modules. ## Installation To install through Composer, by run the following command: ```shell script composer require goodcatch/laravel-modules-qwshop ``` ### migration ```shell script php artisan goodcatch:table php artisan migrate php artisan goodcatch:cache ``` ### seed ```shell script php artisan goodcatch:seed qwshop ``` ### publish files just following commands. ```shell script php artisan vendor:publish --tag=goodcatch-modules-qwshop --force ``` **note:** make qwshop project clean and then publish files. ### node build front-end ```shell script yarn run prod ``` or ```shell script yarn run dev ``` ### others * add menu, role menu mapping, permission, role permission mapping checkout [permission seeder](https://github.com/allenwakeup/laravel-modules-qwshop/blob/master/database/seeds/PermissionTableSeeder.php)