Skip to content

Commit cc9fa46

Browse files
Ellis KenyőHenrik Lissner
Ellis Kenyő
authored and
Henrik Lissner
committed
feat(+php-laravel-mode): add migration snippet
1 parent edd1645 commit cc9fa46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

+php-laravel-mode/migration

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)