LaravelCollective / annotations

Route and Event Annotations for the Laravel Framework
MIT License
365 stars 73 forks source link

Is the 5.4 branch compatible with Laravel 5.5? #65

Closed montyclt closed 7 years ago

vesper8 commented 7 years ago

i've been using it for months so yea. the only problem is the commands have fire() methods in them and those were deprecated in 5.5 so you need to replace them by handle()

montyclt commented 7 years ago

Thanks you! I've noticed you sent a PR. https://github.com/LaravelCollective/annotations/pull/63