Route::get('admin', 'AdminController@index'); Route::get('adduser', 'AdminController@adduser'); Rou...
<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...
makzumi said: This sounds like your object does not exist OR that it is an array... This adding an...
CMIIW, all folders is important so u need to upload it all, save all folders except public to one fo...
bikasoon said: You can use mutators. Accessors and mutators allow you to format Eloquent attributes...
public function store_user(Request $req) { mod_user::create($req->all()); Session::...
dapseen said: @DHCN04 I had the same issue today when working on a web App I presumed that you have...
The Laravel portal for problem solving, knowledge sharing and community building.