telenok / cms
Telenok CMS
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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-10-26 20:37:38 UTC
README
Telenok CMS allows to create and to manage any types of objects, add fields to them and permissions, set rules and business processes using ORYX engine.
Official Documentation
Documentation for the entire Telenok CMS can be found on the Telenok website.
License
Telenok CMS is open-sourced software licensed under the Free for personal, non-commercial, non-company using and commercial licensed in other cases. Please, visit http://telenok.com/license
Installation
Using composer.phar execute commands:
$ php composer.phar create-project --prefer-dist telenok/cms <target-directory> dev-master
$ cd <target-directory>
$ php artisan telenok:install
$ php artisan telenok:seed
Then you can login via
http://<your_domain>/telenok