About
This skill streamlines the complex process of developing Laravel packages by scaffolding a complete directory structure including ServiceProviders, Facades, and configuration files. It handles essential boilerplate such as PSR-4 autoloading, Laravel auto-discovery, and local symlinking within your project's composer.json. Whether you need a simple utility or a full-featured package with PestPHP testing and artisan commands, this skill ensures best practices and naming conventions are followed from the start, making it easier to build modular, reusable PHP components.