Looking to hire Laravel developers? Try LaraJobs

laravel-package-skeleton maintained by schildhain

Description
Laravel Package Skeleton
Last update
2021/03/20 14:57 (dev-main)
License
Downloads
16

Comments
comments powered by Disqus

Laravel Package Skeleton

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.