Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Releases: ahinkle/vscode-laravel-model-snippets

v2.1.0

16 Dec 14:48

Choose a tag to compare

v2.0.0

31 Aug 22:01

Choose a tag to compare

  • Added ability to create Accessors: Model::ac
  • Added ability to create Mutators: Model::mu
  • Changed Appends snippet to Model::ap
  • Fixed spacing issue with Casts Snippet.

1.3.1

29 Aug 20:21
f5a432c

Choose a tag to compare

Update keyType snippet. (#8)

v1.3.0

11 Jul 16:03
e0b5ded

Choose a tag to compare

  • Add dispatchesEvents property. (#7)

v1.2.1

04 May 04:28

Choose a tag to compare

  • Fixed method type with $incrementing. (#6)

v1.2

28 Mar 15:22

Choose a tag to compare

  • Add const deleted_at. 5998e08
  • Add const created_at and updated_at. (#5)

v1.1.1

08 Mar 12:41

Choose a tag to compare

  • Add New 5.8 Field: hasOneThrough. (#4)

v1.1.0

23 Feb 04:50

Choose a tag to compare

  • Remove Whitespace, Cleanup
  • Add Fields: touches, incrementing, keyType, and perPage. (#2)

v1.0.2

07 Sep 03:01
de3dfd9

Choose a tag to compare

Update README.md