Fixed typo

This commit is contained in:
RyderForNow 2021-09-04 23:14:56 +02:00 committed by Christopher Charbonneau Wells
parent e0875c6fdc
commit fd0a88845d
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