Skip to content

Commit 8457677

Browse files
author
vagrant
committed
Updated readme
1 parent 8b83cea commit 8457677

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,25 @@
55
[![Quality Score](https://img.shields.io/scrutinizer/g/rabol/laravel-setup-local-dev.svg?style=flat-square)](https://scrutinizer-ci.com/g/rabol/laravel-setup-local-dev)
66
[![Total Downloads](https://img.shields.io/packagist/dt/rabol/laravel-setup-local-dev.svg?style=flat-square)](https://packagist.org/packages/rabol/laravel-setup-local-dev)
77

8-
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
8+
This is a very simple, but handy package for setting up local Laravel development environment.
9+
This package contins commands to do all the trivial steps you normally do when setting up your local Laravel development environment.
10+
911

1012
## Installation
1113

1214
You can install the package via composer:
1315

1416
```bash
15-
composer require rabol/laravel-setup-local-dev
17+
composer require rabol/laravel-setup-local-dev --dev
1618
```
1719

1820
## Usage
1921

2022
``` php
2123
// Usage description here
24+
php artisan setuplocaldev:setenv
25+
php artisan setuplocaldev:commontasks
26+
2227
```
2328

2429
### Testing
@@ -50,4 +55,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
5055

5156
## Laravel Package Boilerplate
5257

53-
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).
58+
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
20-
"illuminate/support": "^6.0"
19+
"php": "^7.3|^8.0",
20+
"illuminate/support": "^6.0|^7.0|^8.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^4.0",

0 commit comments

Comments
 (0)