Skip to content

Commit 670eda3

Browse files
v2
1 parent e459f02 commit 670eda3

File tree

1,398 files changed

+17305
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,398 files changed

+17305
-218
lines changed

app/Http/Livewire/Login.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace App\Http\Livewire;
4+
5+
use Livewire\Component;
6+
7+
class Login extends Component
8+
{
9+
public function render()
10+
{
11+
return view('livewire.auth.login');
12+
}
13+
}

app/Http/Livewire/Profile.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace App\Http\Livewire;
4+
5+
use Livewire\Component;
6+
7+
class Profile extends Component
8+
{
9+
public function render()
10+
{
11+
return view('livewire.profile');
12+
}
13+
}

app/Http/Livewire/Register.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace App\Http\Livewire;
4+
5+
use Livewire\Component;
6+
7+
class Register extends Component
8+
{
9+
public function render()
10+
{
11+
return view('livewire.auth.register');
12+
}
13+
}

app/View/Components/Layouts/Base.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?php
2+
3+
namespace App\View\Components\Layouts;
4+
5+
use Illuminate\View\Component;
6+
7+
class Base extends Component
8+
{
9+
/**
10+
* Create a new component instance.
11+
*
12+
* @return void
13+
*/
14+
public function __construct()
15+
{
16+
//
17+
}
18+
19+
/**
20+
* Get the view / contents that represent the component.
21+
*
22+
* @return \Illuminate\View\View|string
23+
*/
24+
public function render()
25+
{
26+
return view('layouts.base');
27+
}
28+
}

public/assets/js/datepicker.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/all.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js

Lines changed: 9 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -19087,16 +19087,13 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/**
1908719087

1908819088
/***/ }),
1908919089

19090-
/***/ "./resources/scss/volt.scss":
19091-
/*!**********************************!*\
19092-
!*** ./resources/scss/volt.scss ***!
19093-
\**********************************/
19094-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
19095-
19096-
"use strict";
19097-
__webpack_require__.r(__webpack_exports__);
19098-
// extracted by mini-css-extract-plugin
19090+
/***/ "./public/css/all.min.css":
19091+
/*!********************************!*\
19092+
!*** ./public/css/all.min.css ***!
19093+
\********************************/
19094+
/***/ (() => {
1909919095

19096+
throw new Error("Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):\nModuleBuildError: Module build failed (from ./node_modules/css-loader/dist/cjs.js):\nError: Can't resolve '../webfonts/fa-brands-400.eot' in '/home/ovidiu/Code/volt-free/public/css'\n at finishWithoutResolve (/home/ovidiu/Code/volt-free/node_modules/enhanced-resolve/lib/Resolver.js:293:18)\n at /home/ovidiu/Code/volt-free/node_modules/enhanced-resolve/lib/Resolver.js:362:15\n at /home/ovidiu/Code/volt-free/node_modules/enhanced-resolve/lib/Resolver.js:410:5\n at eval (eval at create (/home/ovidiu/Code/volt-free/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:16:1)\n at /home/ovidiu/Code/volt-free/node_modules/enhanced-resolve/lib/Resolver.js:410:5\n at eval (eval at create (/home/ovidiu/Code/volt-free/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:27:1)\n at /home/ovidiu/Code/volt-free/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js:87:43\n at /home/ovidiu/Code/volt-free/node_modules/enhanced-resolve/lib/Resolver.js:410:5\n at eval (eval at create (/home/ovidiu/Code/volt-free/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)\n at /home/ovidiu/Code/volt-free/node_modules/enhanced-resolve/lib/Resolver.js:410:5\n at processResult (/home/ovidiu/Code/volt-free/node_modules/webpack/lib/NormalModule.js:690:19)\n at /home/ovidiu/Code/volt-free/node_modules/webpack/lib/NormalModule.js:792:5\n at /home/ovidiu/Code/volt-free/node_modules/loader-runner/lib/LoaderRunner.js:399:11\n at /home/ovidiu/Code/volt-free/node_modules/loader-runner/lib/LoaderRunner.js:251:18\n at context.callback (/home/ovidiu/Code/volt-free/node_modules/loader-runner/lib/LoaderRunner.js:124:13)\n at Object.loader (/home/ovidiu/Code/volt-free/node_modules/css-loader/dist/index.js:154:5)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)");
1910019097

1910119098
/***/ }),
1910219099

@@ -19323,41 +19320,7 @@ process.umask = function() { return 0; };
1932319320
/******/ return module.exports;
1932419321
/******/ }
1932519322
/******/
19326-
/******/ // expose the modules object (__webpack_modules__)
19327-
/******/ __webpack_require__.m = __webpack_modules__;
19328-
/******/
1932919323
/************************************************************************/
19330-
/******/ /* webpack/runtime/chunk loaded */
19331-
/******/ (() => {
19332-
/******/ var deferred = [];
19333-
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
19334-
/******/ if(chunkIds) {
19335-
/******/ priority = priority || 0;
19336-
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
19337-
/******/ deferred[i] = [chunkIds, fn, priority];
19338-
/******/ return;
19339-
/******/ }
19340-
/******/ var notFulfilled = Infinity;
19341-
/******/ for (var i = 0; i < deferred.length; i++) {
19342-
/******/ var [chunkIds, fn, priority] = deferred[i];
19343-
/******/ var fulfilled = true;
19344-
/******/ for (var j = 0; j < chunkIds.length; j++) {
19345-
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
19346-
/******/ chunkIds.splice(j--, 1);
19347-
/******/ } else {
19348-
/******/ fulfilled = false;
19349-
/******/ if(priority < notFulfilled) notFulfilled = priority;
19350-
/******/ }
19351-
/******/ }
19352-
/******/ if(fulfilled) {
19353-
/******/ deferred.splice(i--, 1)
19354-
/******/ result = fn();
19355-
/******/ }
19356-
/******/ }
19357-
/******/ return result;
19358-
/******/ };
19359-
/******/ })();
19360-
/******/
1936119324
/******/ /* webpack/runtime/global */
1936219325
/******/ (() => {
1936319326
/******/ __webpack_require__.g = (function() {
@@ -19370,22 +19333,6 @@ process.umask = function() { return 0; };
1937019333
/******/ })();
1937119334
/******/ })();
1937219335
/******/
19373-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
19374-
/******/ (() => {
19375-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19376-
/******/ })();
19377-
/******/
19378-
/******/ /* webpack/runtime/make namespace object */
19379-
/******/ (() => {
19380-
/******/ // define __esModule on exports
19381-
/******/ __webpack_require__.r = (exports) => {
19382-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
19383-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
19384-
/******/ }
19385-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
19386-
/******/ };
19387-
/******/ })();
19388-
/******/
1938919336
/******/ /* webpack/runtime/node module decorator */
1939019337
/******/ (() => {
1939119338
/******/ __webpack_require__.nmd = (module) => {
@@ -19395,66 +19342,13 @@ process.umask = function() { return 0; };
1939519342
/******/ };
1939619343
/******/ })();
1939719344
/******/
19398-
/******/ /* webpack/runtime/jsonp chunk loading */
19399-
/******/ (() => {
19400-
/******/ // no baseURI
19401-
/******/
19402-
/******/ // object to store loaded and loading chunks
19403-
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
19404-
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
19405-
/******/ var installedChunks = {
19406-
/******/ "/js/app": 0,
19407-
/******/ "css/volt": 0
19408-
/******/ };
19409-
/******/
19410-
/******/ // no chunk on demand loading
19411-
/******/
19412-
/******/ // no prefetching
19413-
/******/
19414-
/******/ // no preloaded
19415-
/******/
19416-
/******/ // no HMR
19417-
/******/
19418-
/******/ // no HMR manifest
19419-
/******/
19420-
/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
19421-
/******/
19422-
/******/ // install a JSONP callback for chunk loading
19423-
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
19424-
/******/ var [chunkIds, moreModules, runtime] = data;
19425-
/******/ // add "moreModules" to the modules object,
19426-
/******/ // then flag all "chunkIds" as loaded and fire callback
19427-
/******/ var moduleId, chunkId, i = 0;
19428-
/******/ for(moduleId in moreModules) {
19429-
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
19430-
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
19431-
/******/ }
19432-
/******/ }
19433-
/******/ if(runtime) var result = runtime(__webpack_require__);
19434-
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
19435-
/******/ for(;i < chunkIds.length; i++) {
19436-
/******/ chunkId = chunkIds[i];
19437-
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
19438-
/******/ installedChunks[chunkId][0]();
19439-
/******/ }
19440-
/******/ installedChunks[chunkIds[i]] = 0;
19441-
/******/ }
19442-
/******/ return __webpack_require__.O(result);
19443-
/******/ }
19444-
/******/
19445-
/******/ var chunkLoadingGlobal = self["webpackChunk_themesberg_volt_bootstrap_5_dashboard"] = self["webpackChunk_themesberg_volt_bootstrap_5_dashboard"] || [];
19446-
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
19447-
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
19448-
/******/ })();
19449-
/******/
1945019345
/************************************************************************/
1945119346
/******/
1945219347
/******/ // startup
1945319348
/******/ // Load entry module and return exports
19454-
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
19455-
/******/ __webpack_require__.O(undefined, ["css/volt"], () => (__webpack_require__("./resources/js/app.js")))
19456-
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["css/volt"], () => (__webpack_require__("./resources/scss/volt.scss")))
19457-
/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
19349+
/******/ __webpack_require__("./resources/js/app.js");
19350+
/******/ // This entry module doesn't tell about it's top-level declarations so it can't be inlined
19351+
/******/ var __webpack_exports__ = __webpack_require__("./public/css/all.min.css");
1945819352
/******/
1945919353
/******/ })()
1946019354
;

public/mix-manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"/js/app.js": "/js/app.js",
3-
"/css/volt.css": "/css/volt.css"
2+
"/js/app.js": "/js/app.js"
43
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Font Awesome Free License
2+
-------------------------
3+
4+
Font Awesome Free is free, open source, and GPL friendly. You can use it for
5+
commercial projects, open source projects, or really almost whatever you want.
6+
Full Font Awesome Free license: https://fontawesome.com/license/free.
7+
8+
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
9+
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
10+
packaged as SVG and JS file types.
11+
12+
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
13+
In the Font Awesome Free download, the SIL OLF license applies to all icons
14+
packaged as web and desktop font files.
15+
16+
# Code: MIT License (https://opensource.org/licenses/MIT)
17+
In the Font Awesome Free download, the MIT license applies to all non-font and
18+
non-icon files.
19+
20+
# Attribution
21+
Attribution is required by MIT, SIL OLF, and CC BY licenses. Downloaded Font
22+
Awesome Free files already contain embedded comments with sufficient
23+
attribution, so you shouldn't need to do anything additional when using these
24+
files normally.
25+
26+
We've kept attribution comments terse, so we ask that you do not actively work
27+
to remove them from files, especially code. They're a great way for folks to
28+
learn about Font Awesome.
29+
30+
# Brand Icons
31+
All brand icons are trademarks of their respective owners. The use of these
32+
trademarks does not indicate endorsement of the trademark holder by Font
33+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
34+
to represent the company, product, or service to which they refer.**

public/vendor/fontawesome-free/css/all.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)