Web Development Tutorials

Web Development Tutorials

Practical web-dev,
one tutorial at a time.

NdrieL is a web-development tutorials site — clear, step-by-step guides for WordPress, PHP and Laravel, each one worked through from the first line of code to a result you can run. No fluff — just the steps that work.

WordPress PHP Laravel MySQL Apache
//

Start here

New to the stack? Work through these in order — from setup to a running app.

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
//

Latest tutorials

Programming

Create A Shortcode In WordPress

A shortcode lets an author drop dynamic output into any post by typing a small tag in square brackets. This tutorial builds three shortcodes…

July 19, 2026

Programming

Enqueue CSS And JavaScript In WordPress

Load stylesheets and scripts the WordPress way, with wp_enqueue_style() and wp_enqueue_script() on the wp_enqueue_scripts hook. This tutorial builds a small plugin that enqueues a…

July 19, 2026

Server Administration

Install WordPress Locally On Windows

Run WordPress on your own Windows machine with XAMPP, a free bundle of Apache, MariaDB, PHP, and phpMyAdmin. This tutorial installs the stack, creates…

July 19, 2026

Programming

Register A Custom Post Type In WordPress

Add your own content type to WordPress by calling register_post_type() on the init hook. This gives you a Book type with its own admin…

July 19, 2026

Programming

Send an Email in PHP

Send email in PHP two ways: the built-in mail() function for the simplest case, and PHPMailer over authenticated SMTP for HTML messages, attachments, and…

July 18, 2026

Programming

Upload a File in PHP

Handle a file upload in PHP by pairing an HTML multipart form with a script that reads $_FILES and calls move_uploaded_file(), validating the file's…

July 17, 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

Programming

Manually Update to WordPress 6.2.2

It’s time to update WordPress to version 6.2.2. This minor release addresses 1 bug and 1 security issue. And because this is a security…

May 20, 2023

//

Most read

2 1,710 views
3 1,700 views
4 1,412 views
5 1,304 views
6 1,211 views
//

Browse by topic