API URL: 'company_logo/' + Functions
Tables and Database
| Table Name |
Migration |
| company_logo |
create_company_logo_table.php |
API Files
| Model |
Controller |
| CompanyLogo.php |
CompanyLogoController.php |
Controller Functions
| Functions |
Status |
Remarks |
| create |
used |
file upload |
| retrieve |
used |
text only |
| update |
used |
file upload |
| delete |
used |
|
Table Fields
| Column Name |
Type |
Remarks |
Validation |
| id |
increment |
|
|
| company_id |
unsignedInteger |
|
|
| directory |
string |
|
|
API URL: 'company_logo/' + Functions
Tables and Database
API Files
Controller Functions
Table Fields