{"id":15190158,"url":"https://github.com/drakantas/modules","last_synced_at":"2025-10-02T05:30:33.299Z","repository":{"id":56971916,"uuid":"86111957","full_name":"drakantas/modules","owner":"drakantas","description":"A library that allows you to split functionality into modules in a Laravel application without having to write service providers and additional configuration.","archived":true,"fork":false,"pushed_at":"2017-03-25T19:37:27.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-15T12:48:01.042Z","etag":null,"topics":["laravel-package","laravel54","php-7"],"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/drakantas.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-03-24T21:26:52.000Z","updated_at":"2023-01-28T21:02:39.000Z","dependencies_parsed_at":"2022-08-21T07:10:22.009Z","dependency_job_id":null,"html_url":"https://github.com/drakantas/modules","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakantas%2Fmodules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakantas%2Fmodules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakantas%2Fmodules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drakantas%2Fmodules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drakantas","download_url":"https://codeload.github.com/drakantas/modules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234934690,"owners_count":18909715,"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":["laravel-package","laravel54","php-7"],"created_at":"2024-09-27T20:05:18.025Z","updated_at":"2025-10-02T05:30:28.029Z","avatar_url":"https://github.com/drakantas.png","language":"PHP","readme":"# Draku modules\n\nModules is a library that allows you to split functionality into modules in a Laravel application without having to write service providers and additional configuration.\n\n## Personal opinion\n\nThis library is currently on a very early stage, there's many things that should be optimized and another bunch that need to be worked on, such as a cache. I recommend you to install the `dev-master` version.\n\n## Requirements\n\n- PHP 7.1.2 or higher.\n- Laravel 5.4\n\n## Configuration\n\nThere is hardly anything to do to set this up:\n\n1. Add `Draku\\Modules\\ModulesServiceProvider::class` to your autoloaded service providers list.\n2. Run `php artisan vendor:publish` just in case you want to customize your installation.\n3. That's it, you're ready to go.\n\n## Documentation\n\nSoon.\n\n## File structure\n\nYou may not change this file structure because it's currently hard coded.\n\n```\n\u003cYour Laravel application\u003e/\n    modules/\n        Auth/\n            Controllers/\n                LoginController.php\n            Entities/\n                User.php\n            Routes/\n                Auth.php\n            Views/\n                login.blade.php\n                redirect.php\n```\n\n## TO DO\n\n- ~~Separate configuration from classes.~~\n- Allow UrlGenerator to find modules' controllers.\n- Class map cache.\n- CLI functionality.\n- Unit tests.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakantas%2Fmodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrakantas%2Fmodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakantas%2Fmodules/lists"}