Skip to content

Lato module to manage attachments and media files

License

Notifications You must be signed in to change notification settings

1d3o/lato-media

Repository files navigation

Lato Media

Gem Version

Lato is a Rails engine used to develop modular admin panels. This is the module used to manage attachments and media files.

Installation

Install lato_core gem as required dependency.

Add the lato_media gem on your Gemfile:

gem 'lato_media'

Install the gem:

bundle install

Copy the migrations:

rails lato_media:install:migrations

Exec migrations:

bundle exec rake db:migrate