{"id":28476563,"url":"https://github.com/armincms/bios","last_synced_at":"2026-01-28T07:34:38.594Z","repository":{"id":62487151,"uuid":"233188289","full_name":"armincms/bios","owner":"armincms","description":"The nova tool for configurations storage","archived":false,"fork":false,"pushed_at":"2021-07-04T08:19:35.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T15:07:15.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/armincms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-11T06:39:14.000Z","updated_at":"2021-07-04T08:19:08.000Z","dependencies_parsed_at":"2022-11-02T11:00:30.272Z","dependency_job_id":null,"html_url":"https://github.com/armincms/bios","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/armincms/bios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armincms%2Fbios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armincms%2Fbios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armincms%2Fbios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armincms%2Fbios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armincms","download_url":"https://codeload.github.com/armincms/bios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armincms%2Fbios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263175477,"owners_count":23425577,"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","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":[],"created_at":"2025-06-07T15:07:15.664Z","updated_at":"2026-01-28T07:34:33.568Z","avatar_url":"https://github.com/armincms.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bios\nThe Nova tool for configurations storage\n\n##### Table of Contents   \n\n* [Introduction](#introduction)      \n* [Installation](#installation)      \n* [Resources](#resources)              \n\n\n\n## Introduction\nBios is a well-designed UI based on the `armincms/option` package for store the configurations data.\n\n## Installation\n\nTo get started with Bios run the below command:\n\n```    \n    composer require armincms/bios\n```\n\nAfter configuring the *`armincms/option`* package; you need to register the Bios tool. \nfor doing this refer [here](https://nova.laravel.com/docs/2.0/customization/tools.html#registering-tools)\n\n## Resources\n\nThe Bios tool; will detect the configurable options by the resources fields. \nBios resources are like Nova sources, but easier. to create new settings, you need to create a Bios resource. for doing this run the below command:\n\n```    \n    php artisan bios:resource ResourceName\n```\n\nthis command makes a new resource in the `app/Nova` directory. this resource never displayed in the Nova resource nav but will display in the Bios resources.\n\nIf you have correctly registered the Bios tool, you will see a new Nav item containing your new resources.\n\n**Attention 1 :** \n    By default, the Bios will read the storage driver from the `armincms/option` configurations.\n\n**Attention 2:** \n    For use custom storage you can change the `public static $store = null`  property of the resource.\n\n**Attention 3:** \n    For authorizing each config option you can define a policy for the `Armincms\\Bios\\Option`  model or create your model and change the resource `public static $model` property  and make a policy for it.\n\n**Attention 4:**\n    It's possible to access your stored data by the static method `option` of the resource.\n    so if you created the resource 'General'; you can get all data by the `General::options()` method. \n    In the same way; you can retrieve the specific data by the `General::option(key, default)` method.\n\n**Attention 5:**\n    Methods that defined in `attention 4` are just helpers and also you can use \n    `armincms/option` helpers method instead of it.  \n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmincms%2Fbios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmincms%2Fbios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmincms%2Fbios/lists"}