If you are working with angularjs. Then you will found there are many of directives exist to make your work easy.
Access denied for user ‘homestead’@’localhost’ laravel 5
After install laravel 5 successfully and setup database configuration correctly. when i go to auth/register page and filling up user details
Integrate paypal using ci-merchant in codeigniter
There is also a step by step guide included on official site. I am just used ci-merchant library for implementing paypal express checkout in codeigniter site, and i really like this simple and easy library.
How to use captcha in Laravel 5
Sometimes we should use captcha on our form to prevent spams, bots etc. There is also more captcha open source library, mostly used library is Google reCAPTCHA.
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.