Atlantis CMS 2.* RELEASE Post Date: 05/30/2018
Service Core Framework Update 2
The Atlantis Labs Team is pleased to announce the availability of Atlantis CMS 2.* RELEASE.
This release is a major improvement in the 2.X series, which includes Laravel 5.5 version.
Before update to the latest release you will need to make sure your server meets the following requirements:
- PHP >= 7.0.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
If you are a module developer, you may be interested reading the laravel Upgrade Guide https://laravel.com/docs/5.5/upgrade.
Migrating Atlantis from Laravel 5.3 to 5.5 (Atlantis 1. to Atlantis 2.)
If you want a fresh copy of Atlantis, you can simply get the latest version which would use Laravel 5.5
To install the latest stable version of Atlantis, you can use the following Composer command (this assumes you have Composer set up, if not, visit: https://getcomposer.org/):
composer create-project atlantis-labs/atlantis3 . --prefer-dist
This will get you the latest stable version of Atlantis.
Updating Atlantis
Thereafter, you may update Atlantis by changing the composer.json file in your root directory to require Atlantis 2.* version: “require”: { “atlantis-labs/atlantis3-framework”: “2.*” }, Finally, all you have to do is run composer update for your project.