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 |
官网地址: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
本实例仅供参考,不定期重置数据。