I am facing this issue while using default Authentication feature, I need to change user_login and u...
I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...
Hi, I am in efforts to get unique value to show in View Blade , I need to print Country Name single...
Hi, I have a form like this, {!! Form::open(array('action' => 'InfoController@index', 'method' =&...
Well, When I Access this Route, it just take me to the form page Route::get('hostname', 'DNSControll...
It shows nothing, I think its not checking Route::post('hostname', 'DNSController@lookup');
Hey Thanks for the Reply, I am currenly accessing fist two routes and secondly on my local system, d...
Hi , Just for the New Reader, I have solved my problem with this, Thanks <?php $input = array($d...
The Laravel portal for problem solving, knowledge sharing and community building.