Web Development Tutorials
//

Tag: Laravel

Programming

Query the Database With Laravel Eloquent

Eloquent maps each table to a model class, so you read and write rows by calling methods instead of writing SQL. This tutorial covers…

August 9, 2026

Programming

Validate a Form in Laravel

Laravel checks incoming form data against a list of rules before your controller runs, then redirects back with the errors and the old input…

August 8, 2026

Programming

Create a Database Migration in Laravel

A migration defines a table in PHP instead of hand-written SQL, and keeps that definition versioned alongside your code. This tutorial generates one with…

August 8, 2026

Programming

Install Laravel On Windows

Learn how to install Laravel on windows with composer. Create a web application with Laravel framework that provides a structure and starting point. Laravel…

May 27, 2023