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

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 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! 🙌