Commit a91dcdc
committed
Merge branch 'master' of https://github.com/riddles8888/LaravelBase
Conflicts:
.gitignore
README.md
app/config/app.php
app/config/database.php
app/config/mail.php
app/config/session.php
app/controllers/BaseController.php
app/controllers/HomeController.php
app/database/seeds/DatabaseSeeder.php
app/filters.php
app/models/BaseModel.php
app/models/User.php
app/routes.php
app/start/global.php
app/start/local.php
app/tests/ExampleTest.php
app/views/home/index.blade.php
app/views/home/login.blade.php
app/views/layouts/default.blade.php
artisan
bootstrap/autoload.php
bootstrap/start.php
composer.json
public/.htaccess
public/css/bootstrap.css
public/favicon.ico
public/index.php
public/js/bootstrap.js
public/js/bootstrap.min.js
public/js/jquery.jsFile tree
297 files changed
+100516
-6287
lines changed- app
- config
- controllers
- database
- migrations
- seeds
- library
- utility
- models
- User/Permission
- Action
- Role
- start
- tests
- views
- admin
- emails/auth
- helpers
- home
- layouts
- user
- bootstrap
- public
- css
- img
- logo
- screen_shots
- js
- vendor
- bootbox
- bootstrap-editable
- css
- img
- inputs-ext
- address
- wysihtml5
- bootstrap-wysihtml5-0.0.2
- js
- font-awesome
- css
- docs
- assets
- css
- font
- ico
- img
- js
- index
- less
- twbs-222
- tests
- font
- less
- sass
- scss
- messenger
- build
- css
- js
- lib
- jasmine-1.3.1
- licenses
- spec
- lib
- src
- coffee
- js
- sass
- tagmanager
- x-editable
- bootstrap-editable
- css
- img
- js
- inputs-ext
- address
- wysihtml5
- bootstrap-wysihtml5-0.0.2
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
297 files changed
+100516
-6287
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
98 | 123 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
137 | | - | |
138 | 136 | | |
0 commit comments