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