Skip to content

Commit

Permalink
Updating readme to add new command flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nowendwell authored Sep 6, 2019
1 parent 256b1d0 commit d44231d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ Super-powered `laravel new` for Laravel and Valet.

## Installation

### For Laravel >= 6
```bash
composer global require tightenco/lambo
```

### For Laravel 5.*
```bash
composer global require tightenco/lambo:"^0.4.7"
```

## Upgrading

```bash
Expand Down Expand Up @@ -104,6 +110,24 @@ There are also a few optional behaviors based on the parameters you pass (or def
```bash
lambo superApplication --secure
```

- `--vue` to set the frontend to the default Laravel 5.* scaffolding (set by default)

```bash
lambo superApplication --vue
```

- `--bootstrap` to set the frontend to Bootstrap

```bash
lambo superApplication --bootstrap
```

- `--react` to set the frontend to React

```bash
lambo superApplication --react
```

### Commands

Expand Down

0 comments on commit d44231d

Please sign in to comment.