Introduction to Laravel

Session Category Sessions off the "Drupal Island" Audience Intermediate

This is an intro to the Laravel framework, from a very practical point of view - instead of going through Laravel features topic by topic, we will just create our first small project of viewing and managing the blog, learning those Laravel features along the way.

Take aways:

In this workshop, I intentionally skip some of the deeper theories and focus on the practical skills - delivering the actual working project.
I will use PHPStorm's Junie PHP AI agent to help along the way, using AI rules/guidelines from Laravel Boost.

Course Material:

We will be using the terrific Laravel Daily intro course Laravel 12 for beginners from Povilas Korop and his Laravel Daily site. Buy a subscription (worth every penny), and get his newsletter.
(I used to use the Laravel Chirper starter course but I find Povilas's one is better)

Ideal audience & Prerequisites:

To start with this course, I assume you already work with PHP, also have HTML and CSS basics.
You will have some familiarity with the command line.
Install PHP and required libraries to your development machine using Laravel Herd.

About the Trainer