dipeshsukhia / laravel-html-minify

laravel minify html output
MIT License
66 stars 22 forks source link

Check route exists, when route not exists the function getName is not… #12

Closed Jandelson closed 1 year ago

Jandelson commented 1 year ago

Add Check route exists! Because when route not exists the function getName is not found. an error is generated error:Call to a member function getName() returning error 500 and not 404.

dipeshsukhia commented 1 year ago

Thanks for the pull request I took your reference and modified it a little bit of logic.