gabrielvditzel/laravel-starter-kit

The skeleton application for the Laravel framework.

dev-main 2025-05-27 00:38 UTC

This package is auto-updated.

Last update: 2025-05-27 00:38:17 UTC


README

โš ๏ธ Requires Flux Pro License Key

๐Ÿ†• Create your project using:

laravel new example --using=gabrielvditzel/laravel-starter-kit

๐Ÿงน Keep a modern codebase with Pint:

composer lint

โœ… Run refactors using Rector

composer refactor

โš—๏ธ Run static analysis using PHPStan:

composer test:types

โœ… Run unit tests using PEST

composer test:unit

๐Ÿš€ Run the entire test suite:

composer test

Laravel Starter Kit was created by Gabriel Ditzel under the MIT License.