goodcatch/shop-core

goodcatch Laravel 模块 - 核心模块,最实用和基本的模块

dev-master 2021-08-07 01:26 UTC

This package is auto-updated.

Last update: 2024-09-07 08:17:59 UTC


README

必需的基本模块 goodcatch/laravel-modules

简介

核心模块包含许多功能,有助于开发更有效。

安装

只需将整个项目复制到路径 app/Modules 或预先配置的路径,该路径定义了环境文件中 'MODULE_INSTALL_PATH' 的值;

确保文件夹名称正好是 'Core'。

配置模块核心

数据库迁移

php artisan module:migrate core

种子

地区

php artisan module:seed core

队列

php artisan queue:work redis --queue=high,default,emails,low --sleep=3 --tries=3 --delay=2 --timeout=600

定时任务

php artisan schedule:run >> /dev/null 2>&1

Lightcms 部分

前端依赖

Layui 更新

xm-select