1、 use Illuminate\Support\Facades\Schema; 2、 $columns = Schema::getColumnListing('admins'); dd($columns);