If you are going to work with ajax data post to controller or route in laravel 5. There are some need to get ajax call work correctly.
Send csrf token using angularjs in laravel
Sometimes we need to use angularjs in our form to validate or posting data in laravel. there is also need of csrf token match.
Unavailable access to phpMyAdmin via network or IP address in XAMPP
This is an error mostly shows on xampp server. let’s discuss how to access Phpmyadmin when not accessible in network or using ip on xampp.
Redirect to ssl in codeigniter
HTTPS :- Full name is (hyper text transfer protocol secure). It’s a extended or you can say secure version of the HTTP(hyper text transfer protocol).
Pass data from controller to view laravel
Sometimes we need to pass data from controller to view in laravel 5 like working with database query, select option and more.
Post form data using angularjs
Most of developers using jquery, ajax to post form data. But now a new library comes out with named angularjs.
Add class dynamically using angularjs
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.