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

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

Random with Laravel

*Command

in UserGenerator in

add app/Console/Kernel.php

and run in console

https://code.tutsplus.com/tutorials/your-one-stop-guide-to-laravel-commands–net-30349 Details…