qcod / laravel-app-settings

Store settings in database with a manager UI for your Laravel app
MIT License
338 stars 53 forks source link

Add configurable route names #28

Closed Skintillion closed 2 years ago

Skintillion commented 4 years ago

I had an error calling route name in layout, since the routes had no name, they produced an error.

Hoping this may help someone else.