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.