Skip to content
FLAVIO COPES
flaviocopes.com
2026

The Laravel Guide

By

Learn Laravel: a guided path through routing, Blade templates, migrations, Eloquent, authentication, forms, and deployment with Laravel Forge.

~~~

Laravel is the most popular PHP framework, and one of the most productive ways to build a full web application today.

It gives you everything out of the box: routing, database access, authentication, templating, queues, CLI tooling. The conventions are strong and the documentation is excellent. You spend your time building features, not wiring infrastructure.

I wrote a series of tutorials that takes you from zero to a working, deployed Laravel application. This page organizes them into a learning path.

If you’re new to PHP itself, start with the PHP guide first, then come back here.

Where to start

Follow these in order. They build on each other:

At this point you have a working app that accepts user input and stores it. That’s the core loop of most web applications.

Authentication

Most real apps need users to log in. Laravel makes this surprisingly easy with Breeze:

Styling and tooling

Two posts to round out the developer experience:

Deployment

When your app is ready, ship it:

Go deeper

I collected all of this in the free Laravel Handbook. It walks through building a complete application from scratch, and you can download it as PDF or EPUB.

All posts on this topic are in the Laravel tag archive.

Tagged: Laravel · All topics
~~~

Related posts about laravel: