File tree
12 files changed
+63
-26
lines changedFilter options
- app
- Http/Controllers
- Models
- routes
12 files changed
+63
-26
lines changedapp/Http/Controllers/cart.php renamed to app/Http/Controllers/CartController.php
Copy file name to clipboardExpand all lines: app/Http/Controllers/CartController.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
app/Http/Controllers/Home.php renamed to app/Http/Controllers/HomeController.php
Copy file name to clipboard+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 |
| - |
| 6 | + |
| 7 | + |
8 | 8 |
|
| 9 | + |
9 | 10 |
|
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
app/Http/Controllers/ItemController.php
Copy file name to clipboard+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
app/Http/Controllers/Items.php
Copy file name to clipboardExpand all lines: app/Http/Controllers/Items.php-18Lines changed: 0 additions & 18 deletions
This file was deleted.
app/Http/Controllers/user.php renamed to app/Http/Controllers/UserController.php
Copy file name to clipboardExpand all lines: app/Http/Controllers/UserController.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
app/Models/Cartmodel.php
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
app/Models/ItemsModel.php
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
app/Models/UserModel.php
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
routes/web.php
Copy file name to clipboard+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
| 17 | + |
| 18 | + |
0 commit comments