Summer Sale! All accounts are 50% off this week.

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.

Ali-Hegzy's avatar

Ali-Hegzy wrote a reply+100 XP

6mos ago

How to move in the path with the new content?

I am following it right now, but I get distracted when I saw the new playlist "Laravel from Scratch 2026" then I hesitated, wondering whether to watch "30 Days to Learn Laravel" that was in the path or watch the new playlist instead?

Ali-Hegzy's avatar

Ali-Hegzy liked a comment+100 XP

6mos ago

How to move in the path with the new content?

If you are referring to the Laravel From Scratch 2026 and 30 Days To Learn Laravel, well they are basically the same thing, it doesn't really matter that much which one you choose. I would go with the From Scratch one.

Ali-Hegzy's avatar

Ali-Hegzy started a new conversation+100 XP

6mos ago

How to move in the path with the new content?

Hello guys, Now I am moving in the learning path in the web site - I am still in PHP for Beginners - and I saw the there is new Laravel playlist uploaded on the web site, so my question is When will I watch the new series after "30 days to learn Laravel" or before it, and why?

EDIT: The path on the website has been modified, and the "30 days to learn Laravel" has been replaced with "Laravel from scratch (2026 Edition)". Thanks to everyone who helped me.

Thank You.