table exists or not laravel code example Example: check table exists in db laravel if (!Schema::hasTable('table_name')) { // Code to create table }