Merge pull request 'fix: add storage folder' (#9) from dev into master

Reviewed-on: WillaEngine-Project/WillaEngine#9
pull/10/head
saeid_01 4 years ago
commit c0e7b23177

@ -0,0 +1 @@
a:3:{s:6:"_token";s:40:"w7uGCUdyV5PG2geM1M73Xp7EvCZYv4eAR9BWC5Zs";s:9:"_previous";a:1:{s:3:"url";s:37:"http://meshkee.local:8000/crm/clients";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}

@ -0,0 +1 @@
a:3:{s:6:"_token";s:40:"pCmLiKIH90LTWnduBPZhtFDX2S65yKfbcmc7ChnP";s:9:"_previous";a:1:{s:3:"url";s:37:"http://meshkee.local:8000/crm/clients";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}

@ -0,0 +1 @@
a:3:{s:6:"_token";s:40:"U05uPAIJE1f9IkBlCMpXzMmLh0RqNGgawTNfcO3z";s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}s:9:"_previous";a:1:{s:3:"url";s:37:"http://meshkee.local:8000/crm/clients";}}

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo $__env->yieldContent('title'); ?></title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px 0 15px;
text-align: center;
}
.message {
font-size: 18px;
text-align: center;
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="code">
<?php echo $__env->yieldContent('code'); ?>
</div>
<div class="message" style="padding: 10px;">
<?php echo $__env->yieldContent('message'); ?>
</div>
</div>
</body>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions/views/minimal.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine - WMS </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/WMS/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/WMS.blade.php ENDPATH**/ ?>

@ -0,0 +1,5 @@
<?php $__env->startSection('title', __('Not Found')); ?>
<?php $__env->startSection('code', '404'); ?>
<?php $__env->startSection('message', __('Not Found')); ?>
<?php echo $__env->make('errors::minimal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\Web\Git\WillaEngine\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions/views/404.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/User/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/User.blade.php ENDPATH**/ ?>

@ -0,0 +1,19 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> CRM </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Modules/CRM/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-crm\src/../resources/views/CRM.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Admin/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/Admin.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Product/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/Product.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Cliender IMS </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Home/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\resources\views/Home.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Portfolio Management </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Modules/Portfolio/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-portfolio\src/../resources/views/Portfolio.blade.php ENDPATH**/ ?>

@ -0,0 +1,20 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Blog Management </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Modules/Blog/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-blog\src/../resources/views/Blog.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Store/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/Store.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/SMS/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/SMS.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Gallery/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/Gallery.blade.php ENDPATH**/ ?>

@ -0,0 +1,113 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
-->
<title> Willa Engine </title>
<!-- Styles -->
</head>
<body>
<div id='cursor'></div>
<div id="app"></div>
</body>
<style lang="scss">
#app {
background-color: transparent;
}
.backgrounds {
width: 100%;
height:100%;
}
.c-hamburger {
opacity: 1;
}
</style>
<script>
(function () {
"use strict";
var w = window;
const b = document.getElementsByTagName("body")[0];
b.addEventListener("mousemove", mouseMove);
var cursor = document.getElementById('cursor');
b.addEventListener("mousedown", cursorClick);
b.addEventListener("mouseup", cursorUnclick);
var panel = document.querySelectorAll(".section.active");
var text = document.querySelectorAll(".section-tagline-wrapper");
var img = document.querySelectorAll(".section-img-wrapper");
var no = document.querySelectorAll(".section-no-wrapper");
var cImg = document.querySelectorAll('.pattern');
var patterns = document.querySelectorAll('.pattern');
function mouseMove(e) {
// Custom Cursor
cursor.style.left = e.clientX + 'px';
cursor.style.top = e.clientY + 'px';
// if (menu.classList.contains('active')) {
// return
// }
};
function clipMask(pattern, e) {
pattern.style.setProperty("--clip-position", e.clientX + 'px ' + e.clientY + 'px');
}
function cursorClick(e) {
cursor.classList.add("clicked")
}
function cursorUnclick(e) {
setTimeout(function () {
cursor.classList.remove("clicked")
}, 300);
}
function cursorHover(e) {
cursor.classList.add("hover")
}
function cursorUnhover(e) {
cursor.classList.remove("hover")
}
var hovers = document.querySelectorAll(".hover-target");
for (var i = hovers.length - 1; i >= 0; i--) {
var hover = hovers[i];
hoverHandler(hover);
};
function hoverHandler(hover) {
hover.addEventListener("mouseover", cursorHover);
hover.addEventListener("mouseout", cursorUnhover);
}
})();
</script>
<script src="<?php echo e(mix('js/vue/Authentication/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/Authentication.blade.php ENDPATH**/ ?>

@ -0,0 +1,18 @@
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<title> Welcome </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/Modules/Reservation/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-reservation\src/../resources/views/Reservation.blade.php ENDPATH**/ ?>
Loading…
Cancel
Save