{"id":16204943,"url":"https://github.com/corazzi/laravel-development-pack","last_synced_at":"2026-05-01T19:34:56.175Z","repository":{"id":56957915,"uuid":"89879465","full_name":"corazzi/laravel-development-pack","owner":"corazzi","description":"A collection of resources and packages to use when developing a Laravel application (that won't make it to production) ","archived":false,"fork":false,"pushed_at":"2017-05-26T20:55:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T16:16:39.419Z","etag":null,"topics":["development","laravel","laravel-package","php"],"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/corazzi.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":"2017-04-30T21:51:35.000Z","updated_at":"2017-05-02T09:25:48.000Z","dependencies_parsed_at":"2022-08-21T09:50:16.795Z","dependency_job_id":null,"html_url":"https://github.com/corazzi/laravel-development-pack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/corazzi/laravel-development-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corazzi%2Flaravel-development-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corazzi%2Flaravel-development-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corazzi%2Flaravel-development-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corazzi%2Flaravel-development-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corazzi","download_url":"https://codeload.github.com/corazzi/laravel-development-pack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corazzi%2Flaravel-development-pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["development","laravel","laravel-package","php"],"created_at":"2024-10-10T09:59:37.609Z","updated_at":"2026-05-01T19:34:56.154Z","avatar_url":"https://github.com/corazzi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Development Pack\n\nA handy collection of resources and packages to use when developing a Laravel application that won't be registered in your production environment.\n\n## Installation\n\nFirst, include the package in your project with the `--dev` flag\n\n```bash\ncomposer require --dev corazzi/laravel-development-pack\n```\n\nThen register the package service provider for your non-production environments:\n\n```php\n// AppServiceProvider.php\n\npublic function register()\n{\n    if ($this-\u003eapp-\u003eenvironment() !== 'production') {\n        $this-\u003eapp-\u003eregister(Corazzi\\LaravelDevelopmentPack\\ServiceProvider::class);\n    }\n}\n```\n\n### Per-package configuration\nMost included packages are just plug-and-play. That is, you don't need to perform any extra\nsteps to start using them in your dev environment.\n\nSome packages, however, may require you to put code in other places in your application\nthat could or will cause issues in an environment where the packages are not\nincluded (production, for example).\n\nSee the [package configuration documentation](PACKAGE-CONFIGURATION.md) for more details.\n\n### Cherry-picking packages\nBy default, all included packages are enabled.\n\nYou can choose which packages are enabled or disabled by publishing the configuration file.\n\nPublish the config file by running:\n```bash\nphp artisan vendor:publish --provider=\"Corazzi\\LaravelDevelopmentPack\\ServiceProvider\"\n```\n\nThen, in `config/dev-pack.php`, change the value of each package you do not want to include to `false`.\n\nPlease note that even if you disable a package from being activated in your app, it will still be \nincluded in your composer dependencies and, therefore, your `vendor` folder.\n\n### Included packages:\n\n* [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)\n* [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper)\n* [filp/whoops](https://github.com/filp/whoops)\n* [laracademy/interactive-make](https://github.com/laracademy/interactive-make)\n* [laravel/tinker](https://github.com/laravel/tinker)\n* [rap2hpoutre/laravel-log-viewer](https://github.com/rap2hpoutre/laravel-log-viewer)\n* [themsaid/laravel-mail-preview](https://github.com/themsaid/laravel-mail-preview)\n\n### Issues\nPlease use the issue tracker for issues related to this package. \nPlease *do not* create issues caused by or affecting the included packages,\nunless it's an integration issue that can be fixed in this package.\n\n### Security Issues\nPlease report all security issues directly to sacha.corazzi@gmail.com.\n\nDo not use the issue tracker.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorazzi%2Flaravel-development-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorazzi%2Flaravel-development-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorazzi%2Flaravel-development-pack/lists"}