Laravel Date Scopes: New Package for Range Filtering

preview_player
Показать описание
A new package to filter the dates/times of Eloquent records.

Links mentioned in the video:

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

Your content is unbelievably good. I'm addicted and immensely thankful ❤

adelhishem
Автор

That's great and all, but:
- It doesn't seem to take into consideration timezones of users when doing SQL queries and it is based on UTC only. this is not good for basically any app that deals with dates as you almost always want to return results back based on the users timezone
Also a note on using MySQL functions on DB columns, like DATE(column_name) and similar - even if you use index on that column, index will not work due to the function being used on it

Novica
Автор

Sir please describe how can I use permissions of record because when I create user in my project I have describe their classes and the class sections, subjects, and group with many to many relationship the user can access only this record in all project ? The spatie roles and permission package only for modules permissions how can I do this ?

codebyhamid