Laravel Hours Helper Package: Timeslots into Collection

Laravel Hours Helper Package: Timeslots into Collection

Laravel Daily

1 год назад

6,366 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ahmedsafaa1097
@ahmedsafaa1097 - 07.12.2022 01:30

Its alittle similar to carbon period

Ответить
@wadecodez
@wadecodez - 27.11.2022 21:26

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.

Ответить
@yoppypriyandaru9357
@yoppypriyandaru9357 - 25.11.2022 09:36

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

Ответить
@JoseFranciscoIT
@JoseFranciscoIT - 25.11.2022 01:53

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

Ответить
@aleismasanchez
@aleismasanchez - 24.11.2022 15:36

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 - 24.11.2022 15:05

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 - 24.11.2022 11:32

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

Ответить
@SinghatehAlagie
@SinghatehAlagie - 24.11.2022 10:51

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.

Ответить