From a05e03c039fb123bde1e5f1e88a6157e05b30f7a Mon Sep 17 00:00:00 2001 From: Phil Bates Date: Fri, 12 Apr 2024 12:57:14 +0100 Subject: [PATCH] README: Fix some things since upgrade to Laravel 11 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e580f5a..e4a39de 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ PHP and webserver: * PHP 8.3 Back end: -* Laravel 10 +* Laravel 11 * PHPStan (& Larastan) set to the highest level, as well as phpstan/phpstan-strict-rules for extra strictness -* PHPUnit 10 +* PHPUnit 11 * Rector * PHP CS Fixer configured to use the latest PER coding standards * PHP_CodeSniffer configured to use the latest PSR12 coding standards @@ -59,9 +59,9 @@ Front end: docker-compose up -d ``` -4. Generate application key: +4. Set application key, create the database and run migrations: ```shell - docker-compose exec php php artisan key:generate + docker-compose exec php composer run post-create-project-cmd ``` 5. Install front end dependencies: