mati-core / sandbox
Mati-Core nette sandbox
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.0
- baraja-core/doctrine: ~3.0
- baraja-core/package-manager: ~2.0
- contributte/translation: ^0.8.3
- latte/latte: ^2.9
- mati-core/cms: ^1.0.1
- mati-core/email: ^1.0
- mati-core/form: ^1.0
- mati-core/user: ^1.0
- nette/application: ^3.1
- nette/bootstrap: ^3.1
- nette/caching: ^3.1
- nette/database: ^3.1
- nette/di: ^3.0
- nette/finder: ^2.5
- nette/forms: ^3.1
- nette/http: ^3.1
- nette/mail: ^3.1
- nette/robot-loader: ^3.3
- nette/safe-stream: ^2.4
- nette/security: ^3.1
- nette/utils: ^3.2
- tracy/tracy: ^2.8
Requires (Dev)
- nette/tester: ^2.3
- phpstan/phpstan-nette: ^0.12
- roave/security-advisories: dev-master
- symfony/thanks: ^1
README
#MatiCore | Sandbox
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