{"id":33232463,"url":"https://github.com/michaelbonds/lumen-make","last_synced_at":"2026-04-09T00:02:07.327Z","repository":{"id":62527982,"uuid":"50065720","full_name":"michaelbonds/lumen-make","owner":"michaelbonds","description":"A package built for lumen that ports most of the make commands from laravel.","archived":false,"fork":false,"pushed_at":"2016-03-23T20:20:15.000Z","size":16,"stargazers_count":21,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T18:13:24.331Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelbonds.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":"2016-01-20T22:44:57.000Z","updated_at":"2023-02-04T21:25:04.000Z","dependencies_parsed_at":"2022-11-02T10:45:19.667Z","dependency_job_id":null,"html_url":"https://github.com/michaelbonds/lumen-make","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/michaelbonds/lumen-make","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbonds%2Flumen-make","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbonds%2Flumen-make/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbonds%2Flumen-make/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbonds%2Flumen-make/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelbonds","download_url":"https://codeload.github.com/michaelbonds/lumen-make/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbonds%2Flumen-make/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-11-16T18:00:22.482Z","updated_at":"2026-04-09T00:02:07.312Z","avatar_url":"https://github.com/michaelbonds.png","language":"PHP","funding_links":[],"categories":["Packages and Middleware"],"sub_categories":["Videos"],"readme":"# lumen-make\nA package built for lumen that ports most of the make commands from laravel.\nFor lumen v5.1, but will most likely work for 5.2 as well. I haven't tested.\nIf you have requests, let me know, or do it yourself and make a pull request\n\n## Installation\n\nJust run the following in the root of your project\n```shell\n\u003e composer require michaelb/lumen-make\n```\n\n```php\n// In bootstrap/app.php\n\n/*\n|--------------------------------------------------------------------------\n| Register Service Providers\n|--------------------------------------------------------------------------\n|\n| Here we will register all of the application's service providers which\n| are used to bind services into the container. Service providers are\n| totally optional, so you are not required to uncomment this line.\n|\n*/\n\n//$app-\u003eregister(App\\Providers\\AppServiceProvider::class);\n$app-\u003eregister(App\\Providers\\EventServiceProvider::class);\n$app-\u003eregister(MichaelB\\LumenMake\\LumenMakeServiceProvider::class); // \u003c- Add this\n```\n\n```php\n// Optionally, if you don't want it to affect load times in production,\n// you can load it conditionally\n\nif (env('APP_ENV') != 'production' || env('APP_ENV') == 'local') {\n    $app-\u003eregister(MichaelB\\LumenMake\\LumenMakeServiceProvider::class);\n}\n```\n\n#### Commands\n* `make:job {name}` - Makes a new job class in Jobs/\n* `make:console {name}` - Makes a new console command in Console/Commands/\n* `make:controller {name}` - Makes a new restful controller in Http/Controllers/\n* `make:model {name}` - Makes a new model in /\n* `make:middleware {name}` - Makes a new middleware class in Http/Middleware/\n* `make:exception {name}` - Makes a new exception class in Exceptions/\n* `make:event {name}` - Makes a new event class in Events/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbonds%2Flumen-make","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelbonds%2Flumen-make","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbonds%2Flumen-make/lists"}