We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be0c32 commit ddcf605Copy full SHA for ddcf605
+php-laravel-mode/migration
@@ -0,0 +1,8 @@
1
+# -*- mode: snippet -*-
2
+# name: Laravel Migration method
3
+# key: mig
4
+# uuid: mig
5
+# --
6
+Schema::table('$1', function (Blueprint $table) {
7
+ `%`$0
8
+});
0 commit comments