Skip to content

v10.0.0 – PHP 8+ & Laravel 8–12

Latest

Choose a tag to compare

@khsing khsing released this 11 Mar 04:12
· 3 commits to master since this release

What’s new in v10.0.0

  • PHP requirement bumped to ^8.0
  • Official support for Laravel 8 – 12
  • Fixed MySQL utf8mb4 index errors on world_cities (uniq_city index)
  • Seeders moved under Khsing\World\Database\Seeders\* and world:init now runs package seeders directly
  • Added basic tests with PHPUnit 11 & Orchestra Testbench 9

Breaking changes

  • Dropped support for PHP 7.x
  • Legacy Laravel 5.5–7.x users should stick to the old version

Version matrix

Package PHP Laravel
10.x ^8.0 8.x – 12.x
7.0 7.2–7 7.x (legacy)
6.0 7.2–7 6.x (legacy)
0.9 7.2–7 5.x (legacy)