How to Create Your Own Quiz

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 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 […]