Default codeigniter doesn’t have any of templating features you have add or create layout manually for your codeigniter site
How to use ngshow and nghide in angularjs
ngShow and ngHide known as a directive in angularjs. As per names you can guess it’s uses for show or hide the given HTML element.
Remove public from url laravel
Default laravel access url will be http://example.com/public/. so you need to remove “public” from url to get clean urls in laravel 5.
Form validation with angularJS
If we want to implement client-side form validation try to make your form validation with angularjs, a new js framework available that’s angularjs.
Remove index.php from url in yii2
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.