Building a job board in Laravel [Pt. 6] - Purchase A Listing

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

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

  • @youngjojo3052
    @youngjojo3052 2 года назад +1

    I wish everyone can teach like you, simple but informative. I love it

  • @user-tt6nc6mo7k
    @user-tt6nc6mo7k 3 года назад +3

    Hey @Andrew Schmelyun. Considering how long the form is when not logged in, would be awesome if you could show how to refactor it into a multi-step form. Also if you could show how you would approach user roles (admin, super admin, etc.) with Laravel?

  • @aurelianspodarec2629
    @aurelianspodarec2629 2 года назад

    How exactly does it work then? 15:45 - how does the payment requesting, stripe, credit cards etc... work more in depth?

  • @user-pi9xe2rd8h
    @user-pi9xe2rd8h 2 года назад

    Thanks for the great series. Any ideas on how this could work with subscriptions rather than one off payments? What would be the best way to associate a subscription to a particular listing? So that a user could have multiple listings running on potentially different packages.

    • @aschmelyun
      @aschmelyun  2 года назад +1

      I'm glad you liked it! This should be able to work pretty well with subscriptions, since out of the box the Laravel Cashier package can handle both one-time payments and recurring subscriptions. You'd probably have to either create another model, or just use a new column in an existing model to reference the listing (or listings) associated with that particular subscription.
      I might have to revisit this idea and create a new video for it!

  • @georgeterchila6775
    @georgeterchila6775 2 года назад

    waiting for edit list item