{"id":17226891,"url":"https://github.com/dantleech/developerbundle","last_synced_at":"2025-03-25T17:48:34.590Z","repository":{"id":28800030,"uuid":"32323014","full_name":"dantleech/DeveloperBundle","owner":"dantleech","description":"Sulu Developer Bundle - lots of fixtures etc.","archived":false,"fork":false,"pushed_at":"2015-03-16T12:26:20.000Z","size":560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:37:45.544Z","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/dantleech.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-03-16T12:21:26.000Z","updated_at":"2015-03-16T12:26:21.000Z","dependencies_parsed_at":"2022-08-02T12:13:22.619Z","dependency_job_id":null,"html_url":"https://github.com/dantleech/DeveloperBundle","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/dantleech%2FDeveloperBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantleech%2FDeveloperBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantleech%2FDeveloperBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantleech%2FDeveloperBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dantleech","download_url":"https://codeload.github.com/dantleech/DeveloperBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245515230,"owners_count":20628122,"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-15T04:17:29.829Z","updated_at":"2025-03-25T17:48:34.570Z","avatar_url":"https://github.com/dantleech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sulu Developer Bundle\n=====================\n\nThis bundle aims to include lots of fixtures to quickly setup a testing\nenvironment for the [Sulu CMF](https://sulu.io).\n\nInstallation\n------------\n\n````bash\n$ composer require dtl/developer-bundle\n````\n\nAdd it to your application kernel:\n\n```bash\n// app/AbstractKernel.php\n// ...\n\nabstract class AbstractKernel extends SuluKernel\n{\n    \n    public function registerBundles()\n    {\n        // ...\n        if (in_array($this-\u003egetEnvironment(), array('dev', 'test'))) {\n            $bundles[] = new Sulu\\Bundle\\DeveloperBundle\\DeveloperBundle();\n            // ...\n        }\n\n        //...\n    }\n}\n````\n\n\nLoading fixtures\n----------------\n\nLoad the fixtures as follows:\n\n````bash\n$ ./app/console doctrine:fixtures:load\n````\n\nOr as part of the normal Sulu build process:\n\n````bash\n$ ./app/console sulu:build dev\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdantleech%2Fdeveloperbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdantleech%2Fdeveloperbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdantleech%2Fdeveloperbundle/lists"}