Skip to content

Commit

Permalink
Added message for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Jul 13, 2015
1 parent 3fa5e8a commit ac0206c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
3 changes: 3 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.1.0": "messages/1.1.0.txt",
}
39 changes: 39 additions & 0 deletions messages/1.1.0.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions test.php

This file was deleted.

0 comments on commit ac0206c

Please sign in to comment.