Lortom is an Content Management System built in Laravel + Angular
Lortom | Laravel supported version | Angular supported version |
---|---|---|
1.* | 5.5.* | 6.* |
2.* | 5.6.* | 6.* |
3.0.* | 5.7.* | 6.* |
3.1.* | 5.7.* | 7.* |
4.0.* | 5.8.* | 7.* |
4.1.* | 5.8.* | 8.* |
5.0.* | 6.* | 8.* |
5.1.* | 6.* | 9.* |
6.0.* | 7.* | 9.* |
6.1.* | 7.* | 10.* |
7.0.* | 8.* | 10.* |
7.1.* | 8.* | 11.* |
- has same requirements of Laravel
- has same requirements of Angular
In order to install the Lortom CMS, before you must install:
Configure your Database
, choose one from MySQL, SQLite, Postgres or SQL Server.
run this command on your console:
composer create-project "hadeluca/lortom" blog --prefer-dist
Composer download for you the package and install the dependencies.
If the command above generates an error (because the version of Lortom is not yet stable), please try this one:
composer create-project "hadeluca/lortom"=versionNumber projectName
example of versionNumber
: 1.0.0-rc2
before launching the setup command, look in the .env file if the following variables match the actual path with your path:
NODE_JS
NPM
LTPM
Ok now it's time to run the Lortom setup command. It will ask you questions about configuring the database
php artisan lt-setup:init
this command:
- Write .env database configuration
- Run migration
- create in config folder 2 files
- Install the follows plugins: Dashboard, Settings, Plugin, Website and File
- install Angular in background
Ok, now everything is ready, you can start creating something really cool.
If you want to know how to build a Plugin or Template please, read this document
here you can find how to use the Editor Manager, in order to build a fantastic Backend