Laravel Upgrade, PHP 8.1, Mysql 8 and InnoDB
Updates
- We updated Laravel, Php, and Mysql versions.
- We included a Manual update feature too.
Steps to Manual Update
- Replace or Rebase the code in an existing file path
- Update the Php version to 8.1
- Run "composer dump-autoload"
- Then run "php artisan database:sync"
- Now your application updates to our latest version
Change Logs
- Php 8.1 supports
- Laravel 9 supports
- Mysql 8 supports
- InnoDB driver supports