Laravel comes up with a paginator that generates HTML compatible with the Tailwind CSS framework. But Laravel allows you to…
Imagine you want to define some variables that can be accessed from anywhere in your laravel project. To achieve that,…
Sometimes we want to show random data from a table. Eg. Showing 10 random blog posts from 1000s of posts.…