{"id":18929729,"url":"https://github.com/thecodingmachine/harmony-laravel-module","last_synced_at":"2026-03-16T16:30:18.451Z","repository":{"id":32800376,"uuid":"36392805","full_name":"thecodingmachine/harmony-laravel-module","owner":"thecodingmachine","description":"This package is an Harmony module for the Laravel PHP framework.","archived":false,"fork":false,"pushed_at":"2015-05-30T17:17:54.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"1.0","last_synced_at":"2025-02-16T12:30:27.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thecodingmachine.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}},"created_at":"2015-05-27T20:09:35.000Z","updated_at":"2015-05-27T20:10:10.000Z","dependencies_parsed_at":"2022-09-12T00:51:31.102Z","dependency_job_id":null,"html_url":"https://github.com/thecodingmachine/harmony-laravel-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony-laravel-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony-laravel-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony-laravel-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony-laravel-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingmachine","download_url":"https://codeload.github.com/thecodingmachine/harmony-laravel-module/tar.gz/refs/heads/1.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927825,"owners_count":19719835,"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-11-08T11:34:47.007Z","updated_at":"2026-03-16T16:30:18.400Z","avatar_url":"https://github.com/thecodingmachine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Laravel's Harmony module\n====================\n\nThis package contains a module that connects the Harmony user interface to the Laravel PHP framework.\n\nStep 1: Download the Module\n---------------------------\n\nInclude the package in your **composer.json**:\n\n**composer.json**\n```\n{\n  \"require-dev\": {\n    \"harmony/harmony\": \"~1.0\",\n    \"harmony/laravel-module\": \"~1.0\"\n  }\n}\n```\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```bash\n$ composer update\n```\n\nStep 2: Register the Laravel module with Harmony\n--------------------------------------------\n\nNow, create a **modules.php** file at the root of your package and instantiate\nthe Laravel module:\n\n**modules.php**\n```php\n\u003c?php\nreturn [\n    new Harmony\\Module\\LaravelModule\\LaravelModule()\n];\n```\n\nYou are done! Now, start Harmony. Harmony modules should be able to detect your Laravel services and act accordingly!\n\nTroubleshooting\n---------------\n\nDue to a limitation in the way Laravel container can be explored, features relying on tags (like Harmony's validators)\n will only work if the \"abstract\" tag name is an existing class name.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fharmony-laravel-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingmachine%2Fharmony-laravel-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fharmony-laravel-module/lists"}