Skip to content

Support for PHP 8 Route Attributes

Compare
Choose a tag to compare
@weaverryan weaverryan released this 25 Nov 14:25
· 784 commits to main since this release

Hi Makers!

This release adds support for generating routes with PHP 8's Route attributes instead of the @Route annotation if you're using PHP 8:

  • Use PHP 8 Route attributes when using PHP 8 - #725 thanks to @jrushlow!
  • Improve version detection by reading config.platform.php - #728 thanks to @jrushlow!

Happy making!