skyline-project/web-application
Composer 安装命令:
composer require skyline-project/web-application
包简介
Basic Skyline CMS Application. Includes all packages to run your application.
README 文档
README
Core Content Management System
This package provides a skeleton template configuration to design a web application using Skyline CMS by TASoft Applications.
Usage
$ composer create-project skyline-project/web-application -sdev ./my-skyline-application
This will install everything that Skyline CMS needs to deliver a compiled web application to clients.
Run your project local just type:
$ cd ./my-skyline-application
$ php -S localhost:5555 Public/skyline.php
Compilation
Skyline CMS runs from a compiled application to increase performance and while development detect possible bugs.
There are several options, to compile an application:
- Use the Skyline CMS Compiler package
This allows developers to work directly with source files and compile them manually.
The Skyline CMS Compiler package is installed automatically when creating a development project.
This command won't install the compiler$ composer create-project skyline-project/web-application --no-dev ./my-skyline-application - Use a Skyline CMS Control Panel
With control panels, you can edit and manage the content, as you expect, online by the content management system.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-07-20