PHP code example of evocms / evolution
1. Go to this page and download the library: Download evocms/evolution library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
evocms / evolution example snippets
php ./install/cli-install.php --typeInstall=1 --databaseType=mysql --databaseServer=localhost --database=db_name --databaseUser=db_user --databasePassword=db_password --tablePrefix=evo_ --cmsAdmin=admin [email protected] --cmsPassword=123456 --language=en --removeInstall=y