Creating a form to upload multiple files using Laravel 9 with file type and size validation. Included is a controller,…
How to do an image upload form and handler in Laravel 9 with file validation. Included is a controller, upload…
A little bit of sunny Autumn bushwalking. Photos were taken with Sony a6500 and 18-105mm f4 lens. Click images to…
Using the Laravel route() helper function to generate URLs for named routes. This follows on from creating named routes where…
A method to view your Laravel routes with PHP code that is an alternative to the command php artisan route:list…
How to view a raw Laravel database query from the DB facade with its bindings. This is a good method…
Naming routes in Laravel isn't a necessity however it makes referencing so much easier when you want to reference a…
How to organize Laravel routes into separate files for better organization and readability. This isn't something that would be done…
Prevent Laravel from showing the directory structure and instead show your application when using Apache. This is done by creating…
Another seemingly hidden feature with yt-dlp is the ability to save the YouTube video comments into a JSON file. With…