falcon758 / phlexus
2.1.0
2023-04-16 19:20 UTC
Requires
- falcon758/phlexus-core: ^2.1.0
- falcon758/phlexus-library-theme: ^2.0.0
- falcon758/phlexus-library-translations: ^2.1.0
- falcon758/phlexus-module-shop: ^2.1.0
- falcon758/phlexus-module-users: ^2.1.0
- google/recaptcha: ^1.2
- oomphinc/composer-installers-extender: ~2.0
- phpmailer/phpmailer: ^6.4
- twilio/sdk: ^6.33
- vlucas/phpdotenv: ^3.4
Requires (Dev)
- phalcon/devtools: ^5.0
- phalcon/ide-stubs: ^5.0
README
设置项目
将 .env_example 重命名为 .env
将根目录的 .env_example 重命名为 .env 并根据您的配置更改值
将 config/config_example.php 重命名为 config/config.php
将 config/config_example.php 重命名为 config/config.php 并根据您的配置更改值
数据库
基本设置
根据您的 .env 文件创建用户和模式数据库
创建表并导入数据
./vendor/bin/phalcon-migrations run --config=config.php
主题
添加默认主题
php ./install.php
移除默认主题
php ./uninstall.php
访问仪表板
在 domain.local/user 访问仪表板
管理员登录
邮箱: admin@phlexus.io
密码: password
注意
出于安全考虑,如果不再需要,应删除 install.php 和 uninstall.php。
确保正确的配置(nginx 或 apache)仅指向 public 文件夹