arthurtavaresdev/nova-alert-box

This package is abandoned and no longer maintained. No replacement package was suggested.

Alert box for Laravel Nova

dev-master 2021-11-22 21:50 UTC

This package is auto-updated.

Last update: 2022-12-23 00:04:20 UTC


README

Skeleton Php

GitHub Workflow Status (master) Total Downloads Latest Version License

This package provides a wonderful PHP Skeleton to start building your next package idea.

Requires PHP 8.0+

⚡️ Create your package using Composer:

composer create-project nunomaduro/skeleton-php --prefer-source PackageName

🧹 Keep a modern codebase with PHP CS Fixer:

composer lint

⚗️ Run static analysis using PHPStan:

composer test:types

✅ Run unit tests using PEST

composer test:unit

🚀 Run the entire test suite:

composer test

Skeleton PHP was created by Nuno Maduro under the MIT license.