斯奇 / 简单管理
Phalcon PHP 框架的简单管理
2.0.0
2023-09-20 18:27 UTC
Requires
- php: >=8.1
- ext-phalcon: ^5.3.1
- phalcon/migrations: ^3.0
- swiftmailer/swiftmailer: ^6.3
This package is auto-updated.
Last update: 2024-09-05 20:25:53 UTC
README
Phalcon PHP 框架的简单管理
演示网站
https://simple-admin.sitchi.dev/
用户: demo@sitchi.dev
密码: Demo2020
开始使用
要求
- PHP >= 8.1
- Apache Web 服务器并启用 mod_rewrite 模块,或者 Nginx Web 服务器
- Phalcon >= 5.3.1 Phalcon 框架版本 扩展已启用
- MariaDB >= 10.3
安装
使用 composer create-project 安装
composer create-project sitchi/simple-admin
使用 git clone 安装
git clone https://github.com/sitchi/simple-admin composer install
安装后
- 编辑
app/config/config.php
文件,填写您的数据库连接信息 - 运行数据库迁移
vendor/bin/phalcon-migrations run
- 修改缓存和日志目录的写权限
sudo chmod -R 0777 cache/ logs/
许可证
Simple Admin 采用 MIT 许可证,您可以在此处查看许可证。