schildhain/laravel-package-skeleton

Laravel Package Skeleton

v1.0 2021-03-20 13:57 UTC

This package is auto-updated.

Last update: 2025-04-22 17:42:17 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is a project skeleton which can be used for scaffolding Laravel packages using the composer create-project command.

This is inspired by the spatie/package-skeleton-laravel package and uses spatie/laravel-package-tools to configure the service provider.

Usage

To scaffold a new package run

composer create-project schildhain/laravel-package-skeleton

in console and answer the questions appropriate to your case. The corresponding values are replaced in each file.

Testing

composer test

Changelog

Please refer to CHANGELOG for recent changes.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.