{"id":15937581,"url":"https://github.com/zofe/layout-module","last_synced_at":"2025-07-23T11:38:25.130Z","repository":{"id":81063830,"uuid":"597104251","full_name":"zofe/layout-module","owner":"zofe","description":"Layout Module","archived":false,"fork":false,"pushed_at":"2024-10-26T13:39:27.000Z","size":762,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T09:04:07.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zofe.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":"2023-02-03T16:31:27.000Z","updated_at":"2024-10-26T13:13:56.000Z","dependencies_parsed_at":"2024-06-11T16:52:14.366Z","dependency_job_id":"6d4e2cc6-3923-4754-9ac8-4646520d7b97","html_url":"https://github.com/zofe/layout-module","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"bdc6f5b0d5a08e8df77a4bc63d42d71fd98c1cf0"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Flayout-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Flayout-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Flayout-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Flayout-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zofe","download_url":"https://codeload.github.com/zofe/layout-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234104539,"owners_count":18780468,"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-10-07T05:03:46.301Z","updated_at":"2025-01-15T21:32:19.043Z","avatar_url":"https://github.com/zofe.png","language":"JavaScript","readme":"# Rapyd Admin - Layout Module\n\nThis is the Layout module of [Rapyd Admin](https://github.com/zofe/rapyd-admin), a Laravel application bootstrap for your projects\n\nThe idea is to isolate assets compilation and template pages for frontend/admin in a single, generic, reusable module.\nthe base is SBAdmin but updated to bootstrap 5.3\n\n\n# Installation\n\nThis module is part of [Rapyd Admin](https://github.com/zofe/rapyd-admin) package\n\n\n# Customizing Rapyd Admin Layout\n\nThis module will be found on app/Modules/Layout.\nYou can customize scss / static assets by editing the files in this folder.\n\nthen from app/Modules/Layout you can build and publish assets running:\n\n```\ncd app/Modules/Layout\nnpm i \nnpm run dev  \n```\n\nthe last command this will compile copy and replace all assets \nin your laravel public folder\n\n\n# Testing routes\n\n- /test-admin\n- /test-frontend\n\n\n# Usage\nyou can refer to two predefined layout in your rapyd-admin modules config.php es:\n```\nreturn [\n    'layout' =\u003e 'layout::frontend',\n];\n```\nor\n```\nreturn [\n    'layout' =\u003e 'layout::admin',\n];\n```\n\nbut you can also use directly the reference in your livewire components ie:\n\n```php\n...\n    public function render()\n    {\n        return view('knowledgebase::Admin.articles_edit')\n            -\u003elayout('layout::admin');\n    }\n...\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzofe%2Flayout-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzofe%2Flayout-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzofe%2Flayout-module/lists"}