Laravel Tutorials

Livestream: Building your first Laravel Application

Published
Livestream: Building your first Laravel Application image

Sometimes we need to go back to basics, so looking back at building your first Laravel Application is something that shouldn't be overlooked.

This livestream goes through how to install and set up your Laravel application using Laravel Sail, then how we can use routes and controllers to control the URLs and how they work. We also go through blade views and view components, looking at how we can create our user interface. Then looking at eloquent, so we can set up models, model factories and database seeders so that we are able to store data in a database and create test data for our application.

All of this uses PestPHP for testing, so that from the beginning we know everything is going to work.

Be sure and subscribe to the Laravel News Youtube channel to get notified when we release new live streams.

Steve McDougall photo

Educator and Content creator, freelance consultant, API evangelist

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article