Download the PHP package startpl/t2cms without Composer
On this page you can find all versions of the php package startpl/t2cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download startpl/t2cms
More information about startpl/t2cms
Files in startpl/t2cms
Package t2cms
Short Description Cms based on Yii2 template
License BSD-3-Clause
Homepage https://startpl.ru
Informations about the package t2cms
Installation
Requirements
The minimum requirement by this project template is that your Web server supports PHP 7.1
Installing using Composer
With Composer installed, you can then install the application using the following commands:
composer create-project --prefer-dist startpl/t2cms t2cms-application
The command installs the advanced application in a directory named t2cms-application
. You can choose a different
directory name if you want.
Preparing application
After you install the application, you have to conduct the following steps to initialize the installed application. You only need to do these once for all.
-
Open a console terminal, execute the
init
command and selectdev
as environment. -
Create a new database and adjust the
components['db']
configuration in/path/to/t2cms-application/common/config/main-local.php
accordingly. Also you should set charset = utf8mb4 -
Open a console terminal, apply migrations with command
php /path/to/t2cms-application/yii migrate
. - Also in a console terminal, run the installation of the T2CMS core with command
php /path/to/t2cms-application/yii t2cms/init
Usage
Go to Admin Panel ( /admin )
with admin user:
Don't forget to change your password!
All versions of t2cms with dependencies
yiisoft/yii2 Version ~2.0.14
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0
dmstr/yii2-adminlte-asset Version ^2.1
startpl/t2cms-core Version >=1.0.0