Changing template engine to Mustache. Updating Bootstrap. Creating mustache helpers. Changing plugins on the base template

This commit is contained in:
ahwelp
2023-01-24 20:27:58 +00:00
parent e063895ccb
commit b1eb0a7a56
15 changed files with 259 additions and 289 deletions
Executable → Regular
+21 -13
View File
@@ -1,23 +1,31 @@
{
"name": "ghost/urfat-bro",
"name": "inforsistemas/urfat-bro",
"description": "The other framework",
"type": "project",
"repositories": [{
"type": "composer",
"url": "https://satis.inforsistemas-devel1.com.br"
}],
"repositories": {
"repo-name": {
"type": "vcs",
"url": "http://192.168.0.9"
},
"0": {
"type": "composer",
"url": "http://192.168.0.9"
}
},
"authors": [
{
"name": "ahwelp",
"email": "ahwelp@ahwelp.com"
"name": "Artur Welp",
"email": "artur@inforsistemas.com.br"
}
],
"require": {
"urfat/menus": "dev-master",
"urfat/templates": "dev-master",
"urfat/orm": "dev-master",
"urfat/rr": "dev-master",
"urfat/routes": "dev-master",
"urfat/schema": "dev-master"
"inforsistemas/menus": "dev-master",
"inforsistemas/templates": "dev-master",
"inforsistemas/orm": "dev-master",
"inforsistemas/rr": "dev-master",
"inforsistemas/routes": "dev-master",
"inforsistemas/schema": "dev-master",
"inforsistemas/mustache": "^2.14",
"phpmailer/phpmailer": "^6.7"
}
}