scott/laravel-skeleton

A Skeleton can helps to create easyly a new package for laravel

v1.0.0 2023-06-17 16:31 UTC

This package is auto-updated.

Last update: 2024-08-30 01:06:17 UTC


README

GitHub Workflow Status (master) Total Downloads Latest Version License

This package helps you to create easily laravel packages

Requires PHP 8.1+

composer create-project --prefer-dist scott/laravel-skeleton PackageName

🎄 Keep a modern codebase with Pint:

composer pint

✅ Run unit tests using PEST

composer test:pest

🚀 Run the entire test suite:

composer test

Laravel package skeleton created by Tresor Kasenda