Skip to content

Commit 1ce169d

Browse files
committed
Merge branch 'gh-pages' of github.com:Aufree/laravel5-cheatsheet into gh-pages
2 parents 093700b + cf71e5d commit 1ce169d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Introduction
22

3-
A quick reference guide for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information.
3+
A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information.
44

55
We intend to build this Cheat Sheet more assessable and user friendly, you can view it with modern desktop :computer: browser and mobile device :iphone: .
66

assets/css/page.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ ul {
156156
}
157157
ul.sidebar-menu li {
158158
float: left;
159-
border-radius: 4px;
160-
border: 1px solid #ffa0a0;
161-
padding: 2px 4px;
162159
margin: 3px;
163160
font-size: 13px;
164161
}
@@ -187,6 +184,9 @@ li.social-icon a:hover {
187184
}
188185
.sidebar-menu a {
189186
color: #ffa0a0;
187+
border-radius: 4px;
188+
border: 1px solid #ffa0a0;
189+
padding: 2px 4px;
190190
}
191191
.sidebar-menu a.active-link {
192192
color: #F7332D;

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="author" content="@aufree">
99
<title>Laravel 5.1 LTS Cheat Sheet</title>
10+
<meta name="description" content="A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information.We intend to build this Cheat Sheet more assessable and user friendly, you can view it with modern desktop :computer: browser and mobile device :iphone: .">
11+
<meta name="keywords" content="Laravel 5.1 Artisan,Laravel 5.1 Auth,Laravel 5.1 Blade,Laravel 5.1 Cache,Laravel 5.1 Composer,Laravel 5.1 Config,Laravel 5.1 Container,Laravel 5.1 Cookie,Laravel 5.1 DB,Laravel 5.1 Environment,Laravel 5.1 Event,Laravel 5.1 File,Laravel 5.1 Form,Laravel 5.1 HTML,Laravel 5.1 Helper,Laravel 5.1 Input,Laravel 5.1 Lang,Laravel 5.1 Log,Laravel 5.1 Mail,Laravel 5.1 Model,Laravel 5.1 Pagination,Laravel 5.1 Queue,Laravel 5.1 Redirect,Laravel 5.1 Request,Laravel 5.1 Response,Laravel 5.1 Route,Laravel 5.1 SSH,Laravel 5.1 Schema,Laravel 5.1 Security,Laravel 5.1 Session,Laravel 5.1 String,Laravel 5.1 URL,Laravel 5.1 UnitTest,Laravel 5.1 Validation,Laravel 5.1 View">
1012
<link rel="stylesheet" href="assets/css/normalize.css" />
1113
<link rel="stylesheet" href="assets/css/foundation.min.css" />
1214
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />

index_zh-CN.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="author" content="@aufree">
99
<title>Laravel 5.1 LTS 速查表</title>
10+
<meta name="description" content="Laravel 5.1 LTS 速查表方便快速浏览,支持并且只支持 Laravel 5.1 LTS,支持手机访问,支持中英文版本">
11+
<meta name="keywords" content="Laravel 5.1 LTS 速查表,Laravel 5.1 教程,Laravel 5.1 新手教程,Laravel 5.1 Artisan,Laravel 5.1 Auth,Laravel 5.1 Blade,Laravel 5.1 Cache,Laravel 5.1 Composer,Laravel 5.1 Config,Laravel 5.1 Container,Laravel 5.1 Cookie,Laravel 5.1 DB,Laravel 5.1 Environment,Laravel 5.1 Event,Laravel 5.1 File,Laravel 5.1 Form,Laravel 5.1 HTML,Laravel 5.1 Helper,Laravel 5.1 Input,Laravel 5.1 Lang,Laravel 5.1 Log,Laravel 5.1 Mail,Laravel 5.1 Model,Laravel 5.1 Pagination,Laravel 5.1 Queue,Laravel 5.1 Redirect,Laravel 5.1 Request,Laravel 5.1 Response,Laravel 5.1 Route,Laravel 5.1 SSH,Laravel 5.1 Schema,Laravel 5.1 Security,Laravel 5.1 Session,Laravel 5.1 String,Laravel 5.1 URL,Laravel 5.1 UnitTest,Laravel 5.1 Validation,Laravel 5.1 View">
1012
<link rel="stylesheet" href="assets/css/normalize.css" />
1113
<link rel="stylesheet" href="assets/css/foundation.min.css" />
1214
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />

0 commit comments

Comments
 (0)