Laravel Jetstream - the best kept secret for building a Saas?

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 7

  • @oliviarojas7023
    @oliviarojas7023 10 месяцев назад +1

    Also I can't see some words that well in high quality mode 🎉

    • @GringoDotDev
      @GringoDotDev  10 месяцев назад

      Thanks for letting me know! I did my most recent video in 4K, let me know if it’s better

  • @BradleyCulbertson
    @BradleyCulbertson 7 месяцев назад

    Jet Stream looks awesome, but I I'm a little confused for SaaS, as those core features are not included. Maybe show us how you could easily adapt this for Saas. There are just a handful of other packages that already have the multi-tenacny and payments, having the frontend would be nice though.

    • @GringoDotDev
      @GringoDotDev  7 месяцев назад

      Just add Laravel cashier (another first-party open source package) and along with the teams, MFA, API tokens, etc. with Jetstream I think you're set up pretty well for most SaaS scenarios.

  • @nicolasmenescardi4077
    @nicolasmenescardi4077 5 месяцев назад

    great stuff! Wonder how to integrate Jetstream with FilamentPHP multitenancy

    • @GringoDotDev
      @GringoDotDev  5 месяцев назад +1

      Glad you liked it! Haven't tried, but I think you could make them work together by configuring Filament tenancy to read/write on the same tenant columns (which is something like `team_id` and `user`.`current_team_id` for Jetstream).

    • @nicolasmenescardi4077
      @nicolasmenescardi4077 5 месяцев назад

      @@GringoDotDev thanks man! 🙌