Nick Yeoman's Blog Tags
Laravel out of the box
Updated: Oct. 28th 2022 at 4:05pm
Laravel out of the box explains how to install Laravel, to a working development condition, on a Ubuntu system using Sail and docker.
Read the article: Laravel out of the boxPhp Validation Class
Updated: Feb. 17th 2022 at 4:54pm
This article includes the PHP class I use for simple form validation.
Read the article: Php Validation ClassHow To Install Composer On Ubuntu
Updated: Apr. 11th 2023 at 10:35am
Read the article: How To Install Composer On Ubuntu
Php Heredocs
Updated: Feb. 17th 2022 at 7:12pm
Developers who don’t use heredoc’s have really annoying code to edit.
Read the article: Php HeredocsPhp Mysql Insert From Array
Updated: Apr. 5th 2022 at 2:06am
I first wrote this article in 2009 when CodeIgniter’s active record class did most of the db work for you. Eventually I'll update this to talk about my php class helper for MySQL.
Read the article: Php Mysql Insert From ArrayRedirect Based On Browser (user agents)
Updated: Jul. 18th 2022 at 12:23am
Read the article: Redirect Based On Browser (user agents)
Php Sessions
Updated: Feb. 17th 2022 at 5:34pm
This is a brief introduction to PHP sessions. Creating sessions are very easy!
Read the article: Php SessionsCompress and Combine CSS
Updated: Feb. 18th 2022 at 4:06am
In this article I'm going to show you how I merge and compress my CSS files using PHP.
Read the article: Compress and Combine CSS