mcmatters / laravel-amgrade-stubs
Package info
github.com/MCMatters/laravel-amgrade-stubs
pkg:composer/mcmatters/laravel-amgrade-stubs
dev-master
2021-01-23 19:54 UTC
Requires
- laravel/framework: 6.* || 7.* || 8.*
This package is auto-updated.
Last update: 2026-02-24 06:58:31 UTC
README
Replace all Laravel stubs according to AMgrade code style.
Installation
composer require mcmatters/laravel-amgrade-stubs
If you don't use "Service Discovery" feature, then add into config/app.php into providers section
McMatters\LaravelAmgradeStubs\ServiceProvider::class,
If you use something like DevelopmentServiceProvider.php, then your service provider must implement DeferrableProvider interface to overwrite default Laravel commands.
Configuration
Run
php artisan vendor:publish
or copy from the package directory config/amgrade-stubs.php into config directory.