aaronlord / laroute

Generate Laravel route URLs from JavaScript.
MIT License
794 stars 139 forks source link

Enable auto-discovery in Laravel 5.5 and up #85

Open jankal opened 6 years ago

jankal commented 6 years ago

Laravel 5.5 introduced auto-discovery for Providers of a package.

See here how to configure auto-discovery.