User login authentication process is easy in laravel. User authentication process is already configured for you.
How to install Yii2 on windows xampp
There are two ways in which you can install yii2 on your windows xampp server using composer tool or manually.
Create layouts or templating in codeigniter
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.