چگونه کد بخوانیم
How to Read Code
To improve as a developer, you must focus on three things: learning, reading, and writing. Or, in other words, learn from somebody more seasoned than you; read a lot of code; and write your own code daily. This series will focus on the reading component. Together, we'll mentally parse an open source project. How was it constructed? What are the routing conventions? How are the controllers structured?
قسمتهای دوره
آن را به صورت محلی اجرا کنید
5m 31sGet the laravel.com source running locally and learn how its docs are loaded, parsed, and versioned in hands-on, step-by-step lessons.
پیدا کردن صفحه مستندات
10m 56sExplore how Laravel loads and presents Markdown documentation pages, uncovering the process behind delivering content smoothly to users in your app.
تجزیه Markdown
8m 18sDiscover how Laravel loads, compiles, and caches Markdown for documentation pages, revealing the workflow behind seamless content parsing and delivery.
رندر کردن مستندات
6m 47sLearn how to render parsed Markdown documentation in views and handle invalid pages gracefully, ensuring smooth content display in your Laravel app.
کش کردن کل صفحه
10m 33sDiscover how Laravel.com boosts performance with full page caching, serving fast cached HTML responses instead of booting the framework on every request.
سایت مستندات خود را با توسعه مبتنی بر تست بسازید
35m 6sBuild a versioned Markdown docs site from scratch using TDD. Learn smart mocking, real-time facades, and key testing techniques for clean, reliable code.




