laravel / folio

Page based routing for Laravel.
MIT License
568 stars 46 forks source link

Adds Ability to customize Folio Routes #55

Closed inmanturbo closed 1 year ago

inmanturbo commented 1 year ago

This extracts the Rout:: calls in Folio::route() to an invokable class, and adds a loader parameter to Folio::route() where a custom loader can be passed as a callback function or Closure.

taylorotwell commented 1 year ago

I may consider this in the future.