This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed
Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016 Andrey Sosnov aka ATehnix <atehnix@gmail.com>
3+ Copyright (c) 2016-2018 Andrey Sosnov aka ATehnix <atehnix@gmail.com>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -6,31 +6,16 @@ The package gives you the opportunity to customize Artisan commands like `artisa
66
77Any location of the generated classes and with any content.
88
9- ## Installation
9+
10+ ## Installation for Laravel 5.5
11+ > * For older laravel versions see: [ older instllation] ( https://github.com/atehnix/laravel-stubs/tree/v2.0.0#installation ) *
1012
1113You can get library through [ composer] ( https://getcomposer.org/ )
1214
1315```
1416composer require atehnix/laravel-stubs
1517```
1618
17- Next up, the service provider
18- ` Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class, `
19-
20- should be replaced by
21- ` ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider::class, `
22-
23- ``` php
24- // config/app.php
25-
26- 'providers' => [
27- ...
28- // Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
29- ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider::class,
30- ...
31- ];
32- ```
33-
3419To publish the config file to ` config/stubs.php ` run:
3520
3621```
You can’t perform that action at this time.
0 commit comments