开源实例之Bagisto
前言
Bagisto is an opensource laravel eCommerce framework built on some of the hottest technologies such as Laravel (a PHP framework) and Vue.js a progressive Javascript framework.
本实例是基于Bagisto部署的商城系统。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | PHP 8.1 |
数据库 | MariaDB 10.5 |
服务器 | Nginx |
程序 | Bagisto 2.1.0 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 PHP
- 已安装 MySQL
- 已安装 Nginx
安装程序
官网地址:https://bagisto.com
仓库地址:https://github.com/bagisto/bagisto
创建数据库
创建一个空数据库,用于后续安装。
部署服务
#用 composer 构建项目
composer create-project bagisto/bagisto app
#执行安装,按照引导填写信息
cd app
php artisan bagisto:install
#构建测试数据
php artisan bagisto:fake
实例体验
后记
本实例仅供参考,不定期重置数据。