Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Ariawan committed Jun 18, 2021
1 parent 47d9e0b commit 65a4266
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65a4266

Please sign in to comment.