forked from CoLTas/phundament
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
29 lines (27 loc) · 1.04 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Phundament 3
[submodule "protected/extensions/p3extensions"]
path = protected/extensions/p3extensions
url = https://github.com/schmunk42/p3extensions.git
[submodule "protected/modules/p3admin"]
path = protected/modules/p3admin
url = https://github.com/schmunk42/p3admin.git
[submodule "protected/modules/p3widgets"]
path = protected/modules/p3widgets
url = https://github.com/schmunk42/p3widgets.git
[submodule "protected/modules/p3media"]
path = protected/modules/p3media
url = https://github.com/schmunk42/p3media.git
# Core modules
[submodule "protected/modules/rights"]
path = protected/modules/rights
url = https://github.com/schmunk42/yii-rights.git
[submodule "protected/modules/user"]
path = protected/modules/user
url = https://github.com/schmunk42/yii-user.git
# Extensions
[submodule "protected/extensions/gtc"]
path = protected/extensions/gtc
url = https://github.com/schmunk42/gii-template-collection.git
[submodule "protected/extensions/yiiext"]
path = protected/extensions/yiiext
url = https://github.com/schmunk42/yiiext.git