aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/StdRegistrationDocumnet.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class StdRegistrationDocumnet extends Model { protected $primaryKey = 'idRegDocument'; protected $table = 'registration_documents'; protected $fillable = ['photo', 'aadharCopy', 'marksheet', 'migrationCertificate', 'slc','otherdoc']; }