From ac0206c1f435521396759a9af46561655bd57992 Mon Sep 17 00:00:00 2001 From: Patrick Samson Date: Mon, 13 Jul 2015 12:00:13 -0400 Subject: [PATCH] Added message for v1.1.0 release --- messages.json | 3 +++ messages/1.1.0.txt | 39 +++++++++++++++++++++++++++++++++++++++ test.php | 5 ----- 3 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 messages.json create mode 100644 messages/1.1.0.txt delete mode 100644 test.php diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..ac556fd --- /dev/null +++ b/messages.json @@ -0,0 +1,3 @@ +{ + "1.1.0": "messages/1.1.0.txt", +} \ No newline at end of file diff --git a/messages/1.1.0.txt b/messages/1.1.0.txt new file mode 100644 index 0000000..ada1ee1 --- /dev/null +++ b/messages/1.1.0.txt @@ -0,0 +1,39 @@ +Laravel 5 Snippets for Sublime Text +https://github.com/Lykegenes/laravel-five-snippets + + +Version 1.1.0 +******************************************************************************** + +#### ANNOUNCEMENT + +Since the previous author deleted his Github account, this package was missing. +I took the liberty to update it appropriately for Laravel 5. +Here are the changes from the original package : + + +#### REMOVED SNIPPETS + + - Form (removed from framework) + + +#### NEW SNIPPETS + + - App + - Auth + - Config + - Crypt + - Event + - Hash + - Log + - Storage + + +#### WORK IN PROGRESS + + - Route : Need some clean up, currently as-is from original package + - Request : A lot of functions are currently missing + - Eloquent snippets + - DB Facade snippets + - Localization snippets + - And more, I want full coverage of the framework \ No newline at end of file diff --git a/test.php b/test.php deleted file mode 100644 index 8d30e3b..0000000 --- a/test.php +++ /dev/null @@ -1,5 +0,0 @@ -json($array); - - - ?> \ No newline at end of file