├── stisla-stubs ├── vendors │ ├── resources │ │ ├── js │ │ │ ├── app.js │ │ │ └── bootstrap.js │ │ └── assets │ │ │ └── js │ │ │ ├── custom │ │ │ ├── custom-datatable.js │ │ │ └── custom.js │ │ │ └── profile.js │ ├── public │ │ ├── css │ │ │ ├── custom.css │ │ │ ├── social-icons.css │ │ │ ├── owl.theme.css │ │ │ ├── prism.css │ │ │ ├── owl.carousel.css │ │ │ └── Pe-icon-7-stroke.css │ │ ├── img │ │ │ └── logo.png │ │ ├── web │ │ │ ├── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── css │ │ │ │ ├── custom.css.map │ │ │ │ ├── custom.css │ │ │ │ ├── skins │ │ │ │ │ ├── reverse.css.map │ │ │ │ │ └── reverse.css │ │ │ │ ├── reverse.css │ │ │ │ ├── components.css.map │ │ │ │ └── rtl.css │ │ │ └── js │ │ │ │ ├── custom.js │ │ │ │ ├── jquery.inview.min.js │ │ │ │ ├── currency.js │ │ │ │ ├── stisla.js │ │ │ │ ├── scripts.js │ │ │ │ └── jquery.validate.min.js │ │ └── js │ │ │ ├── scripts.js │ │ │ └── scripts.min.js │ └── bootstrap │ │ └── webpack.mix.js ├── views │ ├── layouts │ │ ├── footer.blade.php │ │ ├── menu.blade.php │ │ ├── sidebar.blade.php │ │ ├── auth_app.blade.php │ │ ├── header.blade.php │ │ └── app.blade.php │ ├── auth │ │ ├── verify.blade.php │ │ ├── forgot-password.blade.php │ │ ├── passwords │ │ │ ├── email.blade.php │ │ │ ├── confirm.blade.php │ │ │ └── reset.blade.php │ │ ├── reset-password.blade.php │ │ ├── login.blade.php │ │ └── register.blade.php │ └── profile │ │ ├── edit_profile.blade.php │ │ └── change_password.blade.php └── home.blade.php ├── .gitignore ├── .github └── FUNDING.yml ├── screenshots ├── Login.png ├── Register.png ├── Admin-Layout.png ├── Edit-Profile.png ├── Reset-Password.png └── Reset-Password-Form.png ├── src ├── StislaPresetServiceProvider.php ├── FortifyStislaPresetServiceProvider.php └── StislaPreset.php ├── LICENSE ├── composer.json └── README.md /stisla-stubs/vendors/resources/js/app.js: -------------------------------------------------------------------------------- 1 | require('./bootstrap'); 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | /vendor/ 3 | composer.lock 4 | .DS_Store 5 | **/.DS_Store -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/css/custom.css: -------------------------------------------------------------------------------- 1 | .tag { 2 | display: inline-block; 3 | } 4 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | open_collective: infyomlabs 4 | -------------------------------------------------------------------------------- /screenshots/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/screenshots/Login.png -------------------------------------------------------------------------------- /screenshots/Register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/screenshots/Register.png -------------------------------------------------------------------------------- /screenshots/Admin-Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/screenshots/Admin-Layout.png -------------------------------------------------------------------------------- /screenshots/Edit-Profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/screenshots/Edit-Profile.png -------------------------------------------------------------------------------- /screenshots/Reset-Password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/screenshots/Reset-Password.png -------------------------------------------------------------------------------- /screenshots/Reset-Password-Form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/screenshots/Reset-Password-Form.png -------------------------------------------------------------------------------- /stisla-stubs/views/layouts/footer.blade.php: -------------------------------------------------------------------------------- 1 |
4 | -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/stisla-stubs/vendors/public/img/logo.png -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/web/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/stisla-stubs/vendors/public/web/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfyOmLabs/laravel-ui-stisla/HEAD/stisla-stubs/vendors/public/web/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/web/css/custom.css.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sourceRoot":"","sources":["../../sources/scss/custom.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","file":"custom.css"} -------------------------------------------------------------------------------- /stisla-stubs/vendors/public/web/js/custom.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * You can write your JS code here, DO NOT touch the default style file 4 | * because it will make it harder for you to update. 5 | * 6 | */ 7 | 8 | "use strict"; 9 | -------------------------------------------------------------------------------- /stisla-stubs/views/layouts/menu.blade.php: -------------------------------------------------------------------------------- 1 |Before proceeding, please check your email for a verification link.If you did not receive 17 | the email,
18 | click here to request another'. 19 |
29 | Please confirm your password before continuing.
27 | 28 | 53 | 54 |55 | Forgot Your Password? 56 |
57 |
](https://youtu.be/6cxIGi-Ff8o)|[
](https://youtu.be/DjK9jPDdcR0)|
71 | |---|---|
72 |
73 | ## Screenshots
74 |
75 | ### Login
76 |
77 | 
78 |
79 | ### Register
80 |
81 | 
82 |
83 | ### Reset Password Form
84 |
85 | 
86 |
87 | ### Reset Password
88 |
89 | 
90 |
91 | ### Admin Layout
92 |
93 | 
94 |
95 | ### Edit Profile
96 | 
97 |
--------------------------------------------------------------------------------
/stisla-stubs/vendors/public/web/js/currency.js:
--------------------------------------------------------------------------------
1 | /*
2 | currency.js - v1.2.2
3 | http://scurker.github.io/currency.js
4 |
5 | Copyright (c) 2019 Jason Wilson
6 | Released under MIT license
7 | */
8 | (function (d, c) {
9 | 'object' === typeof exports && 'undefined' !== typeof module
10 | ? module.exports = c()
11 | : 'function' === typeof define && define.amd ? define(c) : (d = d ||
12 | self, d.currency = c());
13 | })(this, function () {
14 | function d (b, a) {
15 | if (!(this instanceof d)) return new d(b, a);
16 | a = Object.assign({}, m, a);
17 | var f = Math.pow(10, a.precision);
18 | this.intValue = b = c(b, a);
19 | this.value = b / f;
20 | a.increment = a.increment || 1 / f;
21 | a.groups = a.useVedic ? n : p;
22 | this.s = a;
23 | this.p = f;
24 | }
25 |
26 | function c (b, a) {
27 | var f = 2 < arguments.length && void 0 !== arguments[2]
28 | ? arguments[2]
29 | : !0, c = a.decimal, g = a.errorOnInvalid;
30 | var e = Math.pow(10, a.precision);
31 | var h = 'number' === typeof b;
32 | if (h || b instanceof d) e *= h ? b : b.value; else if ('string' ===
33 | typeof b) g = new RegExp('[^-\\d' + c + ']', 'g'), c = new RegExp(
34 | '\\' + c, 'g'), e = (e *= b.replace(/\((.*)\)/, '-$1').
35 | replace(g, '').
36 | replace(c, '.')) || 0; else {
37 | if (g) throw Error('Invalid Input');
38 | e = 0;
39 | }
40 | e = e.toFixed(4);
41 | return f ? Math.round(e) : e;
42 | }
43 |
44 | var m = {
45 | symbol: '$',
46 | separator: ',',
47 | decimal: '.',
48 | formatWithSymbol: !1,
49 | errorOnInvalid: !1,
50 | precision: 2,
51 | pattern: '!#',
52 | negativePattern: '-!#',
53 | }, p = /(\d)(?=(\d{3})+\b)/g, n = /(\d)(?=(\d\d)+\d\b)/g;
54 | d.prototype = {
55 | add: function (b) {
56 | var a = this.s, f = this.p;
57 | return d((this.intValue + c(b, a)) / f, a);
58 | },
59 | subtract: function (b) {
60 | var a = this.s, f = this.p;
61 | return d((this.intValue - c(b, a)) / f, a);
62 | },
63 | multiply: function (b) {
64 | var a = this.s;
65 | return d(this.intValue * b / Math.pow(10, a.precision), a);
66 | },
67 | divide: function (b) {
68 | var a = this.s;
69 | return d(this.intValue / c(b, a, !1), a);
70 | },
71 | distribute: function (b) {
72 | for (var a = this.intValue, f = this.p, c = this.s, g = [], e = Math[0 <=
73 | a ? 'floor' : 'ceil'](a / b), h = Math.abs(a - e * b); 0 !==
74 | b; b--) {
75 | var k = d(e / f, c);
76 | 0 < h-- && (k = 0 <= a ? k.add(1 / f) : k.subtract(1 /
77 | f));
78 | g.push(k);
79 | }
80 | return g;
81 | },
82 | dollars: function () {return ~~this.value;},
83 | cents: function () {return ~~(this.intValue % this.p);},
84 | format: function (b) {
85 | var a = this.s, c = a.pattern, d = a.negativePattern,
86 | g = a.formatWithSymbol, e = a.symbol, h = a.separator,
87 | k = a.decimal;
88 | a = a.groups;
89 | var l = (this + '').replace(/^-/, '').split('.'), m = l[0];
90 | l = l[1];
91 | 'undefined' === typeof b && (b = g);
92 | return (0 <= this.value ? c : d).replace('!', b ? e : '').
93 | replace('#',
94 | ''.concat(m.replace(a, '$1' + h)).concat(l ? k + l : ''));
95 | },
96 | toString: function () {
97 | var b = this.s, a = b.increment;
98 | return (Math.round(this.intValue /
99 | this.p / a) * a).toFixed(b.precision);
100 | },
101 | toJSON: function () {return this.value;},
102 | };
103 | return d;
104 | });
105 |
--------------------------------------------------------------------------------
/stisla-stubs/views/auth/register.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.auth_app')
2 | @section('title')
3 | Register
4 | @endsection
5 | @section('content')
6 |