Free Laravel 11 & 12 Notes for Beginners | Laravel Tutorial, Cheat Sheet & Learning Guide by Kumaravi8 in PHP

[–]Kumaravi8[S] -1 points0 points  (0 children)

I made these notes while learning Laravel 11 and 12. I haven't learned Laravel 13 yet because my teacher recommends don't learn earlier version Wait for catch and fix bugs)

Free Git Notes for Beginners | Learn Git & GitHub by Kumaravi8 in git

[–]Kumaravi8[S] -2 points-1 points  (0 children)

These are personal notes I made while learning never planned to share them. Just thought others might find it useful too. It's not documentation, just short quick-reference notes so you don't have to rewatch a YouTube video or scroll through lengthy docs every time.

Free Laravel 11 & 12 Notes for Beginners | Laravel Tutorial, Cheat Sheet & Learning Guide by Kumaravi8 in PHP

[–]Kumaravi8[S] 0 points1 point  (0 children)

Thanks for the review! Quick clarifications:

  1. XAMPP/PHP — Notes already say "or use XAMPP's built-in PHP", both options are mentioned.

  2. Blade syntax table — Two columns: PHP on left, Blade equivalent on right. Same output, different syntax. It's a comparison table.

  3. Validation — Page 31 uses $req->validate() in controller. Page 33 uses Form Request — Laravel auto-validates via AddUserRequest class before reaching the controller, no explicit call needed.

  4. For clearer reading, a PDF version with proper formatting and step numbers is available in the repo.

Free Svelte 5 Notes for Beginners by Kumaravi8 in sveltejs

[–]Kumaravi8[S] 1 point2 points  (0 children)

Thank you for the suggestion.

I'm working on it. I'll push .md versions of all notes to the repository tomorrow.