I have this basic structure in my blade file <div class="container1"> //some cont...
I'm making an web app where people create their profile and upload pictures with its description. No...
Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...
Migration files user table <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Databa...
I'm new to this. anmd certainly doing something wrong. When I enter email address in email field, th...
thomastkim said: dd($user->profile); There should be no relationship here. Status is not a rela...
RossTsachev said: Try $user->profile->userStatus() it was my tyop here. I still can't fetch...
dd($user->profile); results into Profile {#188 ▼ #table: "posts" #fillable: array:3 [▼...
The Laravel portal for problem solving, knowledge sharing and community building.