Refactoring To Flowbite

preview_player
Показать описание


----------------------------------------------------
⏱️ HIRE ME ⏱️
Whether you just need someone to consult you on a project or a full stack developer, drop me a message and let's start that conversation!

----------------------------------------------------

👋 SOCIAL MEDIA 👋

----------------------------------------------------

🔗 Links 🔗

Рекомендации по теме
Комментарии
Автор

I gotta say: Hats off to you. I love your style of "Let's do it together live on camera". I really need to get better at just doing stuff instead of trying to plan everything to tedium, which usually leads me to a state of analysis paralysis. You're a great inspiration. Keep up the good work and the great content.

Tuto
Автор

Hi Future Shane, there's an unfortunate limitation of tailwind - it can't read "variable classes" like this:

$bg = 'primary';
<div class="bg-{{ $bg }}"></div>

Because when Tailwind reads it, it'll try to create a class called "bg-{{ $bg }" (without the php processing), but when the page renders, the class is now called "bg-primary" (in this example) which wouldn't exist.

robwatson
Автор

Also, kudos to you for knowing your date formatting characters off the top of your head. That's a solid google search for me every time as soon as I venture away from "Y-m-d H:i:s"

robwatson