CLI tool to scaffold and manage Laravel packages with Composer
Laravel Packager is a CLI tool that scaffolds new Laravel packages and manages package files. It automates creating package skeletons, service providers, and composer configuration, and supports publishing to GitHub and preparing package tests. Suited for developers building reusable Laravel packages or organizing multiple packages inside a Laravel application.
0