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.....
Ubuntu - "/usr/bin/env: ‘node’: No Such File or Directory" - Solved
<br/> In this post i want to share one issue that i fetch. When i started working on my react js project first time on my ubuntu 16.04, i installed npm and then after i run bellow command: <pre> npm i.....
How to Create Database Seeder in Laravel?
Hey, Today, I will let you know example of how to create seeder in laravel. I’m going to show you about laravel seeder multiple records. you can understand a concept of how to make seeder in laravel.....
How to Copy to Clipboard without Flash in AngularJS?
In this post we are going learn how to copy to clipboard in AngularJS application using ngclipboard js plugin. I provide very simple example using CDN, so you can simply run and understand well. when.....
Codeigniter Ajax CRUD Tutorial Example
Today, i am going to share with you how to create CRUD Application with pagination using JQuery Ajax in Codeigniter 3. CRUD is a basic step of any Core Language or framework. CRUD stand for Create Re.....