From 54efa8becb9f990062fda18a5ad94f2f8b84cb16 Mon Sep 17 00:00:00 2001 From: Ferry Ariawan Date: Thu, 25 Mar 2021 08:58:40 +0700 Subject: [PATCH] Update installation.md --- docs/en/installation.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/en/installation.md b/docs/en/installation.md index 72ddb5cfa..c9e9a85d3 100644 --- a/docs/en/installation.md +++ b/docs/en/installation.md @@ -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 @@ -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