Laravel on notification is very outdated
Upgrading to Laravel 8 and PHP 8.1
For the upgrading :
- I use Rector for upgrading :
- Laravel to 8
- PhpUnit
- setting class on the top of the file
- adding new code style rules
- using str_* PHP 8 methods instead of Illuminate\Support\Str class' methods
- making all the tests work