mati-core/sandbox

Mati-Core 网页沙箱

安装: 11

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

公开问题: 0

类型:项目

v1.0.2 2021-04-14 09:09 UTC

This package is auto-updated.

Last update: 2024-09-14 16:34:45 UTC


README

#MatiCore | 沙箱

Latest Stable Version Total Downloads Integrity check Latest Unstable Version License

安装

创建项目

composer create-project mati-core/sandbox <destination>

在app/config/common.neon中设置配置

parameters:
	mjml:
		applicationID: ''   # your application ID for https://mjml.io/api 
		publicKey: ''       # your public key for https://mjml.io/api 
		secretKey: ''       # your secret key for https://mjml.io/api 
	mail:
		smtp: true          # use smtp server 
		host: ''            # smtp server address
		port: 465           # smtp server port
		username: ''        # smtp server login
		password: ''        # smtp server password
		secure: ssl         # smtp server encrypt (ssl/tls)

安装CMS超级管理员账户

php www/index.php app:user:init <login> <password>

管理URL

/admin