From 65a42663c5c16b8802837e15371a00ca53cbc27c Mon Sep 17 00:00:00 2001 From: Ferry Ariawan Date: Fri, 18 Jun 2021 10:12:06 +0700 Subject: [PATCH] Fix doc --- docs/en/installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/installation.md b/docs/en/installation.md index c9e9a85d3..9ca288769 100644 --- a/docs/en/installation.md +++ b/docs/en/installation.md @@ -21,9 +21,12 @@ CRUDBooster is CRUD Generator for laravel, with the most important features web - FileInfo ## Installation + +0. Please make sure you have install laravel project, please follow [https://laravel.com/docs/8.x/installation](https://laravel.com/docs/8.x/installation) + 1. Open the terminal, navigate to your laravel project directory. ```php -$ composer require crocodicstudio/crudbooster=5.5.* +$ composer require crocodicstudio/crudbooster=5.6.* ``` 2. Setting the database configuration, open .env file at project root directory