This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
Registration for the online presentation of Evolution CMS 3.0
What's new in EVO 3 ?
Evolution CMS 3.0 RC3
- Update to Laravel 8
- Add TVs for Users
- evo() short name for evolutionCMS() ($modx = $evo();)
- Now work in BLADE: @auth, @guest, @csrf
- Add Auth facade who work like Laravel Auth
- add Laravel Http
- New command for update: artisan make:site update 3.x
- add middleware VerifyCsrfToken
- work on php 8
Evolution CMS 3.0 RC2
- Laravel routing for ajax or custom routing with Validator, Request, Response
- Merge Webusers and Managers to Users
- Full refactor work with Users and Roles
- Rewrite langs on Laravel Style
- Optimization of speed
- Add console Extras
- Add console command for full cache clear
more info: https://github.com/evolution-cms/evolution/releases/tag/3.0RC2
Evolution CMS 3.0 RC
- PostgreSQL support
- Redis sessions support
- Install/Update by migrations
- Install/Update by CLI
- Docker support
- Controllers support in core
- Closure Table
- DLSiteContent
- Remove from core unused elements (Messages, Import, Export)
- Move to Extras (DocLister, DocInfo, Summary, Phpthumb, DLCrumb, DLMenu, DLSitemap, FormLister, If, Doc Manager, ElementInTree, FileSource, Quick Manager+)
- Remove Demo site
- Create \helpers::phpthumb ({{\Helper::phpThumb('assets/images/evo-logo.png', 'w=150,h=76,far=C,bg=FFFFFF')}})
- Tracy add new type (manager/admin/adminfrontonly/managerfrontonly)
- Refactor Tracy dump and bdump functions for show all depth of data
- Add cache to get documentObject
more info: https://github.com/evolution-cms/evolution/releases/tag/3.0RC