LaravelPackages.net
Acme Inc.
Toggle sidebar
hadeluca/lortom

Lortom is a CMS based on Laravel Framework, The Backend was built with Angular 8

40
1
7.1.0
About hadeluca/lortom

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

Lortom is an Content Management System built in Laravel 5.5 + Angular 6

ChangeLog

Installing Lortom CMS

Requirements

  • php >=7.0.0
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

First Step

In order to install the Lortom CMS, before you must install:

Second Step

Configure your Database, choose one from MySQL, SQLite, Postgres or SQL Server.

Third Step

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

Fourth Step

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

Fifth Step

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

Star History Chart