joshbonnick/laravel-stubs

Opinionated Laravel stubs

Installs: 139

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/joshbonnick/laravel-stubs

v1.5 2024-05-27 13:35 UTC

This package is auto-updated.

Last update: 2025-09-27 16:37:15 UTC


README

This repo contains opinionated versions of the Laravel stubs.

Forked from spatie/laravel-stubs

Installation

You can install the package via composer:

composer require joshbonnick/laravel-stubs --dev

If you want to keep your stubs up to date with every update, add this composer hook to your composer.json file:

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

Usage

You can publish the stubs using this command:

php artisan laravel-stubs:publish

Testing

composer test