andreaselia / laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API
MIT License
958 stars 99 forks source link

Update RouteProcessor.php for L6 #106

Closed alvaro-canepa closed 3 months ago

alvaro-canepa commented 3 months ago

Made it compatible with Laravel 6. Maybe in a branch for that.

tomirons commented 3 months ago

@alvaro-canepa because Laravel 6 is no supported anymore it could make it pretty difficult to add new features and maintain BC. I'm sorry, but we're not willing to support L6.

alvaro-canepa commented 3 months ago

@tomirons Totally agree! I just share the changes for anyone who want to use this great library with L6.

Thanks