Using Laravel cache to set, get and forget data
Using Laravel cache to store data in a cache, get the cache and then forget the data cache. Laravel makes caching extremely easy and should be implemented if you are…
Using Laravel cache to store data in a cache, get the cache and then forget the data cache. Laravel makes caching extremely easy and should be implemented if you are…
Download a YouTube videos subtitle file and choose a specific subtitle file format using yt-dlp. To list the available subtitles on a YouTube video with yt-dlp: yt-dlp –list-subs VIDEOURL If…
How to search and get YouTube videos using the yt-dlp command line tool. You can either list the video id’s and title or instantly download the video. Searching YouTube videos…
In what might be the final post on learning Laravel with this being the week 3 blog post. The outcome being I released my first project made with Laravel which…
Continuing on from week 1 in learning the Laravel Framework was spent working on a CRUD project. Doing the routes, views and controller functions for index, show, store, edit, create…
Learning the Laravel framework is something I have wanted to do for some time now. Here is what I found easy with Laravel from my understanding after just 1 week…
Victoria Park Lake Shepparton drone video. For images go here.
How to show and hide different data series on an ApexCharts chart by using buttons. Using ApexCharts methods gives the ability to modify a chart or graph after it has…
How to toggle the data series on an ApexCharts chart using buttons without doing a page reload. ApexCharts methods is the process to modify a chart or graph after it…
A Bootstrap table row update button with a spinner. The button has a spinner loader whilst an Ajax call completes to determine the status text and colour. CodePen link. …