Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 733a2f9

Browse files
committed
init
1 parent 26f658f commit 733a2f9

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ Therefor **PackageChangeLog** was made, to help developers keep their packages a
1717
## Installation
1818

1919
- `composer require ctf0/package-changelog`
20-
- (Laravel < 5.5) add the service provider to `config/app.php`
21-
22-
```php
23-
'providers' => [
24-
ctf0\PackageChangeLog\PackageChangeLogServiceProvider::class,
25-
]
26-
```
27-
- under `composer.json` we will auto add
20+
- after installation, package will auto-register the below to `composer.json`
2821
+ check [composer docs](https://getcomposer.org/doc/articles/scripts.md#what-is-a-script-) for more info
2922

3023
```json

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "~7.0",
18-
"illuminate/support": ">=7.0"
17+
"illuminate/support": ">=7.0 <9.0"
1918
},
2019
"autoload": {
2120
"psr-4": {

logs/v2.0.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- we now use commands instead of events `composer.json` file, so plz remove the old setup from v1
1+
- we now use commands instead of events, so plz remove the v1 setup if you still have
2+
23
+ composer.json --> 'App\\Providers\\EventServiceProvider::postAutoloadDump'
34
+ app\Providers\EventServiceProvider -->
45
```

0 commit comments

Comments
 (0)