Compare commits
10
Commits
491167554f
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af87fc9601 | ||
|
|
7bd00e2106 | ||
|
|
b48e27b458 | ||
|
|
6c2a76ee17 | ||
|
|
3db8fa4c34 | ||
|
|
ab11793053 | ||
|
|
dd11779049 | ||
|
|
6469724b65 | ||
|
|
d378f0ab94 | ||
|
|
0688e27da8 |
Executable → Regular
+2
-2
@@ -4,7 +4,7 @@ tags
|
|||||||
|
|
||||||
config/database.db
|
config/database.db
|
||||||
config/modules.ini
|
config/modules.ini
|
||||||
|
storage/
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
composer.lock
|
composer.lock
|
||||||
@@ -15,4 +15,4 @@ docker/
|
|||||||
|
|
||||||
!public/.htaccess
|
!public/.htaccess
|
||||||
!public/index.php
|
!public/index.php
|
||||||
public/plugins
|
#public/plugins
|
||||||
|
|||||||
@@ -9,4 +9,16 @@ php bootstrap/php /core/generator
|
|||||||
|
|
||||||
```
|
```
|
||||||
php -S localhost:8000
|
php -S localhost:8000
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -d -p 8080:80 -v /var/www/html/urfatBro:/var/www/html urfatbro
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
https://stackoverflow.com/questions/58604454/how-to-invoke-composer-create-project-on-a-private-repo
|
||||||
|
|
||||||
|
composer config -g secure-http false
|
||||||
|
|
||||||
|
composer create-project inforsistemas/urfat-bro urfatBro --repository '{"type": "composer","url": "https://satis.infor.app.br"}' --stability=dev
|
||||||
```
|
```
|
||||||
+5
-2
@@ -18,12 +18,15 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "4.5.3",
|
"bootstrap": "4.5.3",
|
||||||
"fontawesome": "5.15.1",
|
"fontawesome": "4.7.0",
|
||||||
"jquery": "3.5.1",
|
"jquery": "3.5.1",
|
||||||
"trumbowyg": "2.21.0",
|
"trumbowyg": "2.21.0",
|
||||||
"sliderTelepatic": "https://git.inforsistemas-devel1.com.br/bower/sliderTelepatic.git",
|
"sliderTelepatic": "https://git.inforsistemas-devel1.com.br/bower/sliderTelepatic.git",
|
||||||
|
"bootstrapToastWrapper": "https://git.inforsistemas-devel1.com.br/bower/bootstrapToastWrapper.git",
|
||||||
"metismenu": "3.0.6",
|
"metismenu": "3.0.6",
|
||||||
"mousetrap": "1.6.5",
|
"mousetrap": "1.6.5",
|
||||||
"jquery-mask-plugin": "1.14.16"
|
"jquery-mask-plugin": "1.14.16",
|
||||||
|
"datatables.net-dt": "^3.2.2",
|
||||||
|
"dropzone": "^5.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-11
@@ -2,16 +2,10 @@
|
|||||||
"name": "inforsistemas/urfat-bro",
|
"name": "inforsistemas/urfat-bro",
|
||||||
"description": "The other framework",
|
"description": "The other framework",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"repositories": {
|
"repositories": [{
|
||||||
"repo-name": {
|
"type": "composer",
|
||||||
"type": "vcs",
|
"url": "https://satis.infor.app.br"
|
||||||
"url": "http://192.168.0.9"
|
}],
|
||||||
},
|
|
||||||
"0": {
|
|
||||||
"type": "composer",
|
|
||||||
"url": "http://192.168.0.9"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Artur Welp",
|
"name": "Artur Welp",
|
||||||
@@ -20,7 +14,6 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"inforsistemas/menus": "dev-master",
|
"inforsistemas/menus": "dev-master",
|
||||||
"inforsistemas/templates": "dev-master",
|
|
||||||
"inforsistemas/orm": "dev-master",
|
"inforsistemas/orm": "dev-master",
|
||||||
"inforsistemas/rr": "dev-master",
|
"inforsistemas/rr": "dev-master",
|
||||||
"inforsistemas/routes": "dev-master",
|
"inforsistemas/routes": "dev-master",
|
||||||
|
|||||||
@@ -253,3 +253,6 @@ function icon($icon) : String
|
|||||||
{
|
{
|
||||||
return "<i class='fa fa-$icon'></i>";
|
return "<i class='fa fa-$icon'></i>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Just a change for git
|
||||||
Binary file not shown.
Reference in New Issue
Block a user