1.
VSCode設定
|
|
812
2019-08-12 10:28:15
|
2.
config
|
|
527
2019-08-14 10:59:33
|
2-1
config\app.php
|
|
659
2019-08-14 10:59:42
|
2-2
config\admin.php
|
|
1089
2019-08-14 15:01:47
|
3.
.env
|
|
627
2019-08-12 13:44:07
|
4.
routes\web.php
|
|
852
2019-08-16 13:49:24
|
5.
resources\views\
|
|
499
2019-08-12 15:17:16
|
5-1
resources\views\layouts\app.blade.php
|
|
753
2019-08-15 14:44:00
|
5-2
resources\views\layouts\nav.blade.php
|
|
761
2019-08-14 09:26:34
|
5-3
resources\views\home.blade.php
|
|
731
2019-08-12 15:55:52
|
5-4
resources\views\welcome.blade.php
|
|
758
2019-08-14 09:33:26
|
5-5
resources\views\auth\register.blade.php
|
|
750
2019-08-14 10:43:39
|
5-6
resources\views\product\index.blade.php
|
|
839
2019-08-15 15:53:53
|
5-7
resources\views\product\show.blade.php
|
|
655
2019-08-15 15:53:40
|
5-8
resources\views\product\add2cart.blade.php
|
|
792
2019-08-15 16:01:27
|
5-9
resources\views\cart\index.blade.php
|
|
1058
2019-08-16 15:55:53
|
5-10
resources\lang\zh-TW.json
|
|
671
2019-08-12 15:38:49
|
6.
database\migrations
|
|
566
2019-08-14 13:50:51
|
6-1
database\migrations\2019_08_14_101716_change_users_table.php
|
|
717
2019-08-14 13:50:18
|
6-2
database\migrations\2019_08_14_133611_create_products_table.php
|
|
716
2019-08-14 13:50:45
|
6-3
database\migrations\2019_08_15_105956_create_carts_table.php
|
|
643
2019-08-15 11:19:45
|
6-4
database\migrations\2019_08_16_145249_create_orders_table.php
|
|
690
2019-08-16 15:11:38
|
6-5
database\migrations\2019_08_16_145328_create_order_items_table.php
|
|
619
2019-08-16 15:12:01
|
7.
app\
|
|
578
2019-08-14 13:27:23
|
7-1
app\Http\Controllers\Auth\RegisterController.php
|
|
902
2019-08-14 13:26:42
|
7-2
app\Http\Controllers\ProductController.php
|
|
737
2019-08-15 10:31:58
|
7-3
app\Http\Controllers\CartController.php
|
|
672
2019-08-16 14:28:20
|
7-4
app\Http\Controllers\OrderController.php
|
|
682
2019-08-16 15:54:02
|
7-5
app\Product.php
|
|
683
2019-08-15 11:39:01
|
7-6
app\User.php
|
|
756
2019-08-16 15:20:36
|
7-7
app\Cart.php
|
|
657
2019-08-15 11:39:31
|
7-8
app\Order.php
|
|
697
2019-08-16 15:21:08
|
7-9
app\OrderItem.php
|
|
692
2019-08-16 15:21:33
|
8.
app\Admin\
|
|
604
2019-08-14 13:28:20
|
8-1
app\Admin\routes.php
|
|
728
2019-08-14 13:28:12
|
8-2
app\Admin\Controllers\UserController.php
|
|
675
2019-08-14 13:27:58
|
8-3
app\Admin\Controllers\ProductController.php
|
|
730
2019-08-14 15:02:01
|