Project

lato_core

0.0
No commit activity in last 3 years
No release in over 3 years
Lato is a modular management system for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1.7
>= 4.0.0
>= 2.1.0
>= 2.0.0
>= 5.1.0
>= 1.3.0
 Project Readme

Lato Core

Gem Version

Lato is a Rails engine used to develop modular admin panels. This is the module used to initialize the admin panel. The complete documentation is inside the application panel, so you must install it before.

Lato dashboard screenshot

Ecosystem

  • Lato core: The core module used to initialize the panel.
  • Lato media: A module used to manage attachments and media files.
  • Lato blog: A module to manage blog contents.

Installation

Add the lato_core gem on your Gemfile

gem 'lato_core'

Install the gem

bundle install

Copy the migrations

rails lato_core:install:migrations

Exec migrations

bundle exec rake db:migrate

Now you can start the server and go to the relative url /lato/core

Command line interface

Lato has some commands that can be used to generate files and configurations.

Inside the Lato admin panel there is a specific list of all command line commands that can be used to work with a lato project.

Configuration

rails lato:load_configs

This command should create a list of lato_*.yml files inside config/lato containing settings and configuration of every module.

Languages

rails lato:load_languages

This command should create a list of lato_*_lang.yml files inside config/lato containing strings that can be replaced for every lato module.

Generators

Initializer

rails generate lato_core:initializer

This command should create some files that helps you to start to develop with lato.

Scaffold

rails generate lato_core:scaffold ModelName