tighten / ziggy

Use your Laravel routes in JavaScript.
MIT License
3.83k stars 247 forks source link

Support Laravel Folio #733

Closed bakerkretzmar closed 3 months ago

bakerkretzmar commented 5 months ago

This PR adds support for Laravel Folio. Closes #732.

Laravel Folio registers its routes very differently from how Laravel usually handles routes, so unfortunately this is a bit messy. We're more or less doing what Folio's ListCommand is doing, modified for our needs.

Notes: