Quizzes are a fun and interactive way to test knowledge, engage your audience and reinforce learning. Whether you are an educator, content creator, or simply someone who enjoys sharing trivia, creating your own quiz can be a rewarding experience. In […]
How to create forms in yii 2
In Yii2 we use the ‘yii\widgets\ActiveForm’ and ‘yii\helpers\Htm’ together to create forms.The former class is used to create a form and the later one is to render various form elements like textboxes,radio buttons,checkboxes etc. In this article we will explore […]
How to use session in laravel
Laravel provides more inbuilt method to get and set session data. it’s easy to working with session in laravel.
The main features and components of Laravel
Laravel offers many flexible tools and components for writing code that greatly simplify the development and maintenance of web applications.
Who is an online store on WordPress / WooCommerce suitable for?
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.