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

Commit

Permalink
Merge remote-tracking branch 'origin/v5.5' into v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Ariawan committed Mar 25, 2021
2 parents ddc4415 + 54efa8b commit 1078db1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CRUDBooster is CRUD Generator for laravel, with the most important features web
- SQLite
- SQL Server
- Composer
- Laravel 5.5 - 6.0
- Laravel 6.* / 7.* / 8.*
- Php 7.2 or higher and the extensions:
- Mcrypt
- OpenSSL
Expand All @@ -38,17 +38,6 @@ DB_PASSWORD=**password**
$ php artisan crudbooster:install
```

## Update
Do not update your project directly, please making a backup before updating the CRUDBooster.
- Open the terminal, navigate to your project directory.
```php
$ composer require crocodicstudio/crudbooster=^5.5
```
- Run the following command at the terminal
```php
$ php artisan crudbooster:update
```

## Backend URL
```php
/admin/login
Expand Down

0 comments on commit 1078db1

Please sign in to comment.