Skip to content
Snippets Groups Projects
Commit 06a93c4c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Inline CSS zu Performancezwecken hinzugefügt. Piwik von der Startseite entfernt.

parent cf22c045
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
Showing
with 2736 additions and 8 deletions
......@@ -6,13 +6,14 @@
"type": "project",
"require": {
"php": ">=5.6.4",
"fideloper/proxy": "^3.3",
"guzzlehttp/guzzle": "6.*",
"jenssegers/agent": "2.6.*",
"laravel/framework": "5.4.*",
"laravel/tinker": "~1.0",
"predis/predis": "^1.1",
"laravelcollective/html": "^5.4.0",
"mcamara/laravel-localization": "1.2.*",
"jenssegers/agent": "2.6.*",
"fideloper/proxy": "^3.3",
"guzzlehttp/guzzle": "6.*"
"predis/predis": "^1.1"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
......@@ -55,4 +56,4 @@
"sort-packages": true,
"optimize-autoloader": true
}
}
\ No newline at end of file
}
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "722b798dfc051b71db6a8d03273494cb",
"content-hash": "987d8a3a450027401e164f760b2226d2",
"packages": [
{
"name": "dnoegel/php-xdg-base-dir",
......@@ -783,6 +783,60 @@
],
"time": "2017-12-18T16:25:11+00:00"
},
{
"name": "laravelcollective/html",
"version": "v5.4.9",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
"reference": "f04965dc688254f4c77f684ab0b42264f9eb9634"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/f04965dc688254f4c77f684ab0b42264f9eb9634",
"reference": "f04965dc688254f4c77f684ab0b42264f9eb9634",
"shasum": ""
},
"require": {
"illuminate/http": "5.4.*",
"illuminate/routing": "5.4.*",
"illuminate/session": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/view": "5.4.*",
"php": ">=5.6.4"
},
"require-dev": {
"illuminate/database": "5.4.*",
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
}
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "http://laravelcollective.com",
"time": "2017-08-12T15:52:38+00:00"
},
{
"name": "league/flysystem",
"version": "1.0.43",
......
......@@ -181,7 +181,7 @@ return [
App\Providers\MetaGerProvider::class,
Jenssegers\Agent\AgentServiceProvider::class,
Fideloper\Proxy\TrustedProxyServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
],
/*
......@@ -231,7 +231,8 @@ return [
'View' => Illuminate\Support\Facades\View::class,
'LaravelLocalization' => Mcamara\LaravelLocalization\Facades\LaravelLocalization::class,
'Agent' => Jenssegers\Agent\Facades\Agent::class,
'Form' => Collective\Html\FormFacade::class,
'HTML' => Collective\Html\HtmlFacade::class,
],
];
@import "./font-awesome/css/font-awesome.css";
@import "./bootstrap/bootstrap.less";
@import "./metager/metager.less";
@import "./variables-default.less";
......
File added
source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment