ItSolutionStuff.com

Featured Post

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 Mar 9, 2017 | MySql, Codeigniter Read More
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 Mar 5, 2017 | PHP, Laravel Read More
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 Mar 2, 2017 | Laravel, MySql Read More
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 Feb 28, 2017 | Codeigniter Read More
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 Feb 26, 2017 | Laravel Read More
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 Feb 26, 2017 | PHP, HTML, Codeigniter Read More
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 Feb 24, 2017 | Installation, Ubuntu, Node JS, React JS Read More
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 Feb 23, 2017 | Laravel Read More
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 Feb 21, 2017 | jQuery, Angular Read More
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 Feb 19, 2017 | PHP, Bootstrap, HTML, jQuery, MySql, Codeigniter Read More
Popular Posts