dsedaj's avatar

dsedaj liked a comment+100 XP

2w ago

Laravel From Scratch (2026 Edition): Ep 30, Show A Single Idea

@WPCN I know, it takes me 1 hour for every 10 minutes of video.

dsedaj's avatar

dsedaj wrote a comment+100 XP

2w ago

Laravel From Scratch (2026 Edition): Ep 30, Show A Single Idea

Fast, switch, switch, fast, fast, switch, switch, fast, fast, fast, switch, go back, switch files.

WAS SOMEONE CHASING YOU JEFFREY ?

dsedaj's avatar

dsedaj liked a comment+100 XP

2w ago

Laravel From Scratch (2026 Edition): Ep 30, Show A Single Idea

These videos go way too fast to code along. From now on I’ll just watch them instead of coding together with you.

dsedaj's avatar

dsedaj liked a comment+100 XP

3w ago

Laravel From Scratch (2026 Edition): Ep 25, Tailwind Theme Setup And Initial UI

Color theme for those looking to copy:

    --color-background: oklch(0.12 0 0);
    --color-foreground: oklch(0.95 0 0);
    --color-card: oklch(0.16 0 0);
    --color-primary: oklch(0.65 0.15 160);
    --color-primary-foreground: oklch(0.12 0 0);
    --color-border: oklch(0.24 0 0);
    --color-input: oklch(0.24 0 0);
    --color-muted-foreground: oklch(0.6 0 0);
dsedaj's avatar

dsedaj liked a comment+100 XP

3w ago

Laravel From Scratch (2026 Edition): Ep 25, Tailwind Theme Setup And Initial UI

Here are the full CSS component files for those looking to copy:

resources/css/components/btn.css

resources/css/components/form.css