Laravel Basics: Routing and Controllers
A practical introduction to the Laravel framework: routing, controllers, Blade templates and Eloquent.
Laravel is the most popular PHP framework. This tutorial gets you productive fast: routes, controllers, Blade, and a first Eloquent model — the four pillars you'll use in every Laravel app.
✓
Requirements
PHP 8.2+, Composer installed, and a Laravel project ready (composer create-project laravel/laravel example-app).
Advertisement
Tutorial Lessons
Advertisement