SYED MHAMUDUL HASAN

Ajax Form in Laravel with validation

//http://code4fun.io/post/laravel-ajax-register-and-login #view

#route Route::get(‘/’,’CustomValDemoController@customVali’); Route::post(‘/ajax’,’CustomValDemoController@ajax’); #conroller

SYED MHAMUDUL HASAN

Request Validation and Custom Validation with Image File Input in Laravel 5

01.Create a controller

02.Route

03.Controller

04.and finally the view uploadfile.blade.php

05.Create Details…

SYED MHAMUDUL HASAN

Working with Database in Yii2

Create a database yiibasic #database

create a model