Laravel
A batteries-included PHP framework.
Laravel is taught here in 3 lessons, running from Installation and routing through to Migrations and validation. Each lesson takes one topic, shows the working code, and links onward to the next, so the course can be read straight through in order.
| Track | Back-end Development |
| Lessons | 3 |
| Level | Beginner |
| Reading time | about 39 minutes |
| Prerequisites | Helpful, but not required: Spring Boot |
Lessons
- Installation and routingCreate a project, learn the Artisan commands you will actually run, and define routes that stay readable.
- Controllers, Blade views and Eloquent modelsThin controllers, templates that escape by default, and models whose relations do not issue a query per row.
- Migrations and validationVersioned schema changes you can roll back, and rules that keep unvalidated input away from the database.
More in Back-end Development
Node.js PHP Java HTTP Go Rust Spring Boot Ruby GraphQL
FAQ
How long does the Laravel course take?
It has 3 lessons, about 39 minutes of reading. Expect roughly twice that if you type out and run every example.
Do I need prior experience for Laravel?
Not strictly. It helps to have read Spring Boot first, because some lessons build on it, but every lesson explains its own assumptions.
What should I read after Laravel?
Continue with Ruby (3 lessons), the next course in Back-end Development.
Last refreshed 2026-09-18.