Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 65a4266

Browse files
author
Ferry Ariawan
committed
Fix doc
1 parent 47d9e0b commit 65a4266

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/en/installation.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ CRUDBooster is CRUD Generator for laravel, with the most important features web
2121
- FileInfo
2222

2323
## Installation
24+
25+
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)
26+
2427
1. Open the terminal, navigate to your laravel project directory.
2528
```php
26-
$ composer require crocodicstudio/crudbooster=5.5.*
29+
$ composer require crocodicstudio/crudbooster=5.6.*
2730
```
2831

2932
2. Setting the database configuration, open .env file at project root directory

0 commit comments

Comments
 (0)