telenok / cms
Telenok CMS
dev-master / 1.0.x-dev
2016-06-26 18:31 UTC
Requires
- php: >=7.0.0
- telenok/telenok: @dev
Requires (Dev)
- filp/whoops: 1.*
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is not auto-updated.
Last update: 2024-09-14 19:58:26 UTC
README
Telenok CMS 允许创建和管理任何类型的对象,向它们添加字段和权限,使用 ORYX 引擎设置规则和业务流程。
官方文档
整个 Telenok CMS 的文档可以在Telenok 网站上找到。
许可证
Telenok CMS 是开源软件,许可方式为个人、非商业、非公司使用免费,其他情况下商业许可。请访问http://telenok.com/license
安装
使用 composer.phar 执行命令
$ php composer.phar create-project --prefer-dist telenok/cms <target-directory> dev-master
$ cd <target-directory>
$ php artisan telenok:install
$ php artisan telenok:seed
然后您可以通过以下方式登录
http://<your_domain>/telenok