Skip to content

Commit

Permalink
chore: Remove lumen section
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfzone committed Nov 16, 2019
1 parent 139155e commit 95fe64f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@ If you want to change the default config, you must publish the config file:
$ php artisan vendor:publish --provider="Nmflabs\LaravelBehatDusk\ServiceProvider"
```

### Installation in Lumen

```bash
$ composer require nmfzone/laravel-behat-dusk
```

Next up, the service provider must be registered:

```php
// bootstrap/app.php

$app->register(Nmflabs\LaravelBehatDusk\ServiceProvider::class);
```

## Usage

Todo
Expand Down

0 comments on commit 95fe64f

Please sign in to comment.