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...
mengidd said: What you do is correct, it's probably something in the included file or something els...
OH. I see. I did dd() because the next lines from controller wasn't working. I got it now. Some typ...
It wasnt working. I dd it..to see if it has something or not.. It should return some values entered...
I've already posted both models here. Do you want to see controller files?
This is totally weird. I just noticed that here in the dd output. table is "posts". It sho...
The Laravel portal for problem solving, knowledge sharing and community building.
The community