From 9cf1234bc38dcda702e118ac7a391a83c71eca1c Mon Sep 17 00:00:00 2001 From: Glenn Santos Date: Wed, 17 Feb 2021 16:18:00 +0800 Subject: [PATCH] Add hint about laravel/helpers to run str_ and arr_ fns --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8a3e91..7aa94b6 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The package can easily be installed by running `composer require vigneshc91/lara If you are running a version of Laravel < 5.5 also make sure you add `Vigneshc91\LaravelTestGenerator\TestGeneratorServiceProvider::class` to the `providers` array in `config/app.php`. +If you are running a version of Laravel > 5.6, run `composer require laravel/helpers` in your project's root folder. + This will register the artisan command that will be available to you.