In this PHP tutorial, we’ll learn how to make pagination with PHP and MySql. The pagination can be ajax-based, but in this case, I’m creating pagination without ajax. To create dynamic pagination, I’m using bootstrap3 and PHP5. I’m assuming you’ve got a table and some data.
Simple Laravel 8 Layouts Using Blade and Bootstrap 4
This tutorial help to create a theme layout using laravel 8 and bootstrap 4. I am using the blade template engine to create a theme layout in laravel 8.
Laravel 8/9 Logs Management with Example
This tutorial helps to understand laravel 8/9 logging. The logging help to understand what’s happening in your application. You can also identify the error line with the correct understandable exception message.
Simple Uses of Laravel 8/9 Routes Group
This tutorial help to understand Laravel 8/9 group with example. We will create a route group in Laravel 8, bind similar type of routes into a group. We can also define routes prefix and apply middleware. Routes Groups are helpful in the situation when you want to apply one attribute to all the routes.
Concatenate Multiple Columns in MySQL
in this tutorial, We’ll concatenate two or multiple columns in MySQL.We will select the values and concat multiple columns using MySQL inbuilt method.