A new version of yii framework has been launched with named yii2. So you getting a new directory structures and file locations for cleaning urls.
How to create pagination in laravel
When working with thousand or millions of record or working with bunch of data and need to show them then we need to divide into more pages to show all data in parts.
Routing in angularjs using ui-router
AngularJS provides a simple way to create single page applications. To create single page applications we need to use routing.
Authentication with Laravel 5
Authentication with laravel 5 is more handy rather laravel 4. everything you need to login authentication is already configured for you.
How to install sublime text 3
I am also using sublime text 3 text editor as a code editor. As per official site says about this “Sublime Text is a sophisticated text editor for code, markup and prose.You’ll love the slick user interface, extraordinary features and […]
Laravel command not found ubuntu mac
Installing laravel via laravel installer so easy but sometime we stuck with some commands. this is new and fast method of it’s installation.
Add color picker to wordpress theme or admin panel
Before wordpress 3.5, you need to add manually color picker js and css files to integrate a color picker
How to create pagination in codeigniter
A another feature why use framework for site that we can easily create pagination in codeigniter it’s own pagination library with less code and less time.
Facebook login for codeigniter using graph api
Remove hassle of long register and login process and allow users to one click login for your site using facebook login.
Create custom library in codeigniter
Codeigniter libraries means classes which located in libraries directory. so for create our own custom library in codeigniter we need to build classes and store class