Lortom is a CMS based on Laravel Framework, The Backend was built with Angular 8
hadeluca/lortom is a Laravel package for lortom is a cms based on laravel framework, the backend was built with angular 8.
It currently has 1 GitHub stars and 40 downloads on Packagist (latest version 7.1.0).
Install it with composer require hadeluca/lortom.
Discover more Laravel packages by hadeluca
or browse all Laravel packages to compare alternatives.
Last updated
Lortom is an Content Management System built in Laravel 5.5 + Angular 6
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_JSNPMLTPMOk 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:
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