Skip to content

Releases: izniburak/laravel-auto-routes

v2.1.0

08 Aug 18:15

Choose a tag to compare

fix: parentClass and route name issues

v2.0.1

26 Nov 18:13

Choose a tag to compare

fix: route parameters issue about volt and livewire routes

v2.0.0

17 Nov 20:06

Choose a tag to compare

New version released.

  • Added Livewire and Volt routes support.
  • Minimum PHP version: 8.1
  • Minimum Laravel version: 10

Happy coding!

v1.6.0

01 Apr 21:40
f196f91

Choose a tag to compare

  • Updated minimum PHP version for dependency of the Laravel.

v1.5.0

14 Feb 22:02

Choose a tag to compare

  • Added Enum binding suppport for Laravel 9.
  • Also added mixed type support for PHP 8.

v1.4.0

08 Feb 23:09

Choose a tag to compare

  • Added AJAX supported HTTP Methods. (for all HTTP methods, which supported by Laravel)
  • Refactoring...

v1.3.0

02 Feb 22:56

Choose a tag to compare

  • Fixed issue #5
  • Added tests structure

v1.2.0

06 Oct 23:04

Choose a tag to compare

  • Added Model binding support. You can use your Models in method parameters directly.

First Version

06 May 00:53

Choose a tag to compare

Hello Laravel!