-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fa5e8a
commit ac0206c
Showing
3 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"1.1.0": "messages/1.1.0.txt", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |