Sha256: 1c95ba856f585a92cb0dfd9368fcf28251d5f59d839fece837d6cbc50629a648

Contents?: true

Size: 347 Bytes

Versions: 4

Compression:

Stored size: 347 Bytes

Contents

# Lato Core

## Installation

Add the lato_core gem on your Gemfile

```ruby
gem 'lato_core'
```

Install the gem

```console
bundle install
```

Copy the migrations

```console
rails lato_core:install:migrations
```

Exec migrations

```console
bundle exec rake db:migrate
```

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_core-2.1.3 README.md
lato_core-2.1.2 README.md
lato_core-2.1.1 README.md
lato_core-2.1 README.md