From 48ec963734eb735d8cb9a3f034307af9467ffaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20van=20der=20Gali=C3=ABn?= Date: Tue, 20 Apr 2021 23:33:27 +0200 Subject: [PATCH] Readme tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91eb533..f64fb3b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Lumen version](https://img.shields.io/badge/lumen-6.*.*-blue.svg)](https://github.com/Niellles/lumen-commands/) [![Lumen version](https://img.shields.io/badge/lumen-5.1.*-blue.svg)](https://github.com/Niellles/lumen-commands/)[![GitHub issues](https://img.shields.io/github/issues/Niellles/lumen-commands.svg)](https://github.com/Niellles/lumen-commands/issues) [![Packagist](https://img.shields.io/packagist/dt/niellles/lumen-commands.svg)](https://packagist.org/packages/niellles/lumen-commands) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Niellles/lumen-commands/blob/master/LICENSE) +[![Lumen version](https://img.shields.io/badge/Lumen->=5.1-blue.svg)](https://github.com/Niellles/lumen-commands/) [![GitHub issues](https://img.shields.io/github/issues/Niellles/lumen-commands.svg)](https://github.com/Niellles/lumen-commands/issues) [![Packagist](https://img.shields.io/packagist/dt/niellles/lumen-commands.svg)](https://packagist.org/packages/niellles/lumen-commands) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Niellles/lumen-commands/blob/master/LICENSE) # lumen-commands -This package adds commands that you may know from Laravel, but aren't supported in Lumen 5 and 6 by default. +This package adds commands that you may know from Laravel, but aren't supported in Lumen by default. ## Installation It's recommended to only use this package in your development environment. You will not need these commands in production and Laravel left them out for a reason. @@ -13,7 +13,7 @@ Add `"niellles/lumen-commands": "dev-master"` to `"require-dev"` in your compose } ``` -Add the following line to your app.php: +Add the following lines to your app.php: ```php if (env('APP_ENV') === 'local') { $app->bind(Illuminate\Database\ConnectionResolverInterface::class, Illuminate\Database\ConnectionResolver::class);