Closed themikem closed 2 years ago
I think that it is alright to up template's PHP version.
It was partially done in another PR fixing compatbility with Codeception. @themikem would you please rebase your changes?
@samdark Rebased per request
Thanks.
This updates the advanced template with bootstrap5 support (via yii2-bootstrap5), removes swiftmailer & replaces with symfonymailer (via yii2-symfonymailer), and normalizes class references in various config blocks to ::class constant style from strings & ::className() method (per style in yii2-symfonymailer).
Also includes verbiage from issue #497 for improved getting started instructions.
Adds php 8.1 to test file.