Lake Eppalock spilling drone images
Lake Eppalock spilling over, the last time this happened was 2016. A few days later at 135% Click images to view larger.
Lake Eppalock spilling over, the last time this happened was 2016. A few days later at 135% Click images to view larger.
Using invite codes for registrations with the Laravel invite codes package. Having invite codes for your web application means you can limit who you want to register. The Laravel Invite…
Use pretty URLs for your Laravel project by implementing slugs and avoid the integer id as the route key. The following 2 URL examples are for the route /location/{location} This…
How to set a Laravel model’s default orderby column without modifying existing queries or implementing in new calls. This is done using the boot function which is used to override…
Apply an auth middleware to only certain routes in a Laravel resource route without needing to write out each route individually. Generally a CRUD resource route looks like this in…
Simple Centered Bootstrap 5.2 authentication pages; login, register, verify email and reset password. Centered on the page using an auto margin, these clean designs are easy to customize or use…
A modern-looking Bootstrap card element built with Bootstrap version 5.2 Usually the default Bootstrap card has a very defined header and footer consisting of a border and shaded background. This…
Foggs transmission line lookout at Lake Eildon, some incredible sag in the wire as the span is over 2 kilometres.
How to make registered users verify their account email before using the Laravel application. With the baseline Laravel authentication framework Breeze when a user registration or sign-up occurs the user…
A guide on sending an email when a user registers on your Laravel application. This gives you a near-instant notification on registration activity. Whilst the user gets a welcome and…