samedi 20 juillet 2019

Laravel save new record returns nothing

I'm trying to save new record, all i get is a white page

even dump and dd for $applicant ->save() returns nothing.

$applicant = new Applicant();
$applicant->first_name = $request->get('first_name');
$applicant ->save();

I expected the record should be saved



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire