Skip to content

Commit

Permalink
Merge pull request #37 from philbates35/various-fixes
Browse files Browse the repository at this point in the history
README: Fix some things since upgrade to Laravel 11
  • Loading branch information
philbates35 authored Apr 12, 2024
2 parents 347ec5e + a05e03c commit 58feabf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 58feabf

Please sign in to comment.