added file upload for both company profile picture and registration certificate

This commit is contained in:
Aqeeb Imtiaz Harun
2018-05-07 11:11:57 +08:00
parent 6c5e0b6e0e
commit 2da890f36e
9 changed files with 85 additions and 19 deletions
@@ -16,6 +16,7 @@ class CreateCompaniesTable extends Migration
Schema::create('companies', function (Blueprint $table) {
$table->increments('id');
$table->string('company_profile');//->default('default.jpg'); //need to check about storage type
$table->string('reg_cert');
$table->string('company-name');
$table->string('registration-no');
$table->string('tax-no');