Skip to content

Laravel Upgrade, PHP 8.1, Mysql 8 and InnoDB

Compare
Choose a tag to compare
@RafficMohammed RafficMohammed released this 28 Feb 15:06
· 144 commits to master since this release

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