inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.1k stars 767 forks source link

Resource Controllers #203

Closed ghost closed 10 months ago

ghost commented 1 year ago

For more efficient and readable code i made this changes:

  1. Create an alias reference for Dashboard namespace.
  2. All routes replaced with resource controllers.