Home > Article > PHP Framework > What are laravel cms
laravel cms system: 1. BootstrapCMS, a CMS based on Laravel and Sentry; 2. October, a CMS based on Laravel5, dedicated to making development work easier; 3. PyroCMS, a CMS with MVC architecture; 4. LavaLite et al.
The operating environment of this tutorial: windows7 system, Laravel7 version, Dell G3 computer.
What is cms?
cms full name is "content management system", which means "content management system" in Chinese. It is a kind of WEB front-end (Web server) and back-end office system or process (content creation, software systems between editors). Content creators, editors, and publishers use the content management system to submit, modify, approve, and publish content. The "content" referred to here may include files, tables, pictures, data in databases, even videos, and any information you want to publish to the Internet, Intranet, and Extranet websites.
Content management also optionally provides content capture tools to automatically capture content from third-party information sources, such as text files, HTML web pages, Web services, relational databases, etc., and then put them into the system after analysis and processing. into its own content library.
What are the cms based on laravel
1. BootstrapCMS ——A powerful CMS driven by Laravel 5.1 ( Updates have stopped)
GitHub: https://github.com/BootstrapCMS/CMS
Bootstrap CMS is not a website, but a website building CMS, by Graham Campbell Maintenance, based on Laravel5.1 and Sentry. Bootstrap CMS integrates multiple Laravel packages (but not only), including Laravel Core and Laravel Credentials, etc., to create a powerful CMS driven by Laravel for us.
2. October - Based on Laravel 5, a CMS dedicated to making development work easier (maximum supported version: 5.5)
Website: http ://octobercms.com/
GitHub: https://github.com/octobercms/october
October is a content management system (CMS) and a dedicated A web platform that makes development workflow simple. It was born out of dissatisfaction with the existing system. We felt that building web sites had become a very complex and convoluted process that frustrated developers, so we wanted to present the simple side of things and make it easier for you. Back to Basics.
3. PyroCMS - MVC architecture PHP content management system, based on CodeIgniter before 3.0, currently based on Laravel (highest supported version: 5.8)
Website :https://www.pyrocms.com/
GitHub:https://github.com/pyrocms/pyrocms
PyroCMS is a PHP content management system with MVC architecture ( CMS), which is easy to use, modular, supports multiple themes and secondary development, and is widely used around the world. Versions before 3.0 were developed based on the CodeIgniter framework. The current main version is 3.0, based on Laravel 5.1.
Before installation, make sure the server meets the following requirements:
PHP >= 5.5.9
- Content management system based on Laravel & Bootstrap 3 (maximum supported version: 5.8)
Website: http://www.lavalite.org/GitHub: https://github.com/LavaLite/cms
Content management system (CMS) based on Laravel 5.1 & Bootstrap 3 for building web-based applications.
LavaLite is developed based on PHP 5.5 and MySQL 5.5. The system requirements are as follows:
GitHub: https://github.com/TypiCMS/Base
TypiCMS is a multi-language content management system (CMS) built on Laravel 5.
6, Laravel and AngularJS CMS
- CMS based on Laravel 5.1 and AngularJS (not updated for a long time)GitHub: https://github.com /DimitriMikadze/laravel-angular-cms
Functional features: User/user permissions, articles, album additions, deletions, modifications and checksLaravel and AngularJS CMS is a CMS based on Laravel 5.1, AngularJS 1.4.7 and responsive Material Design.
7. Microweber - Drag-and-drop CMS and online store generation tool based on Laravel (maximum supported version: 5.4)
Official website: https ://microweber.com
Demo: http://demo.microweber.org/admin?username=demo&password=demo
Github: https://github.com/microweber/microweber
Microweber is a new generation CMS generation tool that allows you to create websites, manipulate content and manage page layouts using drag-and-drop methods without requiring you to have any coding skills!
System requirements:
HTTP server (Apache, IIS, Nginx, etc.)
Database server (supports MySQL, SQLite , SQL Server and PostgreSQL)
PHP >= 5.4, and lib-xml, GD and Mcrypt extensions are installed
8. AsgardCMS - A CMS built based on Laravel that supports modularity and multi-language (maximum supported version: 5.5)
Official website: https://asgardcms.com/
Github: https://github.com/AsgardCms
Site built based on AsgardCMS: https://asgardcms.com/gallery
AsgardCMS is based on Modular and multi-language CMS built with Laravel 5.
AsgardCMS provides functional features in the form of modules. The system’s own modules include:
Core modules: installation/upgrade, configuration, sidebar management, permission control, Front-end explorer, helper functions, forms
Backend module: widget
Media module: configuration, thumbnail, event, link media File to entity
Menu module: management, display menu
Setting module
Theme
User module
Tag module
Workbench module: create module, generate entity, create Theme, etc.
In addition, the official also provides us with a blog module, a block module and a notification module.
The system requirements for the development version are as follows:
PHP 5.6
PDO extension
cURL extension
OpenSSL extension
Mbstring extension
Tokenizer extension
Mcrypt extension
GD extension
MySQL 5.5
One of the following caches: Memcached, Redis, APC (default is array)
The document version and the development version have the same PHP extension requirements, but the PHP version only needs to be 5.5.9, that is Can.
9. CoasterCMS - The next generation CMS built based on Laravel (maximum supported version: 5.4, not updated for a long time)
Official website: https://www.coastercms.org
Github address: https://github.com/Web-Feet/CoasterCMS
In addition, if you want to preview its functions first, The official also provided us with a demo address:
Front desk: http://demo.coastercms.org/
Backstage: http://demo.coastercms.org/admin (Account: demo @coastercms.org, password: password)
10. BorgertCMS - an open source modular CMS developed based on Laravel (maximum supported version: 5.6)
Github: https://github.com/odirleiborgert/borgert-cms
Borgert is an open source CMS system developed based on the Laravel 5.4 framework and includes many modules, such as Blogs, pages, products, mailboxes, image libraries, users, etc., you can use them as project prototypes to quickly start business iterative development.
11. WebEdCMS - an open source CMS system developed based on Laravel (maximum supported version: 5.5, updated no longer)
GitHub: https:// github.com/sgsoft-studio/webed
Demo front-end: https://newstv.sgsoft-studio.com/
Demo back-end: https://newstv.sgsoft-studio.com /admincp(Account password: demo/demo1234)
WebEd CMS is based on the latest Laravel 5.4 framework. WebEd CMS has the following features:
Modular extension Package
Use Elfinder to manage files
Permission system (ACL)
Drag-and-drop menu Management system
Database cache
Theme & plug-in management system
Hook system (action hook , filter hook)
You can also manage pages, blocks, contact forms, Google Analytics, custom fields and other functions...
12, Statamic
##https://statamic.com/
13, strapi
https://strapi.io/[Related recommendations:
laravel video tutorial]
The above is the detailed content of What are laravel cms. For more information, please follow other related articles on the PHP Chinese website!