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

Commit 1078db1

Browse files
author
Ferry Ariawan
committed
Merge remote-tracking branch 'origin/v5.5' into v5.5
2 parents ddc4415 + 54efa8b commit 1078db1

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/en/installation.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CRUDBooster is CRUD Generator for laravel, with the most important features web
1212
- SQLite
1313
- SQL Server
1414
- Composer
15-
- Laravel 5.5 - 6.0
15+
- Laravel 6.* / 7.* / 8.*
1616
- Php 7.2 or higher and the extensions:
1717
- Mcrypt
1818
- OpenSSL
@@ -38,17 +38,6 @@ DB_PASSWORD=**password**
3838
$ php artisan crudbooster:install
3939
```
4040

41-
## Update
42-
Do not update your project directly, please making a backup before updating the CRUDBooster.
43-
- Open the terminal, navigate to your project directory.
44-
```php
45-
$ composer require crocodicstudio/crudbooster=^5.5
46-
```
47-
- Run the following command at the terminal
48-
```php
49-
$ php artisan crudbooster:update
50-
```
51-
5241
## Backend URL
5342
```php
5443
/admin/login

0 commit comments

Comments
 (0)