Instalacao do uuid e alert js
Showing
bootstrap/app.php
100644 → 100755
File mode changed from 100644 to 100755
bootstrap/cache/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
... | ... | @@ -16,7 +16,8 @@ |
"laravel/framework": "^8.0", | ||
"laravel/tinker": "^2.0", | ||
"laravel/ui": "^3.0", | ||
"laravelcollective/html": "^6.2" | ||
"laravelcollective/html": "^6.2", | ||
"uxweb/sweet-alert": "^2.0" | ||
}, | ||
"require-dev": { | ||
"facade/ignition": "^2.3.6", | ||
... | ... |
This diff is collapsed.
... | ... | @@ -20,6 +20,7 @@ |
"resolve-url-loader": "^2.3.1", | ||
"sass": "^1.20.1", | ||
"sass-loader": "^8.0.0", | ||
"sweetalert": "^2.1.2", | ||
"vue": "^2.5.17", | ||
"vue-template-compiler": "^2.6.10" | ||
} | ||
... | ... |
This diff is collapsed.
storage/app/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/app/public/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/cache/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/cache/data/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/sessions/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/testing/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/views/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/logs/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment