mcmatters/laravel-amgrade-stubs

dev-master 2021-01-23 19:54 UTC

This package is auto-updated.

Last update: 2024-04-24 03:00:03 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.