laravel-stubs maintained by sbordier44
Description
Stubs for Laravel 9+
Author
Last update
2023/04/19 22:32
(dev-dependabot/composer/guzzlehttp/psr7-2.5.0)
License
Downloads
17
Tags
Laravel Stubs
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"
]
}
}