If you want to add next previous button on pagination in Laravel 6?, then read this article, you learn here how to create pagination in Laravel with next and previous button. We can customize the pagination link with the next and previous buttons in … [Continue reading] about Laravel Pagination Next Previous
Laravel Multiple db Connections
In this post, I am going to explain "How to connect multiple databases in Laravel 6". In Laravel, we can use a multi-database connection in the application. Many times we need to use multiple databases in an application. I will give you step by … [Continue reading] about Laravel Multiple db Connections
How To Define Constant Variable in Laravel?
In this post, I am going to explain "how to define a constant variable in Laravel". we can create any type of constant variable like an array, String, Integer, etc. And can access anywhere in application like view, Controller, middle-ware, … [Continue reading] about How To Define Constant Variable in Laravel?
Create Custom Helper Function in Laravel
In this post, I will guide you "how to create a custom helper file in laravel". I will give you some simple steps for creating a custom helper function in the Laravel 6 application. As we know Laravel 6 also provides a helper function for an … [Continue reading] about Create Custom Helper Function in Laravel
What Is Git ? And why use GIT?
What Is Git? It is a free and open source distributed version control tool designed to handle everything from small to very large projects with speed and efficiency. Git is used for non-linear workflows by providing data assurance for … [Continue reading] about What Is Git ? And why use GIT?