码云推荐 | 基于 Laravel 的开源淘宝客系统 SmallGo

栏目: PHP · 发布时间: 6年前

内容简介:码云推荐 | 基于 Laravel 的开源淘宝客系统 SmallGo

SmallGo

SmallGo淘宝系统,采用 laravel 作为开发框架,项目后台依赖laravel-admin搭建,需要安装 PHP 7.1+和Laravel 5.5

php包管理采用composer,如您不了解composer,请自行百度学习,以下内容默认您对larvavel和composer已经了解或熟悉

前端包管理采用npm,前端资源编译采用laravel-mix

1、安装

composer install

2、执行(该命令源于laravel-admin)

php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"

3、执行如下命令

php artisan smallgo:install

交流社区(搭建中) http://www.361dream.com


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Thinking Recursively

Thinking Recursively

Eric S. Roberts / Wiley / 1986-1-17 / USD 85.67

The process of solving large problems by breaking them down into smaller, more simple problems that have identical forms. Thinking Recursively: A small text to solve large problems. Concentrating on t......一起来看看 《Thinking Recursively》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具