Schema::rename($from, $to);
Schema::drop('users'); Schema::dropIfExists('users');
Before renaming a table, you should verify that any foreign key constraints on the table have an explicit name in your migration files instead of letting Laravel assign a convention based name.
Clickable & Draggable!