laravel-essentials maintained by skylence
Description
Meta-package with essential Laravel dev tooling
Author
Last update
2026/05/15 22:54
(dev-main)
License
Downloads
2
Tags
Skylence Essentials
Meta-package with essential Laravel tooling. One install for runtime packages, one for dev tools.
Installation
composer require skylence/laravel-essentials
What's Included
Runtime
| Package | What it does |
|---|---|
| livewire/blaze | Livewire component library |
| nunomaduro/essentials | Better defaults for Laravel (strict models, immutable dates, force HTTPS, etc.) |
Dev (require-dev)
| Package | What it does |
|---|---|
| captainhook/captainhook | Git hooks management |
| larastan/larastan | PHPStan for Laravel |
| laravel/pint | Code style fixer |
| nunomaduro/collision | Beautiful error reporting |
| orchestra/testbench | Laravel package testing |
| pestphp/pest | Testing framework |
| pestphp/pest-plugin-arch | Architecture testing |
| pestphp/pest-plugin-laravel | Laravel testing helpers |
| pestphp/pest-plugin-type-coverage | Type coverage analysis |
| phpstan/phpstan | Static analysis |
| phpstan/phpstan-deprecation-rules | PHPStan deprecation rules |
| rector/rector | Automated refactoring |
| spatie/laravel-ray | Debug with Ray |
License
MIT