|
1.
VSCode設定
|
|
1985
2019-08-12 10:28:15
|
|
2.
config
|
|
1043
2019-08-14 10:59:33
|
|
2-1
config\app.php
|
|
1790
2019-08-14 10:59:42
|
|
2-2
config\admin.php
|
|
2943
2019-08-14 15:01:47
|
|
3.
.env
|
|
1422
2019-08-12 13:44:07
|
|
4.
routes\web.php
|
|
1588
2019-08-16 13:49:24
|
|
5.
resources\views\
|
|
1062
2019-08-12 15:17:16
|
|
5-1
resources\views\layouts\app.blade.php
|
|
1372
2019-08-15 14:44:00
|
|
5-2
resources\views\layouts\nav.blade.php
|
|
1592
2019-08-14 09:26:34
|
|
5-3
resources\views\home.blade.php
|
|
1399
2019-08-12 15:55:52
|
|
5-4
resources\views\welcome.blade.php
|
|
1438
2019-08-14 09:33:26
|
|
5-5
resources\views\auth\register.blade.php
|
|
1353
2019-08-14 10:43:39
|
|
5-6
resources\views\product\index.blade.php
|
|
1885
2019-08-15 15:53:53
|
|
5-7
resources\views\product\show.blade.php
|
|
1624
2019-08-15 15:53:40
|
|
5-8
resources\views\product\add2cart.blade.php
|
|
1763
2019-08-15 16:01:27
|
|
5-9
resources\views\cart\index.blade.php
|
|
32767
2019-08-16 15:55:53
|
|
5-10
resources\lang\zh-TW.json
|
|
1348
2019-08-12 15:38:49
|
|
6.
database\migrations
|
|
1083
2019-08-14 13:50:51
|
|
6-1
database\migrations\2019_08_14_101716_change_users_table.php
|
|
1441
2019-08-14 13:50:18
|
|
6-2
database\migrations\2019_08_14_133611_create_products_table.php
|
|
1401
2019-08-14 13:50:45
|
|
6-3
database\migrations\2019_08_15_105956_create_carts_table.php
|
|
1328
2019-08-15 11:19:45
|
|
6-4
database\migrations\2019_08_16_145249_create_orders_table.php
|
|
1435
2019-08-16 15:11:38
|
|
6-5
database\migrations\2019_08_16_145328_create_order_items_table.php
|
|
1264
2019-08-16 15:12:01
|
|
7.
app\
|
|
1117
2019-08-14 13:27:23
|
|
7-1
app\Http\Controllers\Auth\RegisterController.php
|
|
1941
2019-08-14 13:26:42
|
|
7-2
app\Http\Controllers\ProductController.php
|
|
1430
2019-08-15 10:31:58
|
|
7-3
app\Http\Controllers\CartController.php
|
|
1325
2019-08-16 14:28:20
|
|
7-4
app\Http\Controllers\OrderController.php
|
|
8438
2019-08-16 15:54:02
|
|
7-5
app\Product.php
|
|
1408
2019-08-15 11:39:01
|
|
7-6
app\User.php
|
|
1476
2019-08-16 15:20:36
|
|
7-7
app\Cart.php
|
|
1605
2019-08-15 11:39:31
|
|
7-8
app\Order.php
|
|
1356
2019-08-16 15:21:08
|
|
7-9
app\OrderItem.php
|
|
1425
2019-08-16 15:21:33
|
|
8.
app\Admin\
|
|
1097
2019-08-14 13:28:20
|
|
8-1
app\Admin\routes.php
|
|
1541
2019-08-14 13:28:12
|
|
8-2
app\Admin\Controllers\UserController.php
|
|
1485
2019-08-14 13:27:58
|
|
8-3
app\Admin\Controllers\ProductController.php
|
|
1629
2019-08-14 15:02:01
|