davarch/strict-stubs

Strict stubs for Laravel

v2.0.0 2023-04-02 15:44 UTC

This package is auto-updated.

Last update: 2025-06-29 02:08:35 UTC


README

  • with declare(strict_types=1);
  • uses final class
  • migrations don't have a down function
  • most docblocks have been removed

Installation

composer require davarch/strict-stubs --dev

Usage

Automatically, use composer.json:

"scripts": {
    "post-update-cmd": [
        "@php artisan davarch-stub:publish --force"
    ]
}

Manual:

php artisan davarch-stub:publish

Testing

composer test

Credits

Inspired by spatie