Ideal Laravel, Inertia.js and Vue setup?

This page summarizes the projects mentioned and recommended in the original post on /r/laravel

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • flexible-presenter

    Easily define just the right data for your InertiaJS views (or anywhere else you want to, uh, flexibly present).

  • There is a "Presenter" pattern for Inertia that can flatten, format or cast to arrays as part of sending your data from the back-end Controllers to the front-end Vue pages: https://github.com/AdditionApps/flexible-presenter But don't over think it. Vue can handle most of your objects, arrays and variables straight out of the controller as props. We've found that when using Inertia it's best to think of Vue as a modern form of Blade so just send the simplest props you can and do the work in the controller.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts