Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #137

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2e35874
Fork the project
mclxly May 5, 2015
921eb54
update common command
mclxly May 5, 2015
b0ac87d
Finish adding command list
mclxly May 6, 2015
9e940bd
Add a last update label
mclxly May 6, 2015
7598930
update PDF
mclxly May 6, 2015
8562968
Update to UrlGenerator
mclxly May 7, 2015
2305587
Removed unused whitespaces (auto by phpstorm).
pdiroot May 10, 2015
690f371
Documentation urls updated.
pdiroot May 10, 2015
f50111e
Broken indent with comments style.
pdiroot May 10, 2015
aa429ac
Merge pull request #1 from pdiroot/master
mclxly May 11, 2015
a275b77
Update to Event
mclxly May 12, 2015
8f80064
Merge remote-tracking branch 'origin/master'
mclxly May 12, 2015
f378dde
Update to Eloquent ORM
mclxly May 12, 2015
dd1897c
5.0.x -> master
mclxly May 22, 2015
b5239ad
Moing to Laravel 5.1 LTS
mclxly Jun 10, 2015
92dd371
daily update
mclxly Jun 19, 2015
dd9c242
Both {{ $var }} and {{{ $var }}} are escaped by default in 5.0. The r…
infomaniac50 Nov 12, 2015
77bc818
Merge pull request #3 from infomaniac50/master
mclxly Nov 14, 2015
9cc7d25
New update 20%
mclxly Dec 5, 2015
2d6b94c
Comment placing consistency
Xyzer Mar 22, 2016
5224a75
move to 5.1
Mar 23, 2016
d8fa480
Merge pull request #4 from Xyzer/patch-2
mclxly Mar 23, 2016
32ae39b
Update index.html
lmj0011 Aug 13, 2016
495c290
Merge pull request #5 from lmj0011/patch-1
mclxly Aug 14, 2016
7c03f46
Update to 5.3
mclxly Oct 14, 2016
355c05a
"More live" preview
szepeviktor Oct 17, 2016
724487c
Merge pull request #6 from szepeviktor/patch-1
mclxly Oct 18, 2016
cd09d2b
add nullable to validation rules
DanRibbens May 15, 2017
7bac4d0
Merge pull request #7 from DanRibbens/add-nullable-to-validation-rules
mclxly May 16, 2017
5250dd8
Merge pull request #1 from mclxly/master
LongDuongBIT Jul 26, 2017
22b243f
Merge pull request #8 from LongDuongBIT/master
mclxly Jul 27, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Laravel Cheatsheet.pdf
Binary file not shown.
Binary file added Laravel-5-Cheatsheet.pdf
Binary file not shown.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## Laravel Cheat Sheet
## Laravel 5.3 LTS Cheat Sheet

Finally a cheat sheet for Laravel 4. Keep in mind this is a work in progress and will be fairly dynamic. It will follow the docs closely and I'll try to keep it up to date with new features being added.
Inpsired by [Laravel Cheat Sheets](https://github.com/jesseobrien/laravel-cheatsheet)

Finally a cheat sheet for Laravel 5(master). Keep in mind this is a work in progress and will be fairly dynamic. It will follow the docs closely and I'll try to keep it up to date with new features being added.

**Live Version Here:**

[Laravel Cheat Sheets](http://cheats.jesse-obrien.ca)
[Laravel 5.3 LTS Cheat Sheets](https://htmlpreview.github.io/?https://github.com/mclxly/laravel5-cheatsheet/blob/master/index.html)

### New Feature
* [Task Scheduling](http://laravel.com/docs/master/scheduling)

### Contributing

Expand Down
16 changes: 15 additions & 1 deletion assets/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,22 @@ img.larajobs-logo {
height: 30px;
}

a.l5update {
color: yellow !important;
}

.top-bar {
background: #333;
color: white;
height: 80px !important;
border: solid 1px #555;
}

.update-date {
position: relative;
top: -10px;
height: 22px;
text-align: right;
}

.top-bar-section .has-form {
Expand Down Expand Up @@ -109,7 +122,8 @@ img.larajobs-logo {
margin: 10px 0;
}

.code-column h4 a {
.code-column h4 a,
.code-column h6 a {
color: #fff;
}

Expand Down
Loading