techieni3/laravel-stubs is a Laravel package for opinionated laravel stubs.
It currently has 0 GitHub stars and 174 downloads on Packagist (latest version v1.0.1).
Install it with composer require techieni3/laravel-stubs.
Discover more Laravel packages by techieni3
or browse all Laravel packages to compare alternatives.
Last updated
This repo contains opinionated versions of the Laravel default stubs, feel free to modify after publishing.
You can install this package using composer:
composer require --dev techieni3/laravel-stubs
If you want to make sure these stubs stay up to date with every update, add this composer hook to your composer.json file:
"scripts": {
"post-update-cmd": [
"@php artisan publish:stubs --force"
]
}
You can publish the stubs using this command:
php artisan publish:stubs
composer test
Please see CHANGELOG for more information on what has changed recently.
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.