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/modules.ini
|
||||
|
||||
storage/
|
||||
vendor/
|
||||
|
||||
composer.lock
|
||||
@@ -15,4 +15,4 @@ docker/
|
||||
|
||||
!public/.htaccess
|
||||
!public/index.php
|
||||
public/plugins
|
||||
#public/plugins
|
||||
|
||||
@@ -10,3 +10,15 @@ php bootstrap/php /core/generator
|
||||
```
|
||||
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": {
|
||||
"bootstrap": "4.5.3",
|
||||
"fontawesome": "5.15.1",
|
||||
"fontawesome": "4.7.0",
|
||||
"jquery": "3.5.1",
|
||||
"trumbowyg": "2.21.0",
|
||||
"sliderTelepatic": "https://git.inforsistemas-devel1.com.br/bower/sliderTelepatic.git",
|
||||
"bootstrapToastWrapper": "https://git.inforsistemas-devel1.com.br/bower/bootstrapToastWrapper.git",
|
||||
"metismenu": "3.0.6",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
+3
-10
@@ -2,16 +2,10 @@
|
||||
"name": "inforsistemas/urfat-bro",
|
||||
"description": "The other framework",
|
||||
"type": "project",
|
||||
"repositories": {
|
||||
"repo-name": {
|
||||
"type": "vcs",
|
||||
"url": "http://192.168.0.9"
|
||||
},
|
||||
"0": {
|
||||
"repositories": [{
|
||||
"type": "composer",
|
||||
"url": "http://192.168.0.9"
|
||||
}
|
||||
},
|
||||
"url": "https://satis.infor.app.br"
|
||||
}],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Artur Welp",
|
||||
@@ -20,7 +14,6 @@
|
||||
],
|
||||
"require": {
|
||||
"inforsistemas/menus": "dev-master",
|
||||
"inforsistemas/templates": "dev-master",
|
||||
"inforsistemas/orm": "dev-master",
|
||||
"inforsistemas/rr": "dev-master",
|
||||
"inforsistemas/routes": "dev-master",
|
||||
|
||||
@@ -253,3 +253,6 @@ function icon($icon) : String
|
||||
{
|
||||
return "<i class='fa fa-$icon'></i>";
|
||||
}
|
||||
|
||||
|
||||
// Just a change for git
|
||||
Binary file not shown.
Reference in New Issue
Block a user