laravel-route-attributes

Use PHP 8 attributes to register routes in a Laravel app

MIT License

Downloads
393.6K
Stars
726
Committers
38

Bot releases are hidden (Show)

laravel-route-attributes - 1.9.0

Published by freekmurze about 3 years ago

  • add support for the names parameter to the Resource attribute (#56)
laravel-route-attributes - 1.8.1

Published by freekmurze about 3 years ago

  • fix: use \ReflectionAttribute::IS_INSTANCEOF (#55)
laravel-route-attributes - 1.8.0

Published by freekmurze about 3 years ago

  • add group attribute (#54)
laravel-route-attributes - 1.7.0

Published by freekmurze about 3 years ago

  • add additional functionality to get domain from a config file (#50)
laravel-route-attributes - 1.6.0

Published by freekmurze about 3 years ago

  • add apiResource parameter to Resource attribute (#49)
laravel-route-attributes - 1.5.0

Published by freekmurze about 3 years ago

  • add support for resource controllers
laravel-route-attributes - 1.4.2

Published by freekmurze over 3 years ago

  • do not register routes when they are cached (#38)
laravel-route-attributes - 1.4.1

Published by freekmurze over 3 years ago

  • remove facade
laravel-route-attributes - 1.4.0

Published by freekmurze over 3 years ago

  • adds optional Wheres attribute on class and method level (#31)
laravel-route-attributes - 1.3.0

Published by freekmurze over 3 years ago

  • add support for multi-verb routes
laravel-route-attributes - 1.2.3

Published by freekmurze over 3 years ago

  • global middleware from config file will be registered first (#24)
laravel-route-attributes - 1.2.2

Published by freekmurze over 3 years ago

  • change approach to handle routes with prefix (#23)
laravel-route-attributes - 1.2.1

Published by freekmurze over 3 years ago

  • add new check to make sure TestClasses directory exists when running tests (#20)
laravel-route-attributes - 1.2.0

Published by freekmurze almost 4 years ago

  • add middleware config option
laravel-route-attributes - 1.1.0

Published by freekmurze almost 4 years ago

  • add Domain attribute
laravel-route-attributes - 1.0.0

Published by freekmurze almost 4 years ago

  • initial release
laravel-route-attributes - 0.0.1

Published by freekmurze almost 4 years ago

  • experimental release