Ali-Hegzy's avatar

Ali-Hegzy liked a comment+100 XP

1w 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

Ali-Hegzy's avatar

Ali-Hegzy liked a comment+100 XP

1w 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);
Ali-Hegzy's avatar

Ali-Hegzy started a new conversation+100 XP

1mo ago

Is laravel deal with localhost as a safe domain?

Hello, while I am watching "laravel from scratch 2026" in 'form' video an 419 error appeared to Jeffery way, but it does not appear to me [I used 127.0.0.1 not project.test] , so by little discussion with Gemini AI it said that laravel deals with localhost as a reliable and secure local scope for the situation, so I want to make sure that this information is correct from developers here as AI may be say wrong information.

Thank you.

Ali-Hegzy's avatar

Ali-Hegzy liked a comment+100 XP

5mos ago

A problem in the exam submition

I ran into the same problem. I filled in all the questions for the first exam but the button always submits the page and returns a 403 error

Ali-Hegzy's avatar

Ali-Hegzy liked a comment+100 XP

5mos ago

A problem in the exam submition

Thanks, everybody. The issue is that the exams feature requires an active subscription - but one of the pages didn't have the proper authorization. That's why you received a 403 when submitting.

Sorry for the confusion! All patched up now.