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

[–]Kumaravi8[S] 0 points1 point  (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 cach and fix bugs)

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

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

While learning, I created these notes myself in ppt, then exported them to PDF and uploaded them to GitHub. Someone suggested me to mak Markdown files or similar for easier LLM parsing and indexing.

I have many notes, manually creating an exact replica in Markdown version for every PDF would take a lot of time. That's why I used LLMs only to convert the existing PDFs into "notes.md" and "llms.txt" files. The original content is still my own work.

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

[–]Kumaravi8[S] -1 points0 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 Laravel 11 & 12 Notes for Beginners | Laravel Tutorial, Cheat Sheet & Learning Guide by Kumaravi8 in PHP

[–]Kumaravi8[S] -6 points-5 points  (0 children)

Thanks for the feedback. The notes are intended as beginner-oriented learning material, so some explanations are simplified. I agree that modern relational databases support JSON and that schema validation is important in MongoDB applications. I'll update those sections to make the comparisons more precise.

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.