Laravel WhereIn() and WhereNotIn() with Subquery Example
As you know laravel is very popular php framework in today. So every point will be require for database related and that important. In this post i would like to share with you how to use subquery with.....
Laravel 11 JQuery Ajax Pagination Example
In this post, I will show you how to add jquery ajax pagination in laravel 11 application. As you know, pagination is a very basic requirement of any admin panel, ERP, or backend panel. Pagination he.....
Codeigniter Image Upload with Validation Example
In this post, we learn step by step codeigniter image uploading from scratch. Image Upload functionality is a very basic require to all most back-end project for like user profile picture upload, prod.....
PHP Ajax Dependent Dropdown List Example
In this post, i am going to share with you how to make dynamic dependent dropdown list using jquery ajax with php MySQL. In this simple example through we understand how to work dependent dropdown in .....
Laravel Notification Alert using Bootstrap Notify Plugin Example
We always require to notification alert after some action like if you remove items then notification popup will open with message like "Item removed successfully", same as on every action like create,.....
Magento - How to Solve One or More Indexers are Invalid by Command Line?
When i was starting to work on my magento project from scratch, i installed successfully but when i added two or three products but it was not displaying on homepage or category page. I though what wi.....
How to Get Last Record in Codeigniter?
In this post we are going to learn how to get last single record from MySQl database table using Codeigniter database library. We sometime require to get only single row result in our Codeigniter app.....
Laravel Custom Helper Facade Class Example
Today, In this post i am going to share with you how to create custom global helper functions using Helper Facade in our laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 1.....
How to Search Comma Separated Values In Laravel?
Sometimes, we require to manage to take single column for multiple integer ids, for example if we have "posts" table and require to set multiple tags on each post, so at that time we can take just sin.....
How to Get Last Inserted ID in Codeigniter?
Sometimes, we require to get last insert record id from database in controller, so in this example we will learn how to get last inserted row id in Codeigniter 3 project. It's very often need to get .....
Laravel User Access Control using Middleware Example
We always require to built user access control in our application, when we start. I posted <a href="http://itsolutionstuff.com/post/laravel-52-user-acl-roles-and-permissions-with-middleware-using-entr.....
Codeigniter Generate PDF from View using Dompdf Example
In this tutorial, i am going to share with you how to create pdf file from html view using dompdf library in Codeigniter 3 application. We will integrate dompdf library from scratch so no issue if you.....