startpl / t2cms
Cms based on Yii2 template
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Type:project
Requires
- php: >=5.6.0
- dmstr/yii2-adminlte-asset: ^2.1
- startpl/t2cms-core: >=1.0.0
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap: ~2.0.0
- yiisoft/yii2-swiftmailer: ~2.0.0 || ~2.1.0
Requires (Dev)
- codeception/codeception: ^4.0
- codeception/module-asserts: ^1.0
- codeception/module-filesystem: ^1.0
- codeception/module-yii2: ^1.0
- codeception/verify: ~0.5.0 || ~1.1.0
- symfony/browser-kit: >=2.7 <=4.2.4
- yiisoft/yii2-debug: ~2.1.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.1.0
This package is auto-updated.
Last update: 2024-11-20 00:56:45 UTC
README
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.php /path/to/t2cms-application/init
-
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:
login: admin
password: admin@admin
Don't forget to change your password!