Commit 376c6c03 authored by 康顺's avatar 康顺

Update README.md

parent 9f72e884
...@@ -58,7 +58,7 @@ $user->followings(); ...@@ -58,7 +58,7 @@ $user->followings();
我们希望积木包达到的状态和`laravel-follow`类似,包与包之间尽量解耦,并且功能可以完美复用。 我们希望积木包达到的状态和`laravel-follow`类似,包与包之间尽量解耦,并且功能可以完美复用。
在SMG的包中有两类, 应用型和工具型。 在SMG的包中有两类, 应用型和工具型。
1. 工具型(一般配合其他代码使用) . 工具型(一般配合其他代码使用)
+ 地址 + 地址
http://source.shengmage.com/smg/address http://source.shengmage.com/smg/address
参照README.md安装,可以实现多个模型同时使用地址,比如 会员 和 店铺都有地址,只需要在各自的model中 `use HaveAddress;` 即可 参照README.md安装,可以实现多个模型同时使用地址,比如 会员 和 店铺都有地址,只需要在各自的model中 `use HaveAddress;` 即可
...@@ -68,7 +68,7 @@ $user->followings(); ...@@ -68,7 +68,7 @@ $user->followings();
### ###
2. 应用型 . 应用型
+ 文章 http://source.shengmage.com/smg/page + 文章 http://source.shengmage.com/smg/page
+ 广告 http://source.shengmage.com/smg/slider + 广告 http://source.shengmage.com/smg/slider
+ 商城 http://source.shengmage.com/smg/product + 商城 http://source.shengmage.com/smg/product
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment