tecnodes/encore
最新稳定版本:3.0.1
Composer 安装命令:
composer create-project tecnodes/encore
包简介
The Encore Application.
README 文档
README
EncoreCMS is an open-source web application development platform shipped with headless content management system.
EncoreCMS 3.0 is built with laravel 10, vue, vuex, buefy and bulma which follows Hierarchical Model View Controller (HMVC) structure for its Modules & Themes.
Quick Start
composer create-project tecnodes/encore ecms
cd ecms/
mv public_html ../public_html
NOTA:EncoreCMS is configured to leave the public_html folder separate from the system files, if you don't want that configuration you should:
- Modify the
bootstrap/app.phpfile whith.
// set the public path to this directory $app->bind('path.public', function() { return __DIR__.'/../public_html'; });
- Modify the public_html/index.php file with:
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { require $maintenance; } require __DIR__.'/../vendor/autoload.php'; $app = require_once __DIR__.'/../bootstrap/app.php';
###Install EncoreCMS
php artisan encore:install
How is EncoreCMS different?
-
It's purposed to develop large applications
-
Structured (HMVC) based modules & themes
-
Encourages to use latest technologies like
Vue,Vuex,Buefy
Why EncoreCMS?
Well, to answer that, ask a question to yourself: Do you want to develop an enterprise application with content management that doesn't come in your way? If answer is yes, EncoreCMS is for you.
Join us
- Contribute and raise issues at: GitHub
We're actively seeking contributors for our encorecms's documentation, feel free to send pull requests.
Support us
Please consider starring the project to show your and support.
TecnoDesign is a web agency based in Colombia. You'll find an overview of all our open source projects on github.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 126
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-14
