"source": {
"type": "git",
"url": "git://git.cubedesigners.com/cubist_cms-front.git",
- "reference": "76b7faa620fd920ad4f61a62c9fa36722b11da1b"
+ "reference": "37d2b3ed3af202574ef2a8cb981490c4fbef2c5e"
},
"dist": {
"type": "tar",
- "url": "https://composer.cubedesigners.com/dist/cubist/cms-front/cubist-cms-front-dev-master-4c6cd1.tar",
- "reference": "76b7faa620fd920ad4f61a62c9fa36722b11da1b",
- "shasum": "b41bc8754a55a0104c91a43173e2e0c623091db1"
+ "url": "https://composer.cubedesigners.com/dist/cubist/cms-front/cubist-cms-front-dev-master-576f27.tar",
+ "reference": "37d2b3ed3af202574ef2a8cb981490c4fbef2c5e",
+ "shasum": "57e8d5a9638d846490aca6ddce030a9c5b95fc28"
},
"require": {
"laravel/framework": "5.7.*",
}
],
"description": "Cubist CMS Front",
- "time": "2019-02-22T14:10:39+00:00"
+ "time": "2019-02-22T14:18:18+00:00"
},
{
"name": "cubist/laravel-backpack-bundle",
@include('cubist::head.htmldeclaration')
<head>
- @include('cubist::head.head');
+ @include('cubist::head.head')
</head>
<body>
-@include('cubist::body.begin');
+@include('cubist::body.begin')
<div class="container">
@include('header')
<main>
</main>
@include('footer')
</div>
-@include('cubist::body.end');
+@include('cubist::body.end')
</body>
</html>