Laravel Virtual Wallet with Coupons: 3 Packages Demo

Поделиться
HTML-код
  • Опубликовано: 15 июн 2022
  • If your project needs virtual wallets for virtual currency or points, which can be gained by coupons or vouchers, I have this demo for you.
    Packages from the video:
    - michael-rubel/laravel-couponables: github.com/michael-rubel/lara...
    - stephenjude/laravel-wallet: github.com/stephenjude/larave...
    - bavix/laravel-wallet: github.com/bavix/laravel-wallet
    - spatie/laravel-activitylog: github.com/spatie/laravel-act...
    - The core of the project was generated with quickadminpanel.com
    - My course Practical Laravel Livewire from Scratch laraveldaily.teachable.com/p/...
    - - - - -
    Support the channel by checking out my products:
    - My Laravel courses membership: laraveldaily.teachable.com/p/...
    - Laravel QuickAdminPanel: bit.ly/quickadminpanel
    - Livewire Kit Components: livewirekit.com
    - - - - -
    Other places to follow:
    - My weekly Laravel newsletter: bit.ly/laravel-newsletter
    - My personal Twitter: / povilaskorop
  • ХоббиХобби

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

  • @Voltra_
    @Voltra_ 2 года назад +5

    Spatie's activity log seems perfect for Activity Logging and its analysis

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

      It actually is perfect. I use for every single project with activity logger call in the observer of basically any model

  • @techwan7
    @techwan7 2 года назад +2

    This is awesome, what I was looking for. thank you!

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

    Thanks man! it was great! 👌

  • @debrain1647
    @debrain1647 Год назад

    Great Tutorial

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

    Thank you 🙌

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

    👍

  • @sorydiallo2362
    @sorydiallo2362 Год назад

    Hi, I am a Laravel Wallet user. In fact, I have an e-commerce system and I would like to link transactions to orders, knowing that an order is made by a user who has a wallet. Thank you for helping me.

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

    I'm waiting you make Laravel WebAssembly tutorial.

  • @phpisdead
    @phpisdead Год назад

    can u make tutorial about bavix/laravel-wallet?

  • @saidhr9142
    @saidhr9142 2 года назад +2

    And there is possibility to make deposit to virtual wallet from Stripe or any payment getway?

    • @LaravelDaily
      @LaravelDaily  2 года назад +2

      In this case, wallet is only virtual, without real money. But I guess you can build additionally the integration from Stripe.

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

    hi ... I am able to see many videos on sending email from laravel admin panel. But i could not find ways to receive email into my admin panel. Is that difficult. Can we not create a mail box system that receives ad sends mails?

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

      No, it's actually a VERY difficult task, way outside of Laravel scope, it requires a separate mail server.

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

      That's not that hard and does not require separate mail server (in case you already have a domain with mail server attached to it, which I believe you do). Check out this link: johnbraun.blog/posts/incoming-mail-laravel-mailbox
      It does require a mailgun account however, but that's the easiest thing

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

    can you share your GitHub repo for this demo please