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