{"id":22291337,"url":"https://github.com/maestroerror/maestro-orchid","last_synced_at":"2025-06-18T13:38:52.929Z","repository":{"id":77357300,"uuid":"433857609","full_name":"MaestroError/maestro-orchid","owner":"MaestroError","description":"Administration panel auto generation solution created by MaestroError, Based on Laravel Orchid Platform","archived":false,"fork":false,"pushed_at":"2022-05-08T16:21:51.000Z","size":107,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"maestro","last_synced_at":"2025-03-25T21:47:34.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaestroError.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-01T14:23:07.000Z","updated_at":"2023-04-19T08:08:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"51d2f968-66a7-4ae9-a0b8-a6453e65eff4","html_url":"https://github.com/MaestroError/maestro-orchid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaestroError/maestro-orchid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroError%2Fmaestro-orchid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroError%2Fmaestro-orchid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroError%2Fmaestro-orchid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroError%2Fmaestro-orchid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaestroError","download_url":"https://codeload.github.com/MaestroError/maestro-orchid/tar.gz/refs/heads/maestro","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroError%2Fmaestro-orchid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260562692,"owners_count":23028424,"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":"2024-12-03T17:16:47.673Z","updated_at":"2025-06-18T13:38:47.912Z","avatar_url":"https://github.com/MaestroError.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maestro-orchid\n\nAdministration panel auto generation solution created by [MaestroError](https://www.linkedin.com/in/maestroerror/), Based on [Laravel Orchid Platform](https://github.com/orchidsoftware/platform)\n\n### Usage\n---\n\n First of all ensure that you have installed orchid-platform, follow installation [guide](https://orchid.software/en/docs/installation/)\n---\n1. run `php artisan vendor:publish --tag=morchid-config`\n2. run `php artisan morchid:listmodel {modelname}`\n3. edit new model in app/morchid/{modelname}.php\n4. use Orchid's [Form elements](https://orchid.software/en/docs/field/) working with $objectFields\n5. add new created listmodel in main menu manually, app/orchid/PlatformProvider.php registerMainMenu method's return array:\n```\nMenu::make('Posts')\n                -\u003eicon('monitor')\n                -\u003eroute('morchid::list', [\"model\"=\u003e\"Posts\"]),\n```\n *if you are not familiar with orchid platform, you can choose icons from [here](https://orchid.software/en/docs/icons/) easily*\n\nNote: your new list model needs table in DB with exact fields, which you added as keys in $objectFields property\n\n#### Next Steps\n\n\n- get fieldsNamespace from config file +\n- Make stub and new command for mOrchid models generation +\n- Need to find way, for adding permissions and main menu items in platform provider -\u003e just adding manually\n- test admin generation with mOrchid +\n- refactor baseTrait\n\n#### To Do\n\n- Review all command and comment them\n- Review main class and add comments\n- Review routes, resources and other needed codes, find out why you wrote this and comment them\n\n#### Issues\n\n- php artisan morchid:listmodel {modelname} Command creates file with lowercase\n\n##### State\n\n- Main codebase transferred\n- Main command created\n- Main 3 stabs created \n- Routes are created \n- Autogeneration of listModel started, it works!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaestroerror%2Fmaestro-orchid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaestroerror%2Fmaestro-orchid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaestroerror%2Fmaestro-orchid/lists"}