Tiny quality of life improvement if you're using the new Laravel Starter Kits... you can enable these tooltips for collapsed sidebars with a small modification to the `nav-main.tsx` file.
March 16, 2025 at 1:39 AM
Tiny quality of life improvement if you're using the new Laravel Starter Kits... you can enable these tooltips for collapsed sidebars with a small modification to the `nav-main.tsx` file.
If you're building a SaaS product then store as UTC in DB and then convert at the app level based on the user or tenant timezone settings.
But... if you're building an internal company app and there won't ever be a need for timezones, cheat a little and change the app config file if you want.
November 23, 2024 at 3:17 AM
If you're building a SaaS product then store as UTC in DB and then convert at the app level based on the user or tenant timezone settings.
But... if you're building an internal company app and there won't ever be a need for timezones, cheat a little and change the app config file if you want.