Laravel Hours Helper Package: Timeslots into Collection

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024
  • A quick and small helper package for those who work with timeslots and hours for appointments.
    Repo: github.com/Lab...
    My video "Livewire: Date/Picker Available Slot Picker": • Livewire: Date/Picker ...
    - - - -
    Support the channel by checking out my products:
    My Laravel courses: laraveldaily.c...
    Laravel QuickAdminPanel: quickadminpane...
    Livewire Kit Components: livewirekit.com
    - - - -
    Other places to follow:
    My weekly Laravel newsletter: us11.campaign-...
    My personal Twitter: / povilaskorop

ความคิดเห็น • 8

  • @SinghatehAlagie
    @SinghatehAlagie ปีที่แล้ว +8

    I just completed a massive appointment system project, I spend lot of time to deal with time, I should’ve known this package earlier. 😂. But the best thing is that I learn new things on the hood.
    Anyways thanx for the help you are well appreciated to the community.

  • @JoseFranciscoIT
    @JoseFranciscoIT ปีที่แล้ว +5

    You can also achieve this using Carbon, with the interval method, but the package seems really good and easy to use. Thanks

  • @aleismasanchez
    @aleismasanchez ปีที่แล้ว +3

    I have a business round manager that uses this kind of slots a lot. I implemented the logic myself. Some thing the system uses and this package do not cover, is the ability to generate automatic gaps between appointments.

  • @kickass1179
    @kickass1179 ปีที่แล้ว

    I did this as a task with Pure PHP for a company, not long ago. It is good to see that you can do this so easily in laravel!!

  • @LenartMlinar
    @LenartMlinar ปีที่แล้ว +5

    Would this package be advised for a weekly appointments calendar? I'd love to see a video on how it would be implemented!

  • @wadecodez
    @wadecodez ปีที่แล้ว

    Not sure about this package. My team has a few apps which are based on appointments and we did all the time slot stuff on the client side. Basically we just collected a quick list of the unavailable times, then used Flatpickr to display and handle choices.

  • @ahmedsafaa1097
    @ahmedsafaa1097 ปีที่แล้ว

    Its alittle similar to carbon period

  • @yoyoypy
    @yoyoypy ปีที่แล้ว +1

    OMG, this is timesaver, all always do loop from carbon T_T