Skip to content

Commit 8395826

Browse files
committed
L5.5 support
1 parent 591106c commit 8395826

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@ Or by adding the following line to the `require` section of your Laravel webapp'
1818

1919
```javascript
2020
"require": {
21-
"HighSolutions/eloquent-sequence": "*"
21+
"HighSolutions/laravel-environments": "1.*"
2222
}
2323
```
2424

25+
Optionally, publish the configuration file if you want to change any defaults:
26+
27+
```bash
28+
php artisan vendor:publish --provider="HighSolutions\LaravelEnvironments\EnvironmentServiceProvider"
29+
```
30+
2531
Run `composer update` to install the package.
2632

2733
Configuration
@@ -33,6 +39,7 @@ Configuration
3339
| files | Files that will be stored for each environment | [ '.env', 'phpunit.xml', 'public/.htaccess', ] |
3440
| clear_directory_when_overwriting | If set to true, overwriting environment will be cleared out before putting new files there | false |
3541

42+
3643
Usage
3744
------------
3845

@@ -111,9 +118,10 @@ vendor/bin/phpunit
111118
Changelog
112119
---------
113120

114-
1.0.0
121+
1.5.0
115122
* Create, Copy, Remove, Set, List commands
116123
* Unit tests
124+
* Laravel 5.5 Support
117125

118126
Credits
119127
-------

0 commit comments

Comments
 (0)