Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmatters/laravel-amgrade-stubs
https://github.com/mcmatters/laravel-amgrade-stubs
amgrade laravel-package stubs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/laravel-amgrade-stubs
- Owner: MCMatters
- Created: 2019-09-12T10:16:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T19:54:57.000Z (almost 4 years ago)
- Last Synced: 2024-04-22T17:43:28.099Z (9 months ago)
- Topics: amgrade, laravel-package, stubs
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel AMgrade Stubs
Replace all Laravel stubs according to AMgrade code style.
### Installation
```bash
composer require mcmatters/laravel-amgrade-stubs
```If you don't use "Service Discovery" feature, then add into `config/app.php` into `providers` section
```php
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
```bash
php artisan vendor:publish
```or copy from the package directory `config/amgrade-stubs.php` into `config` directory.