{"id":25928098,"url":"https://github.com/appzcoder/laravel-package-discovery","last_synced_at":"2025-07-18T01:39:31.440Z","repository":{"id":56949629,"uuid":"93196351","full_name":"appzcoder/laravel-package-discovery","owner":"appzcoder","description":"Laravel Package Auto Discovery","archived":false,"fork":false,"pushed_at":"2017-06-03T05:34:46.000Z","size":5,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-17T19:18:16.613Z","etag":null,"topics":["laravel","package-discovery"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/appzcoder/laravel-package-discovery","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/appzcoder.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-06-02T19:11:26.000Z","updated_at":"2021-08-10T09:38:48.000Z","dependencies_parsed_at":"2022-08-21T07:50:17.520Z","dependency_job_id":null,"html_url":"https://github.com/appzcoder/laravel-package-discovery","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/appzcoder%2Flaravel-package-discovery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzcoder%2Flaravel-package-discovery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzcoder%2Flaravel-package-discovery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzcoder%2Flaravel-package-discovery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appzcoder","download_url":"https://codeload.github.com/appzcoder/laravel-package-discovery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241739535,"owners_count":20012104,"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-discovery"],"created_at":"2025-03-03T21:11:41.427Z","updated_at":"2025-03-03T21:11:42.385Z","avatar_url":"https://github.com/appzcoder.png","language":"PHP","readme":"# Laravel Package Auto Discovery\nThis package supports Package Auto Discovery feature on Laravel older version (less than 5.5)\n\n### Requirements\n    Laravel \u003e=5.1\n    PHP \u003e= 5.5.9\n\n## Installation\nOpen your terminal(CLI), go to the root directory of your Laravel project, then follow the following procedure.\n\n1. Run\n    ```\n    composer require appzcoder/laravel-package-discovery:dev-master\n    ```\n\n2. Add service provider to **config/app.php**.\n    ```php\n    'providers' =\u003e [\n        ...\n\n        Appzcoder\\LaravelPackageDiscovery\\LaravelPackageDiscoveryServiceProvider::class,\n    ],\n    ```\n\n3. Add the dump script to **composer.json**.\n    ```json\n    \"scripts\": {\n        ...\n\n        \"post-autoload-dump\": [\n            \"Appzcoder\\\\LaravelPackageDiscovery\\\\ComposerScripts::postDump\"\n        ]\n    },\n    ```\n\n4. Run ```composer dump-autoload```\n\n## Usage\nMake sure your package's **composer.json** file as below\n```json\n\"extra\": {\n    \"laravel\": {\n        \"providers\": [\n            \"Barryvdh\\\\Debugbar\\\\ServiceProvider\"\n        ],\n        \"aliases\": {\n            \"Debugbar\": \"Barryvdh\\\\Debugbar\\\\Facade\"\n        }\n    }\n}\n```\n\n## Author\n\n[Sohel Amin](http://www.sohelamin.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzcoder%2Flaravel-package-discovery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappzcoder%2Flaravel-package-discovery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzcoder%2Flaravel-package-discovery/lists"}