{"id":15937540,"url":"https://github.com/zofe/rapyd-module-installer","last_synced_at":"2026-02-13T06:18:11.244Z","repository":{"id":63903703,"uuid":"571672215","full_name":"zofe/rapyd-module-installer","owner":"zofe","description":"module installer for rapyd-livewire laravel application","archived":false,"fork":false,"pushed_at":"2025-02-23T09:46:25.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T03:49:59.266Z","etag":null,"topics":["crud","laravel","modules","rapyd"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/zofe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-11-28T16:27:31.000Z","updated_at":"2024-06-14T08:07:04.000Z","dependencies_parsed_at":"2024-03-02T19:26:48.767Z","dependency_job_id":"4c11f1b5-69a7-401d-a401-38097f938edb","html_url":"https://github.com/zofe/rapyd-module-installer","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"12ba1cd6ba296c8a31bc95e04c044252b5cb70df"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Frapyd-module-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Frapyd-module-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Frapyd-module-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Frapyd-module-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zofe","download_url":"https://codeload.github.com/zofe/rapyd-module-installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252996228,"owners_count":21837617,"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":["crud","laravel","modules","rapyd"],"created_at":"2024-10-07T05:03:27.836Z","updated_at":"2026-02-13T06:18:11.164Z","avatar_url":"https://github.com/zofe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rapyd Modular Management for Laravel\n\nThis package provides a streamlined approach to managing modular components within a Laravel application, particularly when used in conjunction with the [Rapyd Admin](https://github.com/zofe/rapyd-admin) package. \n\nWith this tool, you can easily install standalone modules—whether public or private—directly into your Laravel project's `Modules/` directory, rather than the `vendor/` directory. This approach ensures that each module is seamlessly integrated into your project, enhancing maintainability and modularity.\n\n## Key Features\n\n- **Modular Installation**: Install modules into the `Modules/` directory to keep them as part of your project's structure.\n- **Simplified Process**: Use composer to add modules effortlessly. For instance, running `composer install myvendor@mymodule-module` will place the module in your `Modules/` directory.\n\n## Important Notes\n\n- The \"update\" and \"remove\" logic for modules installed via composer using this installer is deliberately not implemented.\n- Running `composer remove myvendor@mymodule-module` will not delete the module's folder or any of your changes from the project.\n\nThis package is designed to facilitate the modular management of your Laravel application, ensuring that each module remains a coherent part of your development environment.\n\n\n## Creating Your Own Module\n\nTo create your own module for a Laravel application using Rapyd Admin, you can define a custom composer package. Below is an example of a `composer.json` file for a generic module:\n\n```json\n{\n    \"name\": \"yourvendor/yourmodule\",\n    \"description\": \"A custom module for a Laravel application\",\n    \"license\": \"mit\",\n    \"type\": \"rapyd-module\",\n    \"authors\": [\n        {\n            \"name\": \"Your Name\",\n            \"email\": \"your.email@example.com\"\n        }\n    ],\n    \"require\": {\n        \"php\": \"^8.2\",\n        \"illuminate/config\": \"^11.0\",\n        \"illuminate/contracts\": \"^11.0\"\n    },\n    \"config\": {\n        \"allow-plugins\": {\n            \"zofe/rapyd-module-installer\": true\n        }\n    },\n    \"extra\": {\n        \"laravel\": {\n            \"providers\": [\n                \"App\\\\Modules\\\\YourModule\\\\YourModuleServiceProvider\"\n            ]\n        }\n    },\n    \"minimum-stability\": \"stable\",\n    \"prefer-stable\": true\n}\n```\n\nBasic folder structure for the module:\n\n```\nLivewire/\n  ├─ Component.php\nViews/\n  ├─ component_view.blade.php\n├─ routes.php\n├─ config.php\n├─ composer.json\n\n```\n\n\n\n## Notes\n* \n\n## Public available modules\n\n[zofe/demo-module](https://github.com/zofe/demo-module) rapyd demo \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzofe%2Frapyd-module-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzofe%2Frapyd-module-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzofe%2Frapyd-module-installer/lists"}