{"id":14955985,"url":"https://github.com/1d3o/lato-core","last_synced_at":"2025-11-11T18:38:58.976Z","repository":{"id":56880795,"uuid":"90679502","full_name":"1d3o/lato-core","owner":"1d3o","description":"Lato module used to initialize custom admin panels","archived":false,"fork":false,"pushed_at":"2019-11-09T10:15:10.000Z","size":10315,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-06T13:56:16.977Z","etag":null,"topics":["admin-dashboard","lato","rails","rails-engine","ruby","ruby-gem","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1d3o.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/version_2.0","contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-08T22:54:07.000Z","updated_at":"2021-01-15T08:11:05.000Z","dependencies_parsed_at":"2022-08-20T23:40:08.609Z","dependency_job_id":null,"html_url":"https://github.com/1d3o/lato-core","commit_stats":null,"previous_names":["ideonetwork/lato-core"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/1d3o/lato-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1d3o%2Flato-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1d3o%2Flato-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1d3o%2Flato-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1d3o%2Flato-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1d3o","download_url":"https://codeload.github.com/1d3o/lato-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1d3o%2Flato-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283910127,"owners_count":26915128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-dashboard","lato","rails","rails-engine","ruby","ruby-gem","ruby-on-rails"],"created_at":"2024-09-24T13:12:07.996Z","updated_at":"2025-11-11T18:38:58.955Z","avatar_url":"https://github.com/1d3o.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lato Core\n\n[![Gem Version](https://badge.fury.io/rb/lato_core.svg)](https://badge.fury.io/rb/lato_core)\n\nLato is a Rails engine used to develop modular admin panels. This is the module used to initialize the admin panel.\nThe complete documentation is inside the application panel, so you must [install](#installation) it before.\n\n![Lato dashboard screenshot](lib/screen.png)\n\n## Ecosystem\n\n- [Lato core](https://github.com/ideonetwork/lato-core): The core module used to initialize the panel.\n- [Lato media](https://github.com/ideonetwork/lato-media): A module used to manage attachments and media files.\n- [Lato blog](https://github.com/ideonetwork/lato-blog): A module to manage blog contents.\n\n## Installation\n\nAdd the lato_core gem on your Gemfile\n\n```ruby\ngem 'lato_core'\n```\n\nInstall the gem\n\n```console\nbundle install\n```\n\nCopy the migrations\n\n```console\nrails lato_core:install:migrations\n```\n\nExec migrations\n\n```console\nbundle exec rake db:migrate\n```\n\nNow you can start the server and go to the relative url */lato/core*\n\n## Command line interface\n\nLato has some commands that can be used to generate files and configurations.\n\nInside the Lato admin panel there is a specific list of all command line commands that can be used to work with a lato project.\n\n### Configuration\n\n```console\nrails lato:load_configs\n```\n\nThis command should create a list of **lato_*.yml** files inside **config/lato** containing settings and configuration of every module.\n\n### Languages\n\n```console\nrails lato:load_languages\n```\n\nThis command should create a list of **lato_*_lang.yml** files inside **config/lato** containing strings that can be replaced for every lato module.\n\n### Generators\n\n#### Initializer\n\n```console\nrails generate lato_core:initializer\n```\n\nThis command should create some files that helps you to start to develop with lato.\n\n#### Scaffold\n\n```console\nrails generate lato_core:scaffold ModelName\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1d3o%2Flato-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1d3o%2Flato-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1d3o%2Flato-core/lists"}