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