An entrepreneur can have a large-scale offline business, but not know anything about online commerce. It is for such cases that WooCommerce exists – a plugin that turns a regular WordPress site into a full-fledged online store.
Is PHP suitable for beginners
Despite the fact that the global IT community has long predicted a decline in PHP, today about 80% of all websites use it as a server language.
How to install laravel on windows xampp
How to install laravel on windows xampp :- Now time of frameworks in php like laravel, codeigniter etc and easy to install php frameworks on local server like xampp, wamp etc. Below we will see installation steps of a php […]
Upload files in laravel 5
Upload files or images in laravel 5:- It’s easy to working with files or images in laravel 5. we can easily validate and upload files in laravel 5. laravel 5 have it’s own functions to make files upload easy and […]
Post data using ajax in laravel 5
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.