mati-core/sandbox

Mati-Core nette sandbox

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

This package is auto-updated.

Last update: 2024-04-14 15:44:35 UTC


README

#MatiCore | Sandbox

Latest Stable Version Total Downloads Integrity check Latest Unstable Version License

Install

Creating project

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

Setup config in 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)

Install CMS super admin account

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

Administration URL

/admin