Caleb helps Daniel get his refactoring wish-list in order.
Daniel FINALLY finished [Ziggy](https://github.com/tightenco/ziggy), a package for Laravel Named Routes in Javascript.
Links:
- [[5.5] Allow custom pivot accessors by themsaid · Pull Request #20411 · laravel/framework](https://github.com/laravel/framework/pull/20411 "[5.5] Allow custom pivot accessors by themsaid · Pull Request #20411 · laravel/framework")
- [Ziggy: Use your Laravel named routes in JavaScript](https://github.com/tightenco/ziggy "Ziggy: Use your Laravel named routes in JavaScript") — Ziggy creates a Blade directive which you can include in your views. This will export a JavaScript object of your application's named routes, keyed by their names (aliases), as well as a global route() helper function which you can use to access your routes in your JS.