How to check column is exists or not in a table using Laravel?

if(Schema::hasColumn('admin', 'username')) ; //check whether admin table has username column { // write your logic here }

Popular posts from this blog

json_encode() escaping forward slashes

What Is PHP Form Validation

PHP File Create/Write