Fixed typo

This commit is contained in:
RyderForNow 2021-09-04 23:14:56 +02:00 committed by GitHub
parent 8d3e296f9d
commit 3b56de6605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ section for other options if lower memory support is needed.
GRANT ALL ON `kcal`.* TO 'kcal'@'localhost'; GRANT ALL ON `kcal`.* TO 'kcal'@'localhost';
FLUSH PRIVILEGES; FLUSH PRIVILEGES;
1. Install dependencies and gGenerate an app key to use in the next step. 1. Install dependencies and generate an app key to use in the next step.
composer install --optimize-autoloader --no-dev composer install --optimize-autoloader --no-dev
php artisan --no-ansi key:generate --show php artisan --no-ansi key:generate --show