We really need template in our any type of site like divide layout in footer, header, middle. called layout or templating.
Install laravel via laravel installer windows
Laravel 5 has new method to install via laravel installer on all operating systems like windows, ubuntu, mac etc and for xampp or wamp.
How to include css and js in Laravel 5
It’s a basic need to include external or internal css and js in our application. Also laravel 5 has many ways to include css and js in application.
Custom form validation in codeigniter
codigniter have most of form validations inbuilt but sometime we need to apply our own or custom validation on form fields like mobile, email etc. In codeigniter we can easily apply our custom validation
How to use captcha in codeigniter
A program that use for human verification or program which protect websites against bots, spam etc.
How to create GUID in php
guid stands for globally unique identifier generally used to create random unique strings in php, create access token in php. It’s easy to generate or use guid in php.
5 Best Free SEO Plugins For WordPress
I also have my own blog and and spend more time to search which is best suitable SEO plugin for me.
Integrate ckeditor in codeigniter
CKEditor is a text editor used by mostly sites and also under public license. it’s easy to use with php but need more effort to use ckeditor in codeigniter.
Customize alert box javascript-alertifyjs
Sometime we need to make stylish alert and confirm box in javascript. default browser dialogs never looked so good for make dialogs stylish there are a good library for this.
Turn on maintenance mode in laravel
If you are working with laravel. There is all hard task you can do simply. That’s why i like laravel. A simple example of it’s simplicity