ItSolutionStuff.com

Latest Posts

Laravel Notification Alert using Bootstrap Notify Plugin Example

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,.....

By Hardik Savani May 5, 2021 Category: Laravel
Magento - How to Solve One or More Indexers are Invalid by Command Line?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Get Last Record in Codeigniter?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel Custom Helper Facade Class Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Search Comma Separated Values In Laravel?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Get Last Inserted ID in Codeigniter?

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 .....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel User Access Control using Middleware Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Codeigniter Generate PDF from View using Dompdf Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Ubuntu - "/usr/bin/env: ‘node’: No Such File or Directory" - Solved

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Create Database Seeder in Laravel?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Copy to Clipboard without Flash in AngularJS?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Codeigniter Ajax CRUD Tutorial Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Popular Posts