Lake Eppalock spilling drone images

3 years ago

Lake Eppalock spilling over, the last time this happened was 2016. A few days later at 135% Click images to…

How to use the Laravel invite codes package

3 years ago

Using invite codes for registrations with the Laravel invite codes package. Having invite codes for your web application means you…

Using a slug as the route key in Laravel

3 years ago

Use pretty URLs for your Laravel project by implementing slugs and avoid the integer id as the route key. The…

Setting the order by column for a Laravel model

3 years ago

How to set a Laravel model's default orderby column without modifying existing queries or implementing in new calls. This is…

Laravel auth middleware on specific resource routes only

3 years ago

Apply an auth middleware to only certain routes in a Laravel resource route without needing to write out each route…

Centered Bootstrap 5.2 Login, register and forgot password pages

4 years ago

Simple Centered Bootstrap 5.2 authentication pages; login, register, verify email and reset password. Centered on the page using an auto…

A modern Bootstrap 5.2 card design

4 years ago

A modern-looking Bootstrap card element built with Bootstrap version 5.2 Usually the default Bootstrap card has a very defined header…

Foggs transmission line lookout at Lake Eildon

4 years ago

Foggs transmission line lookout at Lake Eildon, some incredible sag in the wire as the span is over 2 kilometres.…

How to ensure users verify their email with Laravel

4 years ago

How to make registered users verify their account email before using the Laravel application. With the baseline Laravel authentication framework…

Laravel send email notification when a user registers

4 years ago

A guide on sending an email when a user registers on your Laravel application. This gives you a near-instant notification…