It Solution Stuff provide a collection of tutorials about PHP, Laravel Framework, Codeigniter Framework, Mysql Database, Bootstrap Front-end Framework, Jquery, Node JS, Ajax Example, APIs, CURL Example, Composer Packages Example, AngularJS etc. You will find the best example an article about PHP Language. So you can also search tutorial from bellow search box.
Category
Latest Post

Laravel - How to Implement Gravatar Image using thomaswelton/laravel-gravatar
Gravatar is a service that provide unique globally avatars and integrated it into their WordPress.com blogging platform. If you don't have avatar image then you can get Gravatar src image from thier email if it register on WordPress.com. So if you want to implement in your laravel application then i.....

Laravel json response from controller example
If you are working with REST API then you always need to return json data response that way front-end developer can handle it easily. i created bellow controller method in this method i return json array response, that way you can understand very well. laravel 5 provide response() helper and it will.....

Laravel Create and Download Zip File Example using chumper/zipper
Sometimes, we need to create file of our project directory and give to download that zip file to users. we are always prefer zip file because it is very safe and secure from virus. If you want to generate zip file and donwload that file in your laravel 5 application then you do it easily using chump.....

How to uninstall cordova and ionic in ubuntu
If you require to remove cordova and ionic from ubuntu then you uninstall using terminal command. you can uninstall cordova then you can just run bellow command. I added two command one for uninstall cordova and other uninstall ionic framework. <strong>Example:</strong> <pre class="prettyprint lang-.....

How to Send Mail using Sendgrid in Laravel?
Sendgrid is very popular API to send email from our laravel application. It is very fast to send mail and also you can track sended mail. Tracking email is very important feature of Sendgrid api and you can also see how much user open your mail, click on your mail too. In this post i would like to s.....

How to Redirect to External Link with Laravel?
Sometimes you may need to redirect on external URL from our laravel 5 application like if you use something like Amazon API, Paypal API etc. so, Laravel 5 provide away() for redirect other external link for return redirect like bellow example: <strong>Example:</strong> <pre class="prettyprint lang-p.....
Random Post
- How to create a text file for JSON and file download in Laravel?
- How to add pagination with union in Laravel 4 and Laravel 5 ?
- How to get Lat and Lon from google map API in Jquery PHP?
- Mysql Hexadecimal color code store in binary datatype.
- Which MySQL datatype use for store an IP address?
- Autocomplete with images and custom html code in Jquery UI?
- How to set Datepicker in bootstrap?
- How to check Object is empty or not in Jquery/JavaScript ?
- How to add ckeditor with image upload in Laravel ?
- How to remove current changes from local system in Git ?
- How to convert line breaks to br in jQuery ?
- How to create responsive menu in html/PHP ?