SYED MHAMUDUL HASAN

Enable Cors in laravel 5

01.Create a laravel project

02.Create middleware

03.Cors file

04.In kernel.php add in Details…

SYED MHAMUDUL HASAN

Random with Yii2

##for gridview widget #conroller

and #view

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…