PHP code example of atemi / app-skeeks
1. Go to this page and download the library: Download atemi/app-skeeks 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/ */
atemi / app-skeeks example snippets
bash
# Download latest version of composer
curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php
# Installing the base project SkeekS CMS
COMPOSER_HOME=.composer php composer.phar create-project --prefer-dist --stability=dev atemi/app-skeeks demo.ru
# Going into the project folder
cd demo.ru
#Edit the file to access the database, it is located at common/config/db.php
#Installation of ready-dump
php yii dbDumper/mysql/restore