Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit ad6bcd1

Browse files
author
atehnix
committed
Update readme and license
1 parent d2a695d commit ad6bcd1

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The 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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,16 @@ The package gives you the opportunity to customize Artisan commands like `artisa
66

77
Any 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
1113
You can get library through [composer](https://getcomposer.org/)
1214

1315
```
1416
composer 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-
3419
To publish the config file to `config/stubs.php` run:
3520

3621
```

0 commit comments

Comments
 (0)