Compare commits

..
10 Commits
Author SHA1 Message Date
Artur Welp af87fc9601 Atualizar 'publiclib.php' 2023-02-07 13:37:51 +00:00
Artur Welp 7bd00e2106 Atualizar 'composer.json' 2023-02-07 13:31:44 +00:00
Artur Welp b48e27b458 Atualizar 'composer.json' 2023-02-07 13:22:57 +00:00
Artur Welp 6c2a76ee17 Atualizar 'composer.json' 2023-02-02 22:42:48 +00:00
Artur Welp 3db8fa4c34 Atualizar 'composer.json' 2023-02-02 22:39:52 +00:00
Artur Welp ab11793053 Atualizar 'README.md' 2023-02-02 22:38:41 +00:00
Artur Welp dd11779049 Atualizar 'README.md' 2023-01-24 20:49:52 +00:00
Artur Welp 6469724b65 Atualizar 'README.md' 2023-01-24 20:47:31 +00:00
ahwelp d378f0ab94 Changes on .files 2023-01-24 20:43:13 +00:00
ahwelp 0688e27da8 Some documentation 2023-01-24 20:42:52 +00:00
7 changed files with 26 additions and 15 deletions
Executable → Regular
+2 -2
View File
@@ -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
+12
View File
@@ -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
View File
@@ -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"
}
}
+4 -11
View File
@@ -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": {
"type": "composer",
"url": "http://192.168.0.9"
}
},
"repositories": [{
"type": "composer",
"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",
+3
View File
@@ -253,3 +253,6 @@ function icon($icon) : String
{
return "<i class='fa fa-$icon'></i>";
}
// Just a change for git
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.