ItSolutionStuff.com

Featured Post

Codeigniter Multiple Database Connection Example

Codeigniter Multiple Database Connection Example

Today, I want to share with you how to connect multiple databases in PHP CodeIgniter 3 application. it is very easy to configure multiple databases in CodeIgniter app. you can simply add database quer.....

By Hardik Savani Feb 27, 2018 | Codeigniter Read More
Laravel 5.6 CRUD Application for Starter

Laravel 5.6 CRUD Application for Starter

Here, I would like to share with you basic crud(create, read, update and delete) application module in laravel 5.6 version. In this port i will show explain simple inert update delete application in l.....

By Hardik Savani Feb 19, 2018 | PHP, Laravel, Bootstrap, MySql Read More
How to Get and Set Config Variables in Codeigniter?

How to Get and Set Config Variables in Codeigniter?

Today, i would like to share with you how to set config item value in our codeigniter project. as well as i will share with you how to read that variable value that way we can use global variable in c.....

By Hardik Savani Feb 15, 2018 | PHP, Codeigniter Read More
How to install Adminer with PHP Laravel?

How to install Adminer with PHP Laravel?

Today, i am going to share with you how to install adminer in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 application. As we know adminer is similar like phpmyadmi.....

By Hardik Savani Feb 4, 2018 | PHP, Laravel Read More
How to implement and use DataTables in CodeIgniter?

How to implement and use DataTables in CodeIgniter?

Datatables is one of the best libraries for display data in tabular format and easily ajax search, sort, pagination etc. here I give you an example of CodeIgniter 3 with database ajax integration exam.....

By Hardik Savani Jan 28, 2018 | Codeigniter, Ajax Read More
API Testing Tools in Laravel Example

API Testing Tools in Laravel Example

In this post, I would like to create your own laravel API testing tool in your laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 application. you can install API tester .....

By Hardik Savani Jan 21, 2018 | Laravel Read More
PHP AngularJS Add Remove Input Fields Dynamically Example

PHP AngularJS Add Remove Input Fields Dynamically Example

today i would like to share with you how to implement add more add and remove textbox dynamically using angularjs with PHP. you can easily adding form fields dynamically and save in mysql database. I.....

By Hardik Savani Jan 14, 2018 | PHP, Bootstrap, MySql, Angular Read More
How to Send Mail using Queue in Laravel?

How to Send Mail using Queue in Laravel?

In this tutorial, I would like to share with you how to create queue job for email send in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11. We can use database, redis,.....

By Hardik Savani Jan 7, 2018 | Laravel Read More
PHP Ajax Multiple Image Upload with Preview Example

PHP Ajax Multiple Image Upload with Preview Example

Today, i would like to share with you multiple image upload with preview using jquery ajax in PHP. This Tutorial will help to learn JQuery Ajax multiple images upload example in PHP with demo. demo of.....

By Hardik Savani Dec 31, 2017 | PHP, jQuery, Ajax Read More
How to Create Captcha Code in Laravel?

How to Create Captcha Code in Laravel?

Today, i want to share with you how to implement simple captcha code with refresh button in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 app form. In this tutorial .....

By Hardik Savani Dec 24, 2017 | Laravel Read More
Popular Posts