Skip to content

Commit

Permalink
Update readme.me
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiesl committed Aug 30, 2018
1 parent 27cea6f commit 35b697e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,25 @@ The main purpose of this package is for faster **Test-driven Development**, it g

## How to install

```bash
# Bootstrap Form Field generator
$ composer require luthfi/formfield
#### For Laravel 5.5 or later

```bash
# Get the package
$ composer require luthfi/simple-crud-generator --dev
```

> For Laravel 5.5, the package will **auto-discovered** and ready to go.
> For Laravel 5.5 or later, the package will **auto-discovered** and ready to go.
#### For Laravel 5.4

```bash
# Bootstrap Form Field generator
$ composer require luthfi/formfield

# Get the package
$ composer require luthfi/simple-crud-generator:1.0.* --dev
```

Update `config/app.php`, add provider and aliases :

```php
Expand Down

0 comments on commit 35b697e

Please sign in to comment.