├── .gitignore
├── README.md
├── blog.rtf
├── mix-manifest.json
├── package.json
├── src
├── about-us.ejs
├── contact-us.ejs
├── datatable-demo.ejs
├── font-awesome.ejs
├── fonts
│ ├── 1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2
│ ├── 1Ptrg8zYS_SKggPNwIouWqZPANqczVs.woff2
│ ├── 1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2
│ ├── 1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2
│ ├── 1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2
│ ├── 1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2
│ ├── 1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2
│ └── style.css
├── images
│ ├── favicon.ico
│ ├── logistic-logo.svg
│ └── pexels-photo-208745.jpeg
├── include
│ ├── footer.ejs
│ ├── header.ejs
│ ├── scripts.ejs
│ └── styles.ejs
├── index.ejs
├── js
│ ├── app.js
│ └── bootstrap.js
├── sass
│ ├── _variables.scss
│ ├── about.scss
│ ├── app.scss
│ ├── contact-us.scss
│ ├── datatable.scss
│ ├── font-awesome.scss
│ ├── footer.scss
│ ├── header.scss
│ └── index.scss
└── vendor
│ ├── animate
│ └── animate.css
│ ├── dataTables
│ ├── datatables.min.css
│ └── datatables.min.js
│ ├── font-awesome
│ ├── css
│ │ └── font-awesome.min.css
│ └── fonts
│ │ ├── fa-brands-400.eot
│ │ ├── fa-brands-400.svg
│ │ ├── fa-brands-400.ttf
│ │ ├── fa-brands-400.woff
│ │ ├── fa-brands-400.woff2
│ │ ├── fa-regular-400.eot
│ │ ├── fa-regular-400.svg
│ │ ├── fa-regular-400.ttf
│ │ ├── fa-regular-400.woff
│ │ ├── fa-regular-400.woff2
│ │ ├── fa-solid-900.eot
│ │ ├── fa-solid-900.svg
│ │ ├── fa-solid-900.ttf
│ │ ├── fa-solid-900.woff
│ │ └── fa-solid-900.woff2
│ ├── jqueryui
│ ├── AUTHORS.txt
│ ├── LICENSE.txt
│ ├── external
│ │ └── jquery
│ │ │ └── jquery.js
│ ├── images
│ │ ├── ui-icons_444444_256x240.png
│ │ ├── ui-icons_555555_256x240.png
│ │ ├── ui-icons_777620_256x240.png
│ │ ├── ui-icons_777777_256x240.png
│ │ ├── ui-icons_cc0000_256x240.png
│ │ └── ui-icons_ffffff_256x240.png
│ ├── index.html
│ ├── jquery-ui.css
│ ├── jquery-ui.js
│ ├── jquery-ui.min.css
│ ├── jquery-ui.min.js
│ ├── jquery-ui.structure.css
│ ├── jquery-ui.structure.min.css
│ ├── jquery-ui.theme.css
│ ├── jquery-ui.theme.min.css
│ └── package.json
│ ├── sweetalert
│ ├── sweetalert.css
│ └── sweetalert.min.js
│ └── validate
│ ├── additional-methods.min.js
│ ├── jquery.simplyCountable.js
│ └── jquery.validate.min.js
└── webpack.mix.js
/.gitignore:
--------------------------------------------------------------------------------
1 | dist
2 | node_modules
3 | package-lock.json
4 | hot
5 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Laravel Mix Starter Project
2 |
3 | ## Introduction
4 | This demo is based on laravel-mix starter kit and its using ejs-compiled-loader to compile ejs files.
5 | other functionality and document should work as laravel-mix documentation.
6 |
7 | You can find step by step guide from [this blog](https://www.logisticinfotech.com/blog/laravel-mix-starter-for-html-bootstrap-theme-development)
8 |
9 | ## Installation
10 | npm install
11 |
12 | ## To run with live reload
13 | npm run hot
14 |
15 | ## Generate production build
16 | npm run prod
17 |
18 | ## Add New Html File
19 |
20 | new HtmlWebpackPlugin({
21 | template: "ejs-compiled-loader!./src/index.ejs",
22 | filename: "index.html",
23 | inject: false
24 | })
25 |
26 | this will generate index.html file in dist folder and header/footer will be included, please check index.ejs file content.
27 |
28 | ## Include html file
29 | we can use standerd ejs syntex
30 |
31 | <% include ./include/header.ejs %>
32 |
33 | ## app.scss
34 | this file includes bootstrap directly from node_modules
35 |
--------------------------------------------------------------------------------
/blog.rtf:
--------------------------------------------------------------------------------
1 | {\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf830
2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Menlo-Regular;}
3 | {\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red255\green255\blue255;\red70\green137\blue204;
4 | \red23\green23\blue23;\red202\green202\blue202;\red140\green211\blue254;\red212\green214\blue154;\red194\green126\blue101;
5 | \red67\green192\blue160;}
6 | {\*\expandedcolortbl;;\csgray\c0;\csgray\c100000;\cssrgb\c33725\c61176\c83922;
7 | \cssrgb\c11765\c11765\c11765;\cssrgb\c83137\c83137\c83137;\cssrgb\c61176\c86275\c99608;\cssrgb\c86275\c86275\c66667;\cssrgb\c80784\c56863\c47059;
8 | \cssrgb\c30588\c78824\c69020;}
9 | \paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
10 | \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
11 |
12 | \f0\fs24 \cf0 laravel-mix-starter\
13 | \
14 | *How to use laravel mix \
15 | \
16 | \'97>Laravel Mix provides a clean, fluent API for defining basic webpack build steps for your Laravel application. Mix supports several common CSS and JavaScript pre-processors.\
17 | \
18 | \'97>If you've ever been confused about how to get started with module bundling and asset compilation, you will love Laravel Mix!\
19 | \
20 | \
21 | \
22 | (0)
23 | \f1\fs22 \cf2 \cb3 \CocoaLigature0 Laravel Mix is open-sourced software
24 | \f0\fs24 \cf0 \cb1 \CocoaLigature1 \
25 | \
26 | (1) install node js \
27 | \
28 | (2)setup run command form\
29 | \
30 | (3)in this requied of files in setup\
31 | \
32 | - webpack.mix.js \
33 | - package.json \
34 | \
35 | (4) setup all control web pack file in \
36 | \
37 | (5) web pack file in laravel mix and js and css file include and webpages path set \
38 | \
39 | (6) src folder list of file\
40 | \
41 | - index.ejs\
42 | - img folder \
43 | - include folder in header and footer file \
44 | - sacc folder in scss file \
45 | - vender folder all css js files include \
46 | \
47 | (7) app.scss is main scss file in include all scss @import \'91filename.scss\'92; in working\
48 | \
49 | \
50 | (8) first command npm install \
51 | \
52 | (9) second command npm run hot \
53 | \
54 | (10 ) output your ulr: PCIP in include :8080 In show output \
55 | \
56 | \
57 | \pard\pardeftab720\sl360\partightenfactor0
58 |
59 | \f1 \cf4 \cb5 \expnd0\expndtw0\kerning0
60 | let\cf6 \cf7 mix\cf6 = \cf8 require\cf6 (\cf9 'laravel-mix'\cf6 );\cb1 \
61 | \cf4 \cb5 let\cf6 \cf7 HtmlWebpackPlugin\cf6 = \cf8 require\cf6 (\cf9 'html-webpack-plugin'\cf6 )\cb1 \
62 | \
63 | \
64 | \cf7 \cb5 mix\cf6 .\cf8 js\cf6 (\cf9 'src/js/app.js'\cf6 , \cf9 'dist/js'\cf6 );\cb1 \
65 | \
66 | \cf7 \cb5 mix\cf6 .\cf8 combine\cf6 ([\cb1 \
67 | \cb5 \cf9 'src/vendor/dataTables/datatables.min.js'\cf6 ,\cb1 \
68 | \cb5 \cf9 'src/vendor/jqueryui/jquery-ui.min.js'\cf6 ,\cb1 \
69 | \cb5 \cf9 'src/vendor/sweetalert/sweetalert.min.js'\cf6 ,\cb1 \
70 | \cb5 \cf9 'src/vendor/validate/jquery.validate.min.js'\cf6 \cb1 \
71 | \cb5 ], \cf9 'dist/js/vendor.js'\cf6 );\cb1 \
72 | \
73 | \cf7 \cb5 mix\cf6 .\cf8 combine\cf6 ([\cb1 \
74 | \cb5 \cf9 'src/vendor/animate/animate.css'\cf6 ,\cb1 \
75 | \cb5 \cf9 'src/vendor/dataTables/datatables.min.css'\cf6 ,\cb1 \
76 | \cb5 \cf9 'src/vendor/font-awesome/css/font-awesome.min.css'\cf6 ,\cb1 \
77 | \cb5 \cf9 'src/vendor/jqueryui/jquery-ui.min.css'\cf6 ,\cb1 \
78 | \cb5 \cf9 'src/vendor/src/vendor/sweetalert/sweetalert.css'\cf6 ,\cb1 \
79 | \cb5 ], \cf9 'dist/css/vendor.css'\cf6 );\cb1 \
80 | \
81 | \cf7 \cb5 mix\cf6 .\cf8 sass\cf6 (\cf9 'src/sass/app.scss'\cf6 , \cf9 'dist/css'\cf6 );\cb1 \
82 | \
83 | \cf7 \cb5 mix\cf6 .\cf8 copyDirectory\cf6 (\cf9 'src/vendor/font-awesome/fonts'\cf6 , \cf9 'dist/fonts'\cf6 );\cb1 \
84 | \
85 | \cf7 \cb5 mix\cf6 .\cf8 setPublicPath\cf6 (\cf9 'dist'\cf6 );\cb1 \
86 | \cf7 \cb5 mix\cf6 .\cf8 copyDirectory\cf6 (\cf9 'src/img'\cf6 , \cf9 'dist/img'\cf6 );\cb1 \
87 | \
88 | \cf7 \cb5 mix\cf6 .\cf8 disableNotifications\cf6 ();\cb1 \
89 | \
90 | \cf7 \cb5 mix\cf6 .\cf8 webpackConfig\cf6 (\{\cb1 \
91 | \cb5 \cf7 output:\cf6 \{\cb1 \
92 | \cb5 \cf7 publicPath:\cf6 \cf9 ''\cf6 \cb1 \
93 | \cb5 \},\cb1 \
94 | \cb5 \cf7 plugins:\cf6 [\cb1 \
95 | \cb5 \cf4 new\cf6 \cf10 HtmlWebpackPlugin\cf6 (\{\cf7 template:\cf6 \cf9 "ejs-compiled-loader!./src/index.ejs"\cf6 , \cf7 filename:\cf6 \cf9 "index.html"\cf6 , \cf7 inject:\cf6 \cf4 false\cf6 \}),\cb1 \
96 | \cb5 \cf4 new\cf6 \cf10 HtmlWebpackPlugin\cf6 (\{\cf7 template:\cf6 \cf9 "ejs-compiled-loader!./src/about-us.ejs"\cf6 , \cf7 filename:\cf6 \cf9 "about-us.html"\cf6 , \cf7 inject:\cf6 \cf4 false\cf6 \}),\cb1 \
97 | \cb5 \cf4 new\cf6 \cf10 HtmlWebpackPlugin\cf6 (\{\cf7 template:\cf6 \cf9 "ejs-compiled-loader!./src/contact-us.ejs"\cf6 , \cf7 filename:\cf6 \cf9 "contact-us.html"\cf6 , \cf7 inject:\cf6 \cf4 false\cf6 \}),\cb1 \
98 | \cb5 \cf4 new\cf6 \cf10 HtmlWebpackPlugin\cf6 (\{\cf7 template:\cf6 \cf9 "ejs-compiled-loader!./src/datatable-demo.ejs"\cf6 , \cf7 filename:\cf6 \cf9 "datatable-demo.html"\cf6 , \cf7 inject:\cf6 \cf4 false\cf6 \}),\cb1 \
99 | \cb5 \cf4 new\cf6 \cf10 HtmlWebpackPlugin\cf6 (\{\cf7 template:\cf6 \cf9 "ejs-compiled-loader!./src/font-awesome.ejs"\cf6 , \cf7 filename:\cf6 \cf9 "font-awesome.html"\cf6 , \cf7 inject:\cf6 \cf4 false\cf6 \})\cb1 \
100 | \cb5 ],\
101 | \
102 | \cb1 \
103 | \cb5 \cf7 devServer:\cf6 \{\cb1 \
104 | \cb5 \cf7 disableHostCheck:\cf6 \cf4 false\cf6 ,\cb1 \
105 | \cb5 \cf7 watchContentBase:\cf6 \cf4 true\cf6 ,\cb1 \
106 | \cb5 \cf7 host:\cf6 \cf9 "0.0.0.0"\cf6 \cb1 \
107 | \cb5 \}\cb1 \
108 | \cb5 \});\cb1 \
109 | \
110 | \
111 | }
--------------------------------------------------------------------------------
/mix-manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "/js/app.js": "/js/app.js",
3 | "/css/app.css": "/css/app.css",
4 | "/js/vendor.js": "/js/vendor.js",
5 | "/css/vendor.css": "/css/vendor.css",
6 | "/fonts/fa-brands-400.eot": "/fonts/fa-brands-400.eot",
7 | "/fonts/fa-brands-400.svg": "/fonts/fa-brands-400.svg",
8 | "/fonts/fa-brands-400.ttf": "/fonts/fa-brands-400.ttf",
9 | "/fonts/fa-brands-400.woff": "/fonts/fa-brands-400.woff",
10 | "/fonts/fa-brands-400.woff2": "/fonts/fa-brands-400.woff2",
11 | "/fonts/fa-regular-400.eot": "/fonts/fa-regular-400.eot",
12 | "/fonts/fa-regular-400.svg": "/fonts/fa-regular-400.svg",
13 | "/fonts/fa-regular-400.ttf": "/fonts/fa-regular-400.ttf",
14 | "/fonts/fa-regular-400.woff": "/fonts/fa-regular-400.woff",
15 | "/fonts/fa-regular-400.woff2": "/fonts/fa-regular-400.woff2",
16 | "/fonts/fa-solid-900.eot": "/fonts/fa-solid-900.eot",
17 | "/fonts/fa-solid-900.svg": "/fonts/fa-solid-900.svg",
18 | "/fonts/fa-solid-900.ttf": "/fonts/fa-solid-900.ttf",
19 | "/fonts/fa-solid-900.woff": "/fonts/fa-solid-900.woff",
20 | "/fonts/fa-solid-900.woff2": "/fonts/fa-solid-900.woff2",
21 | "/fonts/1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2": "/fonts/1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2",
22 | "/fonts/1Ptrg8zYS_SKggPNwIouWqZPANqczVs.woff2": "/fonts/1Ptrg8zYS_SKggPNwIouWqZPANqczVs.woff2",
23 | "/fonts/1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2": "/fonts/1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2",
24 | "/fonts/1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2": "/fonts/1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2",
25 | "/fonts/1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2": "/fonts/1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2",
26 | "/fonts/1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2": "/fonts/1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2",
27 | "/fonts/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2": "/fonts/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2",
28 | "/fonts/style.css": "/fonts/style.css",
29 | "/images/favicon.ico": "/images/favicon.ico",
30 | "/images/logistic-logo.svg": "/images/logistic-logo.svg",
31 | "/images/pexels-photo-208745.jpeg": "/images/pexels-photo-208745.jpeg"
32 | }
33 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "private": true,
3 | "scripts": {
4 | "development": "mix",
5 | "watch": "mix watch",
6 | "watch-poll": "mix watch -- --watch-options-poll=1000",
7 | "hot": "mix && mix watch --hot",
8 | "production": "mix --production",
9 | "hot1": "npm run development && NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js"
10 | },
11 | "devDependencies": {
12 | "@popperjs/core": "^2.9.2",
13 | "axios": "^0.21",
14 | "bootstrap": "^5.1.0",
15 | "ejs": "^2.6.1",
16 | "ejs-compiled-loader": "^1.1.0",
17 | "html-webpack-plugin": "^5.3.2",
18 | "jquery": "^3.6",
19 | "laravel-mix": "^6.0",
20 | "lodash": "^4.17.21",
21 | "postcss": "^8.1.14",
22 | "sass": "^1.35.2",
23 | "sass-loader": "^12.1.0"
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/src/about-us.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Bootstrap - Button Demo
12 |
13 | <% include /src/include/styles.ejs %>
14 |
15 |
16 |
17 |
18 | <% include /src/include/header.ejs %>
19 |
20 |
21 |
22 |
23 |
24 |
25 |
About Us
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
Lorem ipsum dolor sit amet
38 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean molestie purus ut enim hendrerit
39 | tincidunt. Morbi ac orci neque. Phasellus id turpis feugiat sapien vulputate tincidunt nec
40 | et tellus.
41 |
42 | Morbi mattis lectus risus, at porta neque feugiat ac. Sed sollicitudin scelerisque egestas. Maecenas ac eleifend purus. Praesent
43 | auctor placerat erat, ac facilisis ex vehicula sed. Pellentesque feugiat lorem pellentesque
44 | tincidunt tempor. .
45 |
46 |
47 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean molestie purus ut enim hendrerit tincidunt. Morbi ac orci
48 | neque. Phasellus id turpis feugiat sapien vulputate tincidunt nec et tellus.
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 | <% include /src/include/footer.ejs %>
58 |
59 | <% include /src/include/scripts.ejs %>
60 |
61 |
62 |
--------------------------------------------------------------------------------
/src/contact-us.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Bootstrap - Button Demo
12 |
13 | <% include /src/include/styles.ejs %>
14 |
15 |
16 |
17 |
18 | <% include /src/include/header.ejs %>
19 |
20 |
21 |
22 |
23 |
24 |
25 |
Contact Us
26 |
27 |
28 |
57 |
58 |
59 |
60 |
61 | <% include /src/include/footer.ejs %>
62 |
63 | <% include /src/include/scripts.ejs %>
64 |
94 |
95 |
--------------------------------------------------------------------------------
/src/font-awesome.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | Font-awesome
10 | <% include /src/include/styles.ejs %>
11 |
12 |
13 |
14 |
15 |
16 | <% include /src/include/header.ejs %>
17 |
18 |
19 |
20 |
21 |
22 |
23 |
Font Awesome icon
24 |
25 |
26 |
27 |
28 |
33 |
38 |
43 |
49 |
55 |
61 |
67 |
73 |
79 |
85 |
91 |
97 |
98 |
99 |
100 | <% include /src/include/footer.ejs %>
101 |
102 | <% include /src/include/scripts.ejs %>
103 |
104 |
105 |
--------------------------------------------------------------------------------
/src/fonts/1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/fonts/1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2
--------------------------------------------------------------------------------
/src/fonts/1Ptrg8zYS_SKggPNwIouWqZPANqczVs.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/fonts/1Ptrg8zYS_SKggPNwIouWqZPANqczVs.woff2
--------------------------------------------------------------------------------
/src/fonts/1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/fonts/1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2
--------------------------------------------------------------------------------
/src/fonts/1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/fonts/1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2
--------------------------------------------------------------------------------
/src/fonts/1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/fonts/1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2
--------------------------------------------------------------------------------
/src/fonts/1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/fonts/1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2
--------------------------------------------------------------------------------
/src/fonts/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/fonts/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2
--------------------------------------------------------------------------------
/src/fonts/style.css:
--------------------------------------------------------------------------------
1 |
2 | @font-face {
3 | font-family: 'Raleway';
4 | font-style: normal;
5 | font-weight: 200;
6 | src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(1Ptrg8zYS_SKggPNwOIpWqZPANqczVs.woff2) format('woff2');
7 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
8 | }
9 | @font-face {
10 | font-family: 'Raleway';
11 | font-style: normal;
12 | font-weight: 300;
13 | src: local('Raleway Light'), local('Raleway-Light'), url(1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2) format('woff2');
14 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
15 | }
16 | @font-face {
17 | font-family: 'Raleway';
18 | font-style: normal;
19 | font-weight: 400;
20 | src: local('Raleway'), local('Raleway-Regular'), url(1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
21 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
22 | }
23 | @font-face {
24 | font-family: 'Raleway';
25 | font-style: normal;
26 | font-weight: 500;
27 | src: local('Raleway Medium'), local('Raleway-Medium'), url(1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2) format('woff2');
28 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
29 | }
30 | @font-face {
31 | font-family: 'Raleway';
32 | font-style: normal;
33 | font-weight: 600;
34 | src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2) format('woff2');
35 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
36 | }
37 | @font-face {
38 | font-family: 'Raleway';
39 | font-style: normal;
40 | font-weight: 700;
41 | src: local('Raleway Bold'), local('Raleway-Bold'), url(1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2) format('woff2');
42 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
43 | }
44 | @font-face {
45 | font-family: 'Raleway';
46 | font-style: normal;
47 | font-weight: 800;
48 | src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(1Ptrg8zYS_SKggPNwIouWqZPANqczVs.woff2) format('woff2');
49 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
50 | }
51 | @font-face {
52 | font-family: 'Raleway';
53 | font-style: normal;
54 | font-weight: 900;
55 | src: local('Raleway Black'), local('Raleway-Black'), url(1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2) format('woff2');
56 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
57 | }
--------------------------------------------------------------------------------
/src/images/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/images/favicon.ico
--------------------------------------------------------------------------------
/src/images/logistic-logo.svg:
--------------------------------------------------------------------------------
1 | Asset 1
--------------------------------------------------------------------------------
/src/images/pexels-photo-208745.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/images/pexels-photo-208745.jpeg
--------------------------------------------------------------------------------
/src/include/footer.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
© 2017-2018
7 |
8 |
31 |
48 |
65 |
66 |
67 |
68 |
--------------------------------------------------------------------------------
/src/include/header.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/src/include/scripts.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/include/styles.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/src/index.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Bootstrap - Button Demo
12 |
13 | <% include /src/include/styles.ejs %>
14 |
15 |
16 |
17 |
18 |
19 | <% include /src/include/header.ejs %>
20 |
21 |
22 | Test color on p tag
23 |
24 |
25 |
26 |
27 |
Animated Css Exmaple
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
bounce
36 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sodales sem diam, id consequat
37 | lectus eleifend quis. Etiam in risus efficitur, vestibulum velit sit amet, finibus augue.
38 | Donec non vulputate elit. Nulla ac pretium neque.
39 |
40 |
41 |
42 |
43 |
animated bounceInLeft
44 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sodales sem diam, id consequat
45 | lectus eleifend quis. Etiam in risus efficitur, vestibulum velit sit amet, finibus augue.
46 | Donec non vulputate elit. Nulla ac pretium neque.
47 |
48 |
49 |
50 |
51 |
flash
52 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sodales sem diam, id consequat
53 | lectus eleifend quis. Etiam in risus efficitur, vestibulum velit sit amet, finibus augue.
54 | Donec non vulputate elit. Nulla ac pretium neque.
55 |
56 |
57 |
58 |
59 |
flash
60 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sodales sem diam, id consequat
61 | lectus eleifend quis. Etiam in risus efficitur, vestibulum velit sit amet, finibus augue.
62 | Donec non vulputate elit. Nulla ac pretium neque.
63 |
64 |
65 |
66 |
67 |
swing
68 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sodales sem diam, id consequat
69 | lectus eleifend quis. Etiam in risus efficitur, vestibulum velit sit amet, finibus augue.
70 | Donec non vulputate elit. Nulla ac pretium neque.
71 |
72 |
73 |
74 |
75 |
tada
76 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sodales sem diam, id consequat
77 | lectus eleifend quis. Etiam in risus efficitur, vestibulum velit sit amet, finibus augue.
78 | Donec non vulputate elit. Nulla ac pretium neque.
79 |
80 |
81 |
82 |
83 |
84 |
85 |
Sweet Alert Exmaple
86 |
87 |
88 |
89 |
90 |
91 |
92 | Click here
93 |
94 |
95 |
96 |
97 | Promises
98 |
99 |
100 |
101 |
102 | Are you sure
103 |
104 |
105 |
106 |
107 | Good job
108 |
109 |
110 |
111 |
112 |
113 |
114 | <% include /src/include/footer.ejs %>
115 |
116 | <% include /src/include/scripts.ejs %>
117 |
155 |
156 |
157 |
--------------------------------------------------------------------------------
/src/js/app.js:
--------------------------------------------------------------------------------
1 |
2 | require('./bootstrap');
--------------------------------------------------------------------------------
/src/js/bootstrap.js:
--------------------------------------------------------------------------------
1 | window._ = require('lodash');
2 |
3 | /**
4 | * We'll load the axios HTTP library which allows us to easily issue requests
5 | * to our Laravel back-end. This library automatically handles sending the
6 | * CSRF token as a header based on the value of the "XSRF" token cookie.
7 | */
8 |
9 | window.axios = require('axios');
10 |
11 | window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
12 |
13 | /**
14 | * Echo exposes an expressive API for subscribing to channels and listening
15 | * for events that are broadcast by Laravel. Echo and event broadcasting
16 | * allows your team to easily build robust real-time web applications.
17 | */
18 |
19 | // import Echo from 'laravel-echo';
20 |
21 | // window.Pusher = require('pusher-js');
22 |
23 | // window.Echo = new Echo({
24 | // broadcaster: 'pusher',
25 | // key: process.env.MIX_PUSHER_APP_KEY,
26 | // cluster: process.env.MIX_PUSHER_APP_CLUSTER,
27 | // forceTLS: true
28 | // });
29 |
30 | window.$ = window.jQuery = require('jquery');
31 | require('bootstrap');
32 |
33 |
--------------------------------------------------------------------------------
/src/sass/_variables.scss:
--------------------------------------------------------------------------------
1 |
2 | // Body
3 | $enable-rounded: false;
4 | // $info:red;
5 | // $blue: #dc2d1a;
6 |
7 | $primary: #dc2d1a;
8 | $info: #dcad1a;
9 |
10 | $border-radius: 0px;
11 | $btn-border-radius: 30px;
12 | // $btn-font-size: 25px;
13 | // $input-focus-bg: #dcad1a;
14 |
15 | // $input-transition: border-color ease-in-out 1s, box-shadow ease-in-out 1s;
--------------------------------------------------------------------------------
/src/sass/about.scss:
--------------------------------------------------------------------------------
1 | .hd-title{
2 | width: 100%;
3 | h3{
4 | width: 100%;
5 | font-size: 35px;
6 | padding: 25px 0px;
7 | }
8 | }
9 | .about-bg{
10 | width: 100%;
11 | img{
12 | width: 100%;
13 | }
14 | }
15 | .about-info{
16 | width: 100%;
17 | h4{
18 | width: 100%;
19 | font-size:25px;
20 | padding:0px 0px 20px 0px;
21 | }
22 | p{
23 | width: 100%;
24 | font-size: 16px;
25 | }
26 | }
--------------------------------------------------------------------------------
/src/sass/app.scss:
--------------------------------------------------------------------------------
1 | // Fonts
2 | // @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
3 |
4 | // Variables
5 | @import "variables";
6 |
7 | // Bootstrap
8 | @import "~bootstrap/scss/bootstrap";
9 |
10 | // @import "cover";
11 |
12 | @import "header";
13 | @import "index";
14 | @import "font-awesome";
15 | @import "about";
16 | @import "datatable";
17 | @import "contact-us";
18 |
19 | main {
20 | .container {
21 | min-height: 500px;
22 | }
23 | }
24 |
25 | body {
26 | font-family: 'Raleway';
27 | text-rendering: optimizeLegibility !important;
28 | -webkit-font-smoothing: antialiased !important;
29 | -moz-osx-font-smoothing: grayscale;
30 | }
31 |
--------------------------------------------------------------------------------
/src/sass/contact-us.scss:
--------------------------------------------------------------------------------
1 | .map{
2 | width: 100%;
3 |
4 | }
5 |
6 | .contact-form{
7 | width: 100%;
8 | }
9 |
10 | form label {
11 | display: inline-block;
12 | width: 100px;
13 | }
14 |
15 | form div {
16 | margin-bottom: 10px;
17 | }
18 |
19 | .error {
20 | color: red;
21 | margin-left: 5px;
22 | }
23 |
24 | label.error {
25 | display: inline;
26 | }
27 |
28 |
--------------------------------------------------------------------------------
/src/sass/datatable.scss:
--------------------------------------------------------------------------------
1 | .table-pd{
2 | width: 100%;
3 | padding: 50px 0px 0px 0px;
4 | }
5 | [type="search"] {
6 | outline-offset: -2px;
7 | -webkit-appearance: none !important;
8 | border: 1px solid gray;
9 | border-radius: 5px;
10 | text-indent: 10px;
11 | }
12 | table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
13 | background-color: #c8c8c8;
14 | }
15 | .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
16 | border-radius: 50px;border: 1px solid #000;
17 | }
18 | .dataTables_wrapper .dataTables_paginate .paginate_button{border-radius: 50px;}
19 | table.dataTable thead th, table.dataTable thead td {
20 | padding: 10px 18px;
21 | border-bottom: 2px solid #111;
22 | }
23 | table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
24 | background-color: #e0e0e0;
25 | }
--------------------------------------------------------------------------------
/src/sass/font-awesome.scss:
--------------------------------------------------------------------------------
1 | .hd-title{
2 | width: 100%;
3 | h3{
4 | width: 100%;
5 | font-size: 35px;
6 | padding: 25px 0px;
7 | }
8 | }
9 | .font-awesome-iconbox{
10 | width: 100%;
11 | text-align: center;
12 | i{
13 | width: 100%;
14 | font-size: 35px;
15 | }
16 | }
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/sass/footer.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/sass/footer.scss
--------------------------------------------------------------------------------
/src/sass/header.scss:
--------------------------------------------------------------------------------
1 | header {
2 | .lms-header-logo {
3 | margin-right: auto;
4 | }
5 | }
--------------------------------------------------------------------------------
/src/sass/index.scss:
--------------------------------------------------------------------------------
1 | #lms-page-index {
2 | p {
3 | font-size: 14px;
4 | //576
5 | @include media-breakpoint-up(sm) {
6 | font-size: 15px;
7 | }
8 | //768
9 | @include media-breakpoint-up(md) {
10 | font-size: 16px;
11 | }
12 | //992
13 | @include media-breakpoint-up(lg) {
14 | font-size: 17px;
15 | }
16 | //1200
17 | @include media-breakpoint-up(xl) {
18 | font-size: 18px;
19 | }
20 |
21 | // span {
22 | // background-color: $primary;
23 | // }
24 | }
25 | }
26 |
27 |
28 | .hd-title{
29 | width: 100%;
30 | h3{
31 | width: 100%;
32 | font-size: 35px;
33 | padding: 25px 0px;
34 | }
35 | }
36 |
37 | .animated-box{
38 | width: 100%;
39 | padding: 50px 30px;
40 | margin: 0px 0px 40px 0px;
41 | -moz-box-shadow: 3px 3px 5px 6px #ccc;
42 | -webkit-box-shadow: 3px 3px 5px 6px #ccc;
43 | box-shadow: 3px 3px 5px 6px #ccc;
44 | }
45 |
46 | .sweetalert{
47 | width: 100%;
48 | text-align: center;
49 | }
--------------------------------------------------------------------------------
/src/vendor/dataTables/datatables.min.css:
--------------------------------------------------------------------------------
1 | table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../img/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../img/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../img/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../img/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-brands-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-brands-400.eot
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-brands-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-brands-400.ttf
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-brands-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-brands-400.woff
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-brands-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-brands-400.woff2
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-regular-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-regular-400.eot
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-regular-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-regular-400.ttf
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-regular-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-regular-400.woff
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-regular-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-regular-400.woff2
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-solid-900.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-solid-900.eot
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-solid-900.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-solid-900.ttf
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-solid-900.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-solid-900.woff
--------------------------------------------------------------------------------
/src/vendor/font-awesome/fonts/fa-solid-900.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/logisticinfotech/laravel-mix-starter/69d762c92bfa3278869cec71ff4f0005b5289d0d/src/vendor/font-awesome/fonts/fa-solid-900.woff2
--------------------------------------------------------------------------------
/src/vendor/jqueryui/AUTHORS.txt:
--------------------------------------------------------------------------------
1 | Authors ordered by first contribution
2 | A list of current team members is available at http://jqueryui.com/about
3 |
4 | Paul Bakaus
5 | Richard Worth
6 | Yehuda Katz
7 | Sean Catchpole
8 | John Resig
9 | Tane Piper
10 | Dmitri Gaskin
11 | Klaus Hartl
12 | Stefan Petre
13 | Gilles van den Hoven
14 | Micheil Bryan Smith
15 | Jörn Zaefferer
16 | Marc Grabanski
17 | Keith Wood
18 | Brandon Aaron
19 | Scott González
20 | Eduardo Lundgren
21 | Aaron Eisenberger
22 | Joan Piedra
23 | Bruno Basto
24 | Remy Sharp
25 | Bohdan Ganicky
26 | David Bolter
27 | Chi Cheng
28 | Ca-Phun Ung
29 | Ariel Flesler
30 | Maggie Wachs
31 | Scott Jehl
32 | Todd Parker
33 | Andrew Powell
34 | Brant Burnett
35 | Douglas Neiner
36 | Paul Irish
37 | Ralph Whitbeck
38 | Thibault Duplessis
39 | Dominique Vincent
40 | Jack Hsu
41 | Adam Sontag
42 | Carl Fürstenberg
43 | Kevin Dalman
44 | Alberto Fernández Capel
45 | Jacek Jędrzejewski (http://jacek.jedrzejewski.name)
46 | Ting Kuei
47 | Samuel Cormier-Iijima
48 | Jon Palmer
49 | Ben Hollis
50 | Justin MacCarthy
51 | Eyal Kobrigo
52 | Tiago Freire
53 | Diego Tres
54 | Holger Rüprich
55 | Ziling Zhao
56 | Mike Alsup
57 | Robson Braga Araujo
58 | Pierre-Henri Ausseil
59 | Christopher McCulloh
60 | Andrew Newcomb
61 | Lim Chee Aun
62 | Jorge Barreiro
63 | Daniel Steigerwald
64 | John Firebaugh
65 | John Enters
66 | Andrey Kapitcyn
67 | Dmitry Petrov
68 | Eric Hynds
69 | Chairat Sunthornwiphat
70 | Josh Varner
71 | Stéphane Raimbault
72 | Jay Merrifield
73 | J. Ryan Stinnett
74 | Peter Heiberg
75 | Alex Dovenmuehle
76 | Jamie Gegerson
77 | Raymond Schwartz
78 | Phillip Barnes
79 | Kyle Wilkinson
80 | Khaled AlHourani
81 | Marian Rudzynski
82 | Jean-Francois Remy
83 | Doug Blood
84 | Filippo Cavallarin
85 | Heiko Henning
86 | Aliaksandr Rahalevich
87 | Mario Visic
88 | Xavi Ramirez
89 | Max Schnur
90 | Saji Nediyanchath
91 | Corey Frang
92 | Aaron Peterson
93 | Ivan Peters
94 | Mohamed Cherif Bouchelaghem
95 | Marcos Sousa
96 | Michael DellaNoce
97 | George Marshall
98 | Tobias Brunner
99 | Martin Solli
100 | David Petersen
101 | Dan Heberden
102 | William Kevin Manire
103 | Gilmore Davidson
104 | Michael Wu
105 | Adam Parod
106 | Guillaume Gautreau
107 | Marcel Toele
108 | Dan Streetman
109 | Matt Hoskins
110 | Giovanni Giacobbi
111 | Kyle Florence
112 | Pavol Hluchý
113 | Hans Hillen
114 | Mark Johnson
115 | Trey Hunner
116 | Shane Whittet
117 | Edward A Faulkner
118 | Adam Baratz
119 | Kato Kazuyoshi
120 | Eike Send
121 | Kris Borchers
122 | Eddie Monge
123 | Israel Tsadok
124 | Carson McDonald
125 | Jason Davies
126 | Garrison Locke
127 | David Murdoch
128 | Benjamin Scott Boyle
129 | Jesse Baird
130 | Jonathan Vingiano
131 | Dylan Just
132 | Hiroshi Tomita
133 | Glenn Goodrich
134 | Tarafder Ashek-E-Elahi
135 | Ryan Neufeld
136 | Marc Neuwirth
137 | Philip Graham
138 | Benjamin Sterling
139 | Wesley Walser
140 | Kouhei Sutou
141 | Karl Kirch
142 | Chris Kelly
143 | Jason Oster
144 | Felix Nagel
145 | Alexander Polomoshnov
146 | David Leal
147 | Igor Milla
148 | Dave Methvin
149 | Florian Gutmann
150 | Marwan Al Jubeh
151 | Milan Broum
152 | Sebastian Sauer
153 | Gaëtan Muller
154 | Michel Weimerskirch
155 | William Griffiths
156 | Stojce Slavkovski
157 | David Soms
158 | David De Sloovere
159 | Michael P. Jung
160 | Shannon Pekary
161 | Dan Wellman
162 | Matthew Edward Hutton
163 | James Khoury
164 | Rob Loach
165 | Alberto Monteiro
166 | Alex Rhea
167 | Krzysztof Rosiński
168 | Ryan Olton
169 | Genie <386@mail.com>
170 | Rick Waldron
171 | Ian Simpson
172 | Lev Kitsis
173 | TJ VanToll
174 | Justin Domnitz
175 | Douglas Cerna
176 | Bert ter Heide
177 | Jasvir Nagra
178 | Yuriy Khabarov <13real008@gmail.com>
179 | Harri Kilpiö
180 | Lado Lomidze
181 | Amir E. Aharoni
182 | Simon Sattes
183 | Jo Liss
184 | Guntupalli Karunakar
185 | Shahyar Ghobadpour
186 | Lukasz Lipinski
187 | Timo Tijhof
188 | Jason Moon
189 | Martin Frost
190 | Eneko Illarramendi
191 | EungJun Yi
192 | Courtland Allen
193 | Viktar Varvanovich
194 | Danny Trunk
195 | Pavel Stetina
196 | Michael Stay
197 | Steven Roussey
198 | Michael Hollis
199 | Lee Rowlands
200 | Timmy Willison
201 | Karl Swedberg
202 | Baoju Yuan
203 | Maciej Mroziński
204 | Luis Dalmolin
205 | Mark Aaron Shirley
206 | Martin Hoch
207 | Jiayi Yang
208 | Philipp Benjamin Köppchen
209 | Sindre Sorhus
210 | Bernhard Sirlinger
211 | Jared A. Scheel
212 | Rafael Xavier de Souza
213 | John Chen
214 | Robert Beuligmann
215 | Dale Kocian
216 | Mike Sherov
217 | Andrew Couch
218 | Marc-Andre Lafortune
219 | Nate Eagle
220 | David Souther
221 | Mathias Stenbom
222 | Sergey Kartashov
223 | Avinash R
224 | Ethan Romba
225 | Cory Gackenheimer
226 | Juan Pablo Kaniefsky
227 | Roman Salnikov
228 | Anika Henke
229 | Samuel Bovée
230 | Fabrício Matté
231 | Viktor Kojouharov
232 | Pawel Maruszczyk (http://hrabstwo.net)
233 | Pavel Selitskas
234 | Bjørn Johansen
235 | Matthieu Penant
236 | Dominic Barnes
237 | David Sullivan
238 | Thomas Jaggi
239 | Vahid Sohrabloo
240 | Travis Carden
241 | Bruno M. Custódio
242 | Nathanael Silverman
243 | Christian Wenz
244 | Steve Urmston
245 | Zaven Muradyan
246 | Woody Gilk
247 | Zbigniew Motyka
248 | Suhail Alkowaileet
249 | Toshi MARUYAMA
250 | David Hansen
251 | Brian Grinstead
252 | Christian Klammer
253 | Steven Luscher
254 | Gan Eng Chin
255 | Gabriel Schulhof
256 | Alexander Schmitz
257 | Vilhjálmur Skúlason
258 | Siebrand Mazeland
259 | Mohsen Ekhtiari
260 | Pere Orga
261 | Jasper de Groot