sbordier44/laravel-stubs

Stubs for Laravel 9+

1.0.7 2022-11-13 22:47 UTC

This package is auto-updated.

Last update: 2024-03-19 22:40:42 UTC


README

This repository contains customized default laravel stubs.

Installation

composer require --dev sbordier44/larastubs

Add these lines in your composer.json for publish automatically updated stubs

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