From bc346998a13ab9a59b3549de28972b63f8cf9339 Mon Sep 17 00:00:00 2001 From: Andy Hinkle Date: Thu, 4 Oct 2018 21:25:19 -0500 Subject: [PATCH] Add Laravel Model Snippets --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a92d4c..82210e8 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,8 @@ These extensions provide slightly different sets of features. While the first on - [Laravel 5 Snippets](https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets) - Laravel 5 snippets for Visual Studio Code - [Laravel Blade Snippets](https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade) - Laravel blade snippets and syntax highlight support ![](https://raw.githubusercontent.com/onecentlin/laravel-blade-snippets-vscode/master/images/screenshot.gif) +- [Laravel Model Snippets](https://marketplace.visualstudio.com/items?itemName=ahinkle.laravel-model-snippets) - Quickly get models up and running with Laravel Model Snippets. +![](https://raw.githubusercontent.com/ahinkle/vscode-laravel-model-snippets/master/images/example.gif) - [Laravel Artisan](https://marketplace.visualstudio.com/items?itemName=ryannaddy.laravel-artisan) - Laravel Artisan commands within Visual Studio Code ![](https://raw.githubusercontent.com/TheColorRed/vscode-laravel-artisan/master/images/screens/make-controller.gif) - [DotENV](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv) - Support for dotenv file syntax