├── public ├── favicon.ico ├── robots.txt ├── vendor │ ├── daterangepicker │ │ ├── example │ │ │ └── browserify │ │ │ │ ├── bundle.js │ │ │ │ └── README.md │ │ ├── drp.png │ │ ├── bower.json │ │ └── package.js │ ├── ueditor │ │ ├── themes │ │ │ ├── iframe.css │ │ │ └── default │ │ │ │ └── images │ │ │ │ ├── arrow.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── lock.gif │ │ │ │ ├── scale.png │ │ │ │ ├── word.gif │ │ │ │ ├── anchor.gif │ │ │ │ ├── arrow_up.png │ │ │ │ ├── charts.png │ │ │ │ ├── cursor_h.gif │ │ │ │ ├── cursor_h.png │ │ │ │ ├── cursor_v.gif │ │ │ │ ├── cursor_v.png │ │ │ │ ├── filescan.png │ │ │ │ ├── loading.gif │ │ │ │ ├── sortable.png │ │ │ │ ├── spacer.gif │ │ │ │ ├── upload.png │ │ │ │ ├── arrow_down.png │ │ │ │ ├── button-bg.gif │ │ │ │ ├── icons-all.gif │ │ │ │ ├── loaderror.png │ │ │ │ ├── pagebreak.gif │ │ │ │ ├── sparator_v.png │ │ │ │ ├── toolbar_bg.png │ │ │ │ ├── videologo.gif │ │ │ │ ├── wordpaste.png │ │ │ │ ├── cancelbutton.gif │ │ │ │ ├── highlighted.gif │ │ │ │ ├── unhighlighted.gif │ │ │ │ ├── dialog-title-bg.png │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ ├── table-cell-align.png │ │ │ │ └── tangram-colorpicker.png │ │ ├── lang │ │ │ ├── en │ │ │ │ └── images │ │ │ │ │ ├── copy.png │ │ │ │ │ ├── music.png │ │ │ │ │ ├── button.png │ │ │ │ │ ├── upload.png │ │ │ │ │ ├── addimage.png │ │ │ │ │ ├── background.png │ │ │ │ │ ├── localimage.png │ │ │ │ │ ├── deleteenable.png │ │ │ │ │ ├── deletedisable.png │ │ │ │ │ ├── listbackground.png │ │ │ │ │ ├── rotateleftdisable.png │ │ │ │ │ ├── rotateleftenable.png │ │ │ │ │ ├── rotaterightenable.png │ │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ │ ├── rotaterightdisable.png │ │ │ │ │ └── alldeletebtnhoverskin.png │ │ │ └── zh-cn │ │ │ │ └── images │ │ │ │ ├── copy.png │ │ │ │ ├── music.png │ │ │ │ ├── upload.png │ │ │ │ └── localimage.png │ │ ├── dialogs │ │ │ ├── table │ │ │ │ └── dragicon.png │ │ │ ├── emotion │ │ │ │ └── images │ │ │ │ │ ├── 0.gif │ │ │ │ │ ├── bface.gif │ │ │ │ │ ├── cface.gif │ │ │ │ │ ├── fface.gif │ │ │ │ │ ├── jxface2.gif │ │ │ │ │ ├── tface.gif │ │ │ │ │ ├── wface.gif │ │ │ │ │ ├── yface.gif │ │ │ │ │ └── neweditor-tab-bg.png │ │ │ ├── image │ │ │ │ └── images │ │ │ │ │ ├── bg.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── image.png │ │ │ │ │ ├── alignicon.jpg │ │ │ │ │ ├── progress.png │ │ │ │ │ ├── success.gif │ │ │ │ │ └── success.png │ │ │ ├── video │ │ │ │ └── images │ │ │ │ │ ├── bg.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── image.png │ │ │ │ │ ├── progress.png │ │ │ │ │ ├── success.gif │ │ │ │ │ ├── success.png │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ ├── file-icons.png │ │ │ │ │ ├── left_focus.jpg │ │ │ │ │ ├── none_focus.jpg │ │ │ │ │ ├── right_focus.jpg │ │ │ │ │ └── center_focus.jpg │ │ │ ├── scrawl │ │ │ │ └── images │ │ │ │ │ ├── brush.png │ │ │ │ │ ├── empty.png │ │ │ │ │ ├── redo.png │ │ │ │ │ ├── redoH.png │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── size.png │ │ │ │ │ ├── undo.png │ │ │ │ │ ├── undoH.png │ │ │ │ │ ├── addimg.png │ │ │ │ │ ├── delimg.png │ │ │ │ │ ├── delimgH.png │ │ │ │ │ ├── emptyH.png │ │ │ │ │ ├── eraser.png │ │ │ │ │ └── scaleH.png │ │ │ ├── template │ │ │ │ └── images │ │ │ │ │ ├── bg.gif │ │ │ │ │ ├── pre0.png │ │ │ │ │ ├── pre1.png │ │ │ │ │ ├── pre2.png │ │ │ │ │ ├── pre3.png │ │ │ │ │ └── pre4.png │ │ │ ├── attachment │ │ │ │ ├── images │ │ │ │ │ ├── bg.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── image.png │ │ │ │ │ ├── alignicon.gif │ │ │ │ │ ├── alignicon.png │ │ │ │ │ ├── progress.png │ │ │ │ │ ├── success.gif │ │ │ │ │ ├── success.png │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ └── file-icons.png │ │ │ │ └── fileTypeImages │ │ │ │ │ ├── icon_chm.gif │ │ │ │ │ ├── icon_doc.gif │ │ │ │ │ ├── icon_exe.gif │ │ │ │ │ ├── icon_jpg.gif │ │ │ │ │ ├── icon_mp3.gif │ │ │ │ │ ├── icon_mv.gif │ │ │ │ │ ├── icon_pdf.gif │ │ │ │ │ ├── icon_ppt.gif │ │ │ │ │ ├── icon_psd.gif │ │ │ │ │ ├── icon_rar.gif │ │ │ │ │ ├── icon_txt.gif │ │ │ │ │ ├── icon_xls.gif │ │ │ │ │ └── icon_default.png │ │ │ ├── background │ │ │ │ └── images │ │ │ │ │ ├── bg.png │ │ │ │ │ └── success.png │ │ │ ├── charts │ │ │ │ └── images │ │ │ │ │ ├── charts0.png │ │ │ │ │ ├── charts1.png │ │ │ │ │ ├── charts2.png │ │ │ │ │ ├── charts3.png │ │ │ │ │ ├── charts4.png │ │ │ │ │ └── charts5.png │ │ │ ├── wordimage │ │ │ │ ├── imageUploader.swf │ │ │ │ └── fClipboard_ueditor.swf │ │ │ └── help │ │ │ │ └── help.css │ │ └── third-party │ │ │ ├── video-js │ │ │ ├── font │ │ │ │ ├── vjs.eot │ │ │ │ ├── vjs.ttf │ │ │ │ └── vjs.woff │ │ │ └── video-js.swf │ │ │ ├── webuploader │ │ │ └── Uploader.swf │ │ │ ├── snapscreen │ │ │ └── UEditorSnapscreen.exe │ │ │ ├── zeroclipboard │ │ │ └── ZeroClipboard.swf │ │ │ └── highcharts │ │ │ └── modules │ │ │ └── heatmap.js │ ├── raphael │ │ ├── dev │ │ │ ├── test │ │ │ │ └── vml │ │ │ │ │ └── dom.js │ │ │ └── raphael.amd.js │ │ └── .eslintrc.js │ ├── summernote │ │ ├── summernote.min.js.LICENSE.txt │ │ ├── summernote-bs4.min.js.LICENSE.txt │ │ ├── summernote-lite.min.js.LICENSE.txt │ │ ├── font │ │ │ ├── summernote.eot │ │ │ ├── summernote.ttf │ │ │ ├── summernote.woff │ │ │ └── summernote.woff2 │ │ ├── lang │ │ │ ├── summernote-ar-AR.min.js.LICENSE.txt │ │ │ ├── summernote-az-AZ.min.js.LICENSE.txt │ │ │ ├── summernote-bg-BG.min.js.LICENSE.txt │ │ │ ├── summernote-ca-ES.min.js.LICENSE.txt │ │ │ ├── summernote-cs-CZ.min.js.LICENSE.txt │ │ │ ├── summernote-da-DK.min.js.LICENSE.txt │ │ │ ├── summernote-de-DE.min.js.LICENSE.txt │ │ │ ├── summernote-el-GR.min.js.LICENSE.txt │ │ │ ├── summernote-es-ES.min.js.LICENSE.txt │ │ │ ├── summernote-es-EU.min.js.LICENSE.txt │ │ │ ├── summernote-fa-IR.min.js.LICENSE.txt │ │ │ ├── summernote-fi-FI.min.js.LICENSE.txt │ │ │ ├── summernote-fr-FR.min.js.LICENSE.txt │ │ │ ├── summernote-gl-ES.min.js.LICENSE.txt │ │ │ ├── summernote-he-IL.min.js.LICENSE.txt │ │ │ ├── summernote-hr-HR.min.js.LICENSE.txt │ │ │ ├── summernote-hu-HU.min.js.LICENSE.txt │ │ │ ├── summernote-id-ID.min.js.LICENSE.txt │ │ │ ├── summernote-it-IT.min.js.LICENSE.txt │ │ │ ├── summernote-ja-JP.min.js.LICENSE.txt │ │ │ ├── summernote-ko-KR.min.js.LICENSE.txt │ │ │ ├── summernote-lt-LT.min.js.LICENSE.txt │ │ │ ├── summernote-lt-LV.min.js.LICENSE.txt │ │ │ ├── summernote-mn-MN.min.js.LICENSE.txt │ │ │ ├── summernote-nb-NO.min.js.LICENSE.txt │ │ │ ├── summernote-nl-NL.min.js.LICENSE.txt │ │ │ ├── summernote-pl-PL.min.js.LICENSE.txt │ │ │ ├── summernote-pt-BR.min.js.LICENSE.txt │ │ │ ├── summernote-pt-PT.min.js.LICENSE.txt │ │ │ ├── summernote-ro-RO.min.js.LICENSE.txt │ │ │ ├── summernote-ru-RU.min.js.LICENSE.txt │ │ │ ├── summernote-sk-SK.min.js.LICENSE.txt │ │ │ ├── summernote-sl-SI.min.js.LICENSE.txt │ │ │ ├── summernote-sr-RS.min.js.LICENSE.txt │ │ │ ├── summernote-sv-SE.min.js.LICENSE.txt │ │ │ ├── summernote-ta-IN.min.js.LICENSE.txt │ │ │ ├── summernote-th-TH.min.js.LICENSE.txt │ │ │ ├── summernote-tr-TR.min.js.LICENSE.txt │ │ │ ├── summernote-uk-UA.min.js.LICENSE.txt │ │ │ ├── summernote-uz-UZ.min.js.LICENSE.txt │ │ │ ├── summernote-vi-VN.min.js.LICENSE.txt │ │ │ ├── summernote-zh-CN.min.js.LICENSE.txt │ │ │ ├── summernote-zh-TW.min.js.LICENSE.txt │ │ │ └── summernote-sr-RS-Latin.min.js.LICENSE.txt │ │ └── plugin │ │ │ └── databasic │ │ │ └── summernote-ext-databasic.css │ ├── adminlte │ │ └── dist │ │ │ └── img │ │ │ └── AdminLTELogo.png │ ├── fontawesome-free │ │ └── webfonts │ │ │ ├── fa-solid-900.eot │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-brands-400.eot │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff │ │ │ ├── fa-regular-400.eot │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-solid-900.woff │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.woff │ │ │ └── fa-regular-400.woff2 │ ├── jquery-mapael │ │ └── maps │ │ │ └── README.txt │ ├── jquery-ui │ │ └── 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 │ ├── dotenv-editor │ │ └── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ ├── flag-icon-css │ │ └── flags │ │ │ ├── 1x1 │ │ │ ├── bd.svg │ │ │ ├── de.svg │ │ │ ├── bq.svg │ │ │ ├── nl.svg │ │ │ ├── pl.svg │ │ │ ├── am.svg │ │ │ ├── gl.svg │ │ │ ├── lu.svg │ │ │ ├── dk.svg │ │ │ ├── gb-eng.svg │ │ │ ├── gb-sct.svg │ │ │ ├── fi.svg │ │ │ ├── id.svg │ │ │ ├── lv.svg │ │ │ ├── mc.svg │ │ │ ├── ua.svg │ │ │ ├── at.svg │ │ │ ├── ma.svg │ │ │ ├── es-ca.svg │ │ │ ├── bw.svg │ │ │ ├── ng.svg │ │ │ ├── ae.svg │ │ │ ├── hu.svg │ │ │ ├── ye.svg │ │ │ ├── ga.svg │ │ │ ├── ml.svg │ │ │ ├── ne.svg │ │ │ ├── td.svg │ │ │ ├── ci.svg │ │ │ ├── be.svg │ │ │ ├── co.svg │ │ │ ├── ru.svg │ │ │ ├── th.svg │ │ │ ├── bg.svg │ │ │ ├── bl.svg │ │ │ ├── cr.svg │ │ │ ├── fr.svg │ │ │ ├── gf.svg │ │ │ ├── gh.svg │ │ │ ├── gn.svg │ │ │ ├── gp.svg │ │ │ ├── ie.svg │ │ │ ├── it.svg │ │ │ ├── mf.svg │ │ │ ├── mq.svg │ │ │ ├── pm.svg │ │ │ ├── re.svg │ │ │ ├── wf.svg │ │ │ ├── yt.svg │ │ │ ├── dz.svg │ │ │ ├── mg.svg │ │ │ ├── mv.svg │ │ │ ├── ro.svg │ │ │ ├── ch.svg │ │ │ ├── sr.svg │ │ │ ├── no.svg │ │ │ ├── sj.svg │ │ │ ├── tt.svg │ │ │ ├── mu.svg │ │ │ ├── qa.svg │ │ │ ├── ee.svg │ │ │ ├── lc.svg │ │ │ ├── bf.svg │ │ │ ├── to.svg │ │ │ ├── jm.svg │ │ │ ├── gm.svg │ │ │ ├── ss.svg │ │ │ ├── mk.svg │ │ │ ├── sn.svg │ │ │ ├── mr.svg │ │ │ ├── lt.svg │ │ │ ├── sl.svg │ │ │ ├── gy.svg │ │ │ ├── az.svg │ │ │ ├── cg.svg │ │ │ ├── vc.svg │ │ │ ├── cz.svg │ │ │ ├── jp.svg │ │ │ ├── so.svg │ │ │ ├── vn.svg │ │ │ ├── sd.svg │ │ │ ├── la.svg │ │ │ ├── pw.svg │ │ │ ├── cd.svg │ │ │ ├── gb.svg │ │ │ ├── bj.svg │ │ │ ├── kw.svg │ │ │ ├── bh.svg │ │ │ └── is.svg │ │ │ └── 4x3 │ │ │ ├── bd.svg │ │ │ ├── de.svg │ │ │ ├── gl.svg │ │ │ ├── am.svg │ │ │ ├── bq.svg │ │ │ ├── nl.svg │ │ │ ├── lu.svg │ │ │ ├── pl.svg │ │ │ ├── gb-sct.svg │ │ │ ├── dk.svg │ │ │ ├── fi.svg │ │ │ ├── lv.svg │ │ │ ├── at.svg │ │ │ ├── id.svg │ │ │ ├── mc.svg │ │ │ ├── ua.svg │ │ │ ├── gb-eng.svg │ │ │ ├── ma.svg │ │ │ ├── ae.svg │ │ │ ├── es-ca.svg │ │ │ ├── bw.svg │ │ │ ├── ng.svg │ │ │ ├── td.svg │ │ │ ├── ga.svg │ │ │ ├── hu.svg │ │ │ ├── ml.svg │ │ │ ├── ne.svg │ │ │ ├── sl.svg │ │ │ ├── ye.svg │ │ │ ├── ci.svg │ │ │ ├── gh.svg │ │ │ ├── bg.svg │ │ │ ├── dz.svg │ │ │ ├── mv.svg │ │ │ ├── ru.svg │ │ │ ├── be.svg │ │ │ ├── co.svg │ │ │ ├── th.svg │ │ │ ├── bl.svg │ │ │ ├── cr.svg │ │ │ ├── fr.svg │ │ │ ├── gf.svg │ │ │ ├── gn.svg │ │ │ ├── gp.svg │ │ │ ├── ie.svg │ │ │ ├── it.svg │ │ │ ├── mf.svg │ │ │ ├── mq.svg │ │ │ ├── pm.svg │ │ │ ├── re.svg │ │ │ ├── wf.svg │ │ │ ├── yt.svg │ │ │ ├── mg.svg │ │ │ ├── ro.svg │ │ │ ├── sr.svg │ │ │ ├── tt.svg │ │ │ ├── ch.svg │ │ │ ├── ee.svg │ │ │ ├── no.svg │ │ │ ├── sj.svg │ │ │ ├── mu.svg │ │ │ ├── cd.svg │ │ │ ├── qa.svg │ │ │ ├── bf.svg │ │ │ ├── lc.svg │ │ │ ├── mk.svg │ │ │ ├── to.svg │ │ │ ├── ss.svg │ │ │ ├── jm.svg │ │ │ ├── sn.svg │ │ │ ├── mr.svg │ │ │ ├── lt.svg │ │ │ ├── vc.svg │ │ │ ├── la.svg │ │ │ ├── pw.svg │ │ │ ├── gy.svg │ │ │ ├── jp.svg │ │ │ ├── az.svg │ │ │ ├── cg.svg │ │ │ ├── cz.svg │ │ │ ├── so.svg │ │ │ ├── vn.svg │ │ │ ├── bh.svg │ │ │ ├── sd.svg │ │ │ ├── gb.svg │ │ │ ├── bj.svg │ │ │ ├── kw.svg │ │ │ ├── is.svg │ │ │ ├── sy.svg │ │ │ └── tr.svg │ ├── datatables-plugins │ │ ├── colreorder │ │ │ └── css │ │ │ │ ├── colReorder.bootstrap4.min.css │ │ │ │ └── colReorder.bootstrap4.css │ │ ├── keytable │ │ │ ├── css │ │ │ │ ├── keyTable.bootstrap4.min.css │ │ │ │ └── keyTable.bootstrap4.css │ │ │ └── js │ │ │ │ └── keyTable.bootstrap4.min.js │ │ ├── rowreorder │ │ │ └── css │ │ │ │ ├── rowReorder.bootstrap4.min.css │ │ │ │ └── rowReorder.bootstrap4.css │ │ ├── fixedheader │ │ │ └── css │ │ │ │ ├── fixedHeader.bootstrap4.min.css │ │ │ │ └── fixedHeader.bootstrap4.css │ │ ├── rowgroup │ │ │ ├── css │ │ │ │ ├── rowGroup.bootstrap4.min.css │ │ │ │ └── rowGroup.bootstrap4.css │ │ │ └── js │ │ │ │ └── rowGroup.bootstrap4.min.js │ │ ├── select │ │ │ └── js │ │ │ │ └── select.bootstrap4.min.js │ │ └── scroller │ │ │ └── js │ │ │ └── scroller.bootstrap4.min.js │ ├── ion-rangeslider │ │ └── less │ │ │ ├── irs.less │ │ │ └── _mixins.less │ ├── fullcalendar-plugins │ │ └── bootstrap │ │ │ └── main.min.css │ ├── jquery-validation │ │ └── localization │ │ │ ├── methods_pt.min.js │ │ │ └── methods_fi.min.js │ ├── chart.js │ │ └── Chart.min.css │ ├── inputmask │ │ └── min │ │ │ └── inputmask │ │ │ ├── global │ │ │ └── window.min.js │ │ │ └── dependencyLibs │ │ │ └── inputmask.dependencyLib.jquery.min.js │ └── pace-progress │ │ └── themes │ │ ├── black │ │ ├── pace-theme-minimal.css │ │ └── pace-theme-fill-left.css │ │ ├── blue │ │ └── pace-theme-minimal.css │ │ ├── green │ │ └── pace-theme-minimal.css │ │ ├── orange │ │ └── pace-theme-minimal.css │ │ ├── pink │ │ └── pace-theme-minimal.css │ │ ├── purple │ │ └── pace-theme-minimal.css │ │ ├── red │ │ └── pace-theme-minimal.css │ │ ├── silver │ │ └── pace-theme-minimal.css │ │ ├── white │ │ └── pace-theme-minimal.css │ │ └── yellow │ │ └── pace-theme-minimal.css ├── images │ └── nopic.jpg └── css │ └── admin.css ├── resources ├── css │ └── app.css ├── views │ ├── auth │ │ ├── login.blade.php │ │ ├── verify.blade.php │ │ ├── register.blade.php │ │ └── passwords │ │ │ ├── email.blade.php │ │ │ ├── reset.blade.php │ │ │ └── confirm.blade.php │ ├── vendor │ │ ├── datatables │ │ │ ├── script.blade.php │ │ │ └── options.blade.php │ │ ├── adminlte │ │ │ └── partials │ │ │ │ ├── sidebar │ │ │ │ ├── right-sidebar.blade.php │ │ │ │ └── menu-item-header.blade.php │ │ │ │ ├── footer │ │ │ │ └── footer.blade.php │ │ │ │ └── navbar │ │ │ │ └── dropdown-item.blade.php │ │ └── ueditor │ │ │ └── assets.blade.php │ └── admin │ │ ├── image │ │ ├── create.blade.php │ │ └── edit.blade.php │ │ ├── article │ │ ├── create.blade.php │ │ └── edit.blade.php │ │ ├── user │ │ ├── create.blade.php │ │ └── edit.blade.php │ │ └── member │ │ └── edit.blade.php └── sass │ ├── app.scss │ └── _variables.scss ├── bootstrap └── cache │ └── .gitignore ├── routes ├── wechat │ ├── mini_program.php │ └── wechat.php ├── admin │ ├── user.php │ ├── upload.php │ ├── dashboard.php │ ├── image.php │ ├── article.php │ ├── member.php │ └── setting.php ├── wechat.php └── admin.php ├── storage ├── logs │ └── .gitignore ├── app │ ├── public │ │ └── .gitignore │ └── .gitignore └── framework │ ├── testing │ └── .gitignore │ ├── views │ └── .gitignore │ ├── cache │ ├── data │ │ └── .gitignore │ └── .gitignore │ ├── sessions │ └── .gitignore │ └── .gitignore ├── database ├── .gitignore └── seeders │ ├── MemberTableSeeder.php │ └── DatabaseSeeder.php ├── .gitattributes ├── tests ├── TestCase.php ├── Unit │ └── ExampleTest.php ├── Feature │ └── ExampleTest.php └── CreatesApplication.php ├── .styleci.yml ├── .gitignore ├── .editorconfig ├── config └── datatables-fractal.php ├── app ├── Repositories │ └── Interfaces │ │ ├── ImageRepository.php │ │ ├── UserRepository.php │ │ ├── ArticleRepository.php │ │ ├── MemberRepository.php │ │ └── SettingRepository.php ├── Http │ ├── Middleware │ │ ├── EncryptCookies.php │ │ ├── VerifyCsrfToken.php │ │ ├── TrimStrings.php │ │ ├── TrustHosts.php │ │ ├── PreventRequestsDuringMaintenance.php │ │ ├── TrustProxies.php │ │ └── Authenticate.php │ ├── Controllers │ │ └── Controller.php │ └── Resources │ │ └── MemberResource.php ├── Handler │ └── TextMessageHandler.php ├── Providers │ ├── BroadcastServiceProvider.php │ └── AppServiceProvider.php └── Validators │ ├── ImageValidator.php │ ├── UserValidator.php │ ├── MemberValidator.php │ ├── ArticleValidator.php │ └── SettingValidator.php └── webpack.mix.js /public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/css/app.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bootstrap/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /routes/wechat/mini_program.php: -------------------------------------------------------------------------------- 1 | name('serve'); 4 | -------------------------------------------------------------------------------- /public/images/nopic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/images/nopic.jpg -------------------------------------------------------------------------------- /routes/admin/upload.php: -------------------------------------------------------------------------------- 1 | name('upload'); 4 | -------------------------------------------------------------------------------- /routes/admin/dashboard.php: -------------------------------------------------------------------------------- 1 | name('dashboard'); 4 | -------------------------------------------------------------------------------- /routes/admin/image.php: -------------------------------------------------------------------------------- 1 | [ 4 | 'show', 5 | ]]); 6 | -------------------------------------------------------------------------------- /routes/admin/article.php: -------------------------------------------------------------------------------- 1 | [ 4 | 'show', 5 | ]]); 6 | -------------------------------------------------------------------------------- /public/vendor/daterangepicker/drp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/daterangepicker/drp.png -------------------------------------------------------------------------------- /public/vendor/summernote/summernote.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /routes/admin/member.php: -------------------------------------------------------------------------------- 1 | [ 4 | 'create', 'store', 5 | ]]); 6 | -------------------------------------------------------------------------------- /routes/admin/setting.php: -------------------------------------------------------------------------------- 1 | [ 4 | 'index', 'update', 5 | ]]); 6 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | *.css linguist-vendored 3 | *.scss linguist-vendored 4 | *.js linguist-vendored 5 | CHANGELOG.md export-ignore 6 | -------------------------------------------------------------------------------- /public/vendor/raphael/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | "extends": "standard", 3 | "plugins": [ 4 | "standard" 5 | ] 6 | }; -------------------------------------------------------------------------------- /public/vendor/summernote/summernote-bs4.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/summernote-lite.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/raphael/dev/raphael.amd.js: -------------------------------------------------------------------------------- 1 | define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) { 2 | 3 | return R; 4 | 5 | }); -------------------------------------------------------------------------------- /public/vendor/summernote/font/summernote.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/summernote/font/summernote.eot -------------------------------------------------------------------------------- /public/vendor/summernote/font/summernote.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/summernote/font/summernote.ttf -------------------------------------------------------------------------------- /public/vendor/summernote/font/summernote.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/summernote/font/summernote.woff -------------------------------------------------------------------------------- /public/vendor/summernote/font/summernote.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/summernote/font/summernote.woff2 -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /public/vendor/adminlte/dist/img/AdminLTELogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/adminlte/dist/img/AdminLTELogo.png -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-ar-AR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-az-AZ.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-bg-BG.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-ca-ES.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-cs-CZ.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-da-DK.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-de-DE.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-el-GR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-es-ES.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-es-EU.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-fa-IR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-fi-FI.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-fr-FR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-gl-ES.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-he-IL.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-hr-HR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-hu-HU.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-id-ID.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-it-IT.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-ja-JP.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-ko-KR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-lt-LT.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-lt-LV.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-mn-MN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-nb-NO.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-nl-NL.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-pl-PL.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-pt-BR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-pt-PT.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-ro-RO.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-ru-RU.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-sk-SK.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-sl-SI.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-sr-RS.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-sv-SE.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-ta-IN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-th-TH.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-tr-TR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-uk-UA.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-uz-UZ.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-vi-VN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-zh-CN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-zh-TW.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /public/vendor/summernote/lang/summernote-sr-RS-Latin.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.16 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /public/vendor/jquery-mapael/maps/README.txt: -------------------------------------------------------------------------------- 1 | Additional maps are stored in the repository neveldo/mapael-maps 2 | 3 | Full link: https://github.com/neveldo/mapael-maps 4 | -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /public/vendor/jquery-ui/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/jquery-ui/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /public/vendor/jquery-ui/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/jquery-ui/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /public/vendor/jquery-ui/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/jquery-ui/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /public/vendor/jquery-ui/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/jquery-ui/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /public/vendor/jquery-ui/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/jquery-ui/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /public/vendor/jquery-ui/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/jquery-ui/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /public/vendor/fontawesome-free/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/fontawesome-free/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /public/vendor/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /storage/framework/.gitignore: -------------------------------------------------------------------------------- 1 | compiled.php 2 | config.php 3 | down 4 | events.scanned.php 5 | maintenance.php 6 | routes.php 7 | routes.scanned.php 8 | schedule-* 9 | services.json 10 | -------------------------------------------------------------------------------- /public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/dotenv-editor/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /public/vendor/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /routes/wechat.php: -------------------------------------------------------------------------------- 1 | group(function () { 6 | include_route_files(__DIR__.'/wechat/'); 7 | }); 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cranux/LaravelDevTemplate/HEAD/public/vendor/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /resources/views/vendor/datatables/script.blade.php: -------------------------------------------------------------------------------- 1 | (function(window,$){window.LaravelDataTables=window.LaravelDataTables||{};window.LaravelDataTables["%1$s"]=$("#%1$s").DataTable(%2$s);})(window,jQuery); 2 | -------------------------------------------------------------------------------- /resources/views/vendor/adminlte/partials/sidebar/right-sidebar.blade.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /resources/sass/app.scss: -------------------------------------------------------------------------------- 1 | // Fonts 2 | //@import url('https://fonts.googleapis.com/css?family=Nunito'); 3 | 4 | // Variables 5 | //@import 'variables'; 6 | 7 | // Bootstrap 8 | //@import '~bootstrap/scss/bootstrap'; 9 | -------------------------------------------------------------------------------- /tests/TestCase.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /resources/views/vendor/adminlte/partials/sidebar/menu-item-header.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /routes/admin.php: -------------------------------------------------------------------------------- 1 | as('admin.') 6 | ->group(function () { 7 | include_route_files(__DIR__.'/admin/'); 8 | }); 9 | 10 | -------------------------------------------------------------------------------- /.styleci.yml: -------------------------------------------------------------------------------- 1 | php: 2 | preset: laravel 3 | disabled: 4 | - no_unused_imports 5 | finder: 6 | not-name: 7 | - index.php 8 | - server.php 9 | js: 10 | finder: 11 | not-name: 12 | - webpack.mix.js 13 | css: true 14 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/colreorder/css/colReorder.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0275d8;z-index:201} 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules 2 | /public/hot 3 | /public/storage 4 | /storage/*.key 5 | /vendor 6 | .env 7 | .env.backup 8 | .phpunit.result.cache 9 | docker-compose.override.yml 10 | Homestead.json 11 | Homestead.yaml 12 | npm-debug.log 13 | yarn-error.log 14 | .idea 15 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/ion-rangeslider/less/irs.less: -------------------------------------------------------------------------------- 1 | // Base styles 2 | @import "_base"; 3 | 4 | // Skins styles 5 | @import "skins/flat"; 6 | @import "skins/big"; 7 | @import "skins/modern"; 8 | @import "skins/sharp"; 9 | @import "skins/round"; 10 | @import "skins/square"; 11 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/am.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/nl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/bq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/nl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/pl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/lu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/pl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/daterangepicker/example/browserify/README.md: -------------------------------------------------------------------------------- 1 | # Browserify example 2 | 3 | Two steps need to be done for this to work 4 | 5 | In the project root 6 | 7 | npm install 8 | 9 | In this folder 10 | 11 | ../../node_modules/.bin/browserify main.js -o bundle.js 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/am.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/lu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gb-sct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/dk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gb-eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gb-sct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/dk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/fi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/lv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/fi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/id.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/lv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/at.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/id.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | end_of_line = lf 6 | insert_final_newline = true 7 | indent_style = space 8 | indent_size = 4 9 | trim_trailing_whitespace = true 10 | 11 | [*.md] 12 | trim_trailing_whitespace = false 13 | 14 | [*.{yml,yaml}] 15 | indent_size = 2 16 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/keytable/css/keyTable.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable tbody th.focus,table.dataTable tbody td.focus{box-shadow:inset 0 0 1px 2px #0275d8}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{box-shadow:inset 0 0 1px 2px #ff8b33} 2 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/at.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gb-eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/es-ca.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ae.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/es-ca.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/bw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ae.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /config/datatables-fractal.php: -------------------------------------------------------------------------------- 1 | 'include', 8 | 9 | /* 10 | * Default fractal serializer. 11 | */ 12 | 'serializer' => League\Fractal\Serializer\DataArraySerializer::class, 13 | ]; 14 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/colreorder/css/colReorder.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.DTCR_clonedTable.dataTable { 2 | position: absolute !important; 3 | background-color: rgba(255, 255, 255, 0.7); 4 | z-index: 202; 5 | } 6 | 7 | div.DTCR_pointer { 8 | width: 1px; 9 | background-color: #0275d8; 10 | z-index: 201; 11 | } 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/td.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /resources/views/vendor/datatables/options.blade.php: -------------------------------------------------------------------------------- 1 | window.LaravelDataTables = window.LaravelDataTables || {}; 2 | window.LaravelDataTables.options = %2$s 3 | window.LaravelDataTables.editors = []; 4 | @foreach($editors as $editor) 5 | window.LaravelDataTables.editors["{{$editor->instance}}"] = {!! $editor->toJson() !!} 6 | @endforeach 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/hu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ga.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/hu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ne.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/sl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ga.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ne.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/td.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ci.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ci.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/dz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ru.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/be.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/co.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ru.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/th.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/be.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/co.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/th.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/keytable/css/keyTable.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.dataTable tbody th.focus, 2 | table.dataTable tbody td.focus { 3 | box-shadow: inset 0 0 1px 2px #0275d8; 4 | } 5 | 6 | div.dtk-focus-alt table.dataTable tbody th.focus, 7 | div.dtk-focus-alt table.dataTable tbody td.focus { 8 | box-shadow: inset 0 0 1px 2px #ff8b33; 9 | } 10 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/bl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/cr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/fr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/mf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/mq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/pm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/re.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/wf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/yt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/cr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/fr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/pm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/re.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/wf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/yt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/dz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /tests/Unit/ExampleTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(true); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/mg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/mv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/Repositories/Interfaces/ImageRepository.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/tt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /resources/views/vendor/ueditor/assets.blade.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/Repositories/Interfaces/ArticleRepository.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/sr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/sj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/tt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/sj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/mu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /resources/views/vendor/adminlte/partials/footer/footer.blade.php: -------------------------------------------------------------------------------- 1 |
2 | Copyright © 2019-2021 LaravelDevTemplate. 3 | All rights reserved. 4 |
5 | Version 3.x 6 |
7 |
8 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/rowreorder/css/rowReorder.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #0275d8;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move} 2 | -------------------------------------------------------------------------------- /public/vendor/ion-rangeslider/less/_mixins.less: -------------------------------------------------------------------------------- 1 | .no-click () { 2 | -webkit-user-select: none; 3 | -khtml-user-select: none; 4 | -moz-user-select: none; 5 | -ms-user-select: none; 6 | user-select: none; 7 | } 8 | 9 | .pos-r () { 10 | position: relative; 11 | display: block; 12 | } 13 | 14 | .pos-a () { 15 | position: absolute; 16 | display: block; 17 | } 18 | -------------------------------------------------------------------------------- /public/vendor/summernote/plugin/databasic/summernote-ext-databasic.css: -------------------------------------------------------------------------------- 1 | .ext-databasic { 2 | position: relative; 3 | display: block; 4 | min-height: 50px; 5 | background-color: cyan; 6 | text-align: center; 7 | padding: 20px; 8 | border: 1px solid white; 9 | border-radius: 10px; 10 | } 11 | 12 | .ext-databasic p { 13 | color: white; 14 | font-size: 1.2em; 15 | margin: 0; 16 | } 17 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/fixedheader/css/fixedHeader.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-floating{position:fixed !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} 2 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/cd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/Http/Middleware/EncryptCookies.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/qa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/Http/Middleware/VerifyCsrfToken.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/lc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/to.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /public/vendor/daterangepicker/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "daterangepicker", 3 | "main": [ 4 | "daterangepicker.js", 5 | "daterangepicker.css" 6 | ], 7 | "ignore": [ 8 | "**/.*", 9 | "node_modules", 10 | "bower_components", 11 | "test", 12 | "tests", 13 | "moment.js", 14 | "moment.min.js" 15 | ], 16 | "dependencies": { 17 | "jquery": "1.9.1 - 3", 18 | "moment": ">=2.9.0" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/to.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /public/vendor/ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /app/Http/Controllers/Controller.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/Http/Middleware/TrimStrings.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/jm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/ss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/fullcalendar-plugins/bootstrap/main.min.css: -------------------------------------------------------------------------------- 1 | .fc.fc-bootstrap a{text-decoration:none}.fc.fc-bootstrap a[data-goto]:hover{text-decoration:underline}.fc-bootstrap hr.fc-divider{border-color:inherit}.fc-bootstrap .fc-today.alert{border-radius:0}.fc-bootstrap a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap .fc-popover.card{position:absolute}.fc-bootstrap .fc-popover .card-body{padding:0}.fc-bootstrap .fc-time-grid .fc-slats table{background:0 0} -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/mk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /tests/Feature/ExampleTest.php: -------------------------------------------------------------------------------- 1 | get('/'); 18 | 19 | $response->assertStatus(200); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /app/Handler/TextMessageHandler.php: -------------------------------------------------------------------------------- 1 | allSubdomainsOfApplicationUrl(), 18 | ]; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/sn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/Http/Middleware/PreventRequestsDuringMaintenance.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/sn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /resources/views/vendor/adminlte/partials/navbar/dropdown-item.blade.php: -------------------------------------------------------------------------------- 1 | @inject('navbarItemHelper', 'JeroenNoten\LaravelAdminLte\Helpers\NavbarItemHelper') 2 | 3 | @if ($navbarItemHelper->isSubmenu($item)) 4 | 5 | {{-- Dropdown submenu --}} 6 | @include('adminlte::partials.navbar.dropdown-item-submenu') 7 | 8 | @elseif ($navbarItemHelper->isLink($item)) 9 | 10 | {{-- Dropdown link --}} 11 | @include('adminlte::partials.navbar.dropdown-item-link') 12 | 13 | @endif 14 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/mr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /database/seeders/MemberTableSeeder.php: -------------------------------------------------------------------------------- 1 | truncate(); 19 | Member::factory()->count(100)->create(); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/lt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/lt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /resources/views/admin/image/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('adminlte::page') 2 | 3 | @section('title', '管理后台') 4 | 5 | @section('content') 6 |
7 |
8 |

创建图片信息

9 |
10 | {{ Form::open(['route' => 'admin.image.store', 'class' => 'form-horizontal', 'method' => 'post']) }} 11 | @include('admin.image._form') 12 | {{ Form::close() }} 13 |
14 | @stop 15 | 16 | 17 | -------------------------------------------------------------------------------- /resources/views/admin/article/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('adminlte::page') 2 | 3 | @section('title', '管理后台') 4 | 5 | @section('content') 6 |
7 |
8 |

创建文章

9 |
10 | {{ Form::open(['route' => 'admin.article.store', 'class' => 'form-horizontal', 'method' => 'post']) }} 11 | @include('admin.article._form') 12 | {{ Form::close() }} 13 |
14 | @stop 15 | 16 | 17 | -------------------------------------------------------------------------------- /tests/CreatesApplication.php: -------------------------------------------------------------------------------- 1 | make(Kernel::class)->bootstrap(); 19 | 20 | return $app; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/Providers/BroadcastServiceProvider.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /resources/views/admin/user/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('adminlte::page') 2 | 3 | @section('title', '管理后台') 4 | 5 | @section('content') 6 |
7 |
8 |

创建用户

9 |
10 | 11 | {{ Form::open(['route' => 'admin.user.store', 'class' => 'form-horizontal', 'method' => 'post']) }} 12 | @include('admin.user._form') 13 | {{ Form::close() }} 14 | 15 |
16 | @stop 17 | 18 | 19 | -------------------------------------------------------------------------------- /public/vendor/jquery-validation/localization/methods_pt.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.19.1 - 6/15/2019 2 | * https://jqueryvalidation.org/ 3 | * Copyright (c) 2019 Jörn Zaefferer; Licensed MIT */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(a)}}),a}); -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/sl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /resources/views/admin/user/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('adminlte::page') 2 | 3 | @section('title', '管理后台') 4 | 5 | @section('content') 6 |
7 |
8 |

编辑用户

9 |
10 | 11 | {{ Form::model($user, ['route' => ['admin.user.update', $user], 'class' => 'form-horizontal', 'method' => 'PATCH']) }} 12 | @include('admin.user._form') 13 | {{ Form::close() }} 14 | 15 |
16 | @stop 17 | 18 | 19 | -------------------------------------------------------------------------------- /resources/views/admin/image/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('adminlte::page') 2 | 3 | @section('title', '管理后台') 4 | 5 | @section('content') 6 |
7 |
8 |

编辑图片信息

9 |
10 | {{ Form::model($image, ['route' => ['admin.image.update', $image], 'class' => 'form-horizontal', 'method' => 'PATCH']) }} 11 | @include('admin.image._form') 12 | {{ Form::close() }} 13 | 14 |
15 | @stop 16 | 17 | 18 | -------------------------------------------------------------------------------- /resources/views/admin/member/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('adminlte::page') 2 | 3 | @section('title', '管理后台') 4 | 5 | @section('content') 6 |
7 |
8 |

编辑会员

9 |
10 | 11 | {{ Form::model($member, ['route' => ['admin.member.update', $member], 'class' => 'form-horizontal', 'method' => 'PATCH']) }} 12 | @include('admin.member._form') 13 | {{ Form::close() }} 14 | 15 |
16 | @stop 17 | 18 | 19 | -------------------------------------------------------------------------------- /public/vendor/chart.js/Chart.min.css: -------------------------------------------------------------------------------- 1 | @keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0} -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/fixedheader/css/fixedHeader.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.dataTable.fixedHeader-floating, 2 | table.dataTable.fixedHeader-locked { 3 | background-color: white; 4 | margin-top: 0 !important; 5 | margin-bottom: 0 !important; 6 | } 7 | 8 | table.dataTable.fixedHeader-floating { 9 | position: fixed !important; 10 | } 11 | 12 | table.dataTable.fixedHeader-locked { 13 | position: absolute !important; 14 | } 15 | 16 | @media print { 17 | table.fixedHeader-floating { 18 | display: none; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /resources/views/admin/article/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('adminlte::page') 2 | 3 | @section('title', '管理后台') 4 | 5 | @section('content') 6 |
7 |
8 |

编辑文章

9 |
10 | 11 | {{ Form::model($article, ['route' => ['admin.article.update', $article], 'class' => 'form-horizontal', 'method' => 'PATCH']) }} 12 | @include('admin.article._form') 13 | {{ Form::close() }} 14 | 15 |
16 | @stop 17 | 18 | 19 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/la.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /database/seeders/DatabaseSeeder.php: -------------------------------------------------------------------------------- 1 | create(); 17 | $this->call(UsersTableSeeder::class); 18 | $this->call(MemberTableSeeder::class); 19 | $this->call(PermissionTableSeeder::class); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/rowreorder/css/rowReorder.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.dt-rowReorder-float { 2 | position: absolute !important; 3 | opacity: 0.8; 4 | table-layout: fixed; 5 | outline: 2px solid #0275d8; 6 | outline-offset: -2px; 7 | z-index: 2001; 8 | } 9 | 10 | tr.dt-rowReorder-moving { 11 | outline: 2px solid #888888; 12 | outline-offset: -2px; 13 | } 14 | 15 | body.dt-rowReorder-noOverflow { 16 | overflow-x: hidden; 17 | } 18 | 19 | table.dataTable td.reorder { 20 | text-align: center; 21 | cursor: move; 22 | } 23 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/pw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/az.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/cg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/vc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/jp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/Providers/AppServiceProvider.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/jp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/az.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/Http/Middleware/TrustProxies.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/cz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/inputmask/min/inputmask/global/window.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * global/window.min.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2019 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 4.0.9 7 | */ 8 | 9 | if(typeof define==="function"&&define.amd)define(function(){return typeof window!=="undefined"?window:new(eval("require('jsdom').JSDOM"))("").window});else if(typeof exports==="object")module.exports=typeof window!=="undefined"?window:new(eval("require('jsdom').JSDOM"))("").window; -------------------------------------------------------------------------------- /app/Validators/ImageValidator.php: -------------------------------------------------------------------------------- 1 | [], 22 | ValidatorInterface::RULE_UPDATE => [], 23 | ]; 24 | } 25 | -------------------------------------------------------------------------------- /app/Validators/UserValidator.php: -------------------------------------------------------------------------------- 1 | [], 22 | ValidatorInterface::RULE_UPDATE => [], 23 | ]; 24 | } 25 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/so.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/vn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/so.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/vn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/Validators/MemberValidator.php: -------------------------------------------------------------------------------- 1 | [], 22 | ValidatorInterface::RULE_UPDATE => [], 23 | ]; 24 | } 25 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/sd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/black/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #000000; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/blue/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #2299dd; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/green/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #22df80; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/orange/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #eb7a55; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/pink/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #e90f92; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/purple/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #7c60e0; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/red/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #ee3148; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/silver/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #d6d6d6; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/white/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #ffffff; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/yellow/pace-theme-minimal.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #fcd25a; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/ueditor/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d [], 22 | ValidatorInterface::RULE_UPDATE => [], 23 | ]; 24 | } 25 | -------------------------------------------------------------------------------- /app/Validators/SettingValidator.php: -------------------------------------------------------------------------------- 1 | [], 22 | ValidatorInterface::RULE_UPDATE => [], 23 | ]; 24 | } 25 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/rowgroup/css/rowGroup.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.dataTable tr.dtrg-group td { 2 | background-color: #e0e0e0; 3 | } 4 | 5 | table.dataTable tr.dtrg-group.dtrg-level-0 td { 6 | font-weight: bold; 7 | } 8 | 9 | table.dataTable tr.dtrg-group.dtrg-level-1 td, 10 | table.dataTable tr.dtrg-group.dtrg-level-2 td { 11 | background-color: #f0f0f0; 12 | padding-top: 0.25em; 13 | padding-bottom: 0.25em; 14 | padding-left: 2em; 15 | font-size: 0.9em; 16 | } 17 | 18 | table.dataTable tr.dtrg-group.dtrg-level-2 td { 19 | background-color: #f3f3f3; 20 | } 21 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/la.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/pw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/sd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /public/vendor/inputmask/min/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * dependencyLibs/inputmask.dependencyLib.jquery.min.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2019 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 4.0.9 7 | */ 8 | 9 | (function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else if(typeof exports==="object"){module.exports=factory(require("jquery"))}else{window.dependencyLib=factory(jQuery)}})(function($){return $}); -------------------------------------------------------------------------------- /app/Http/Middleware/Authenticate.php: -------------------------------------------------------------------------------- 1 | expectsJson()) { 18 | return route('login'); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /public/css/admin.css: -------------------------------------------------------------------------------- 1 | .img-thumbnail { 2 | display: inline-block; 3 | max-width: 50px; 4 | height: auto; 5 | padding: 4px; 6 | margin-top: 10px; 7 | line-height: 1.42857143; 8 | background-color: #fff; 9 | border: 1px solid #ddd; 10 | border-radius: 4px; 11 | -webkit-transition: all .2s ease-in-out; 12 | -o-transition: all .2s ease-in-out; 13 | transition: all .2s ease-in-out; 14 | } 15 | 16 | .help-block { 17 | display: block; 18 | margin-top: 5px; 19 | margin-bottom: 10px; 20 | color: #737373; 21 | font-size: 14px; 22 | } 23 | -------------------------------------------------------------------------------- /public/vendor/daterangepicker/package.js: -------------------------------------------------------------------------------- 1 | Package.describe({ 2 | name: 'dangrossman:bootstrap-daterangepicker', 3 | version: '3.0.5', 4 | summary: 'Date range picker component', 5 | git: 'https://github.com/dangrossman/daterangepicker', 6 | documentation: 'README.md' 7 | }); 8 | 9 | Package.onUse(function(api) { 10 | api.versionsFrom('METEOR@0.9.0.1'); 11 | 12 | api.use('momentjs:moment@2.22.1', ["client"]); 13 | api.use('jquery@3.3.1', ["client"]); 14 | 15 | api.addFiles('daterangepicker.js', ["client"]); 16 | api.addFiles('daterangepicker.css', ["client"]); 17 | }); 18 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/cd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/gb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/gb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /public/vendor/jquery-validation/localization/methods_fi.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.19.1 - 6/15/2019 2 | * https://jqueryvalidation.org/ 3 | * Copyright (c) 2019 Jörn Zaefferer; Licensed MIT */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d{1,2}\.\d{1,2}\.\d{4}$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+)(?:,\d+)?$/.test(a)}}),a}); -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/bj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/kw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/bj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/Http/Resources/MemberResource.php: -------------------------------------------------------------------------------- 1 | $this->nickname, 20 | 'idd' => $this->id, 21 | ]; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/select/js/select.bootstrap4.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Bootstrap 4 styling wrapper for Select 3 | ©2018 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-select"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs4")(a,b).$;b.fn.dataTable.select||require("datatables.net-select")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/kw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/bh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /public/vendor/pace-progress/themes/black/pace-theme-fill-left.css: -------------------------------------------------------------------------------- 1 | /* This is a compiled file, to make changes persist, consider editing under the templates directory */ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | } 9 | 10 | .pace-inactive { 11 | display: none; 12 | } 13 | 14 | .pace .pace-progress { 15 | background-color: rgba(0, 0, 0, 0.19999999999999996); 16 | position: fixed; 17 | z-index: -1; 18 | top: 0; 19 | right: 100%; 20 | bottom: 0; 21 | width: 100%; 22 | } 23 | -------------------------------------------------------------------------------- /webpack.mix.js: -------------------------------------------------------------------------------- 1 | const mix = require('laravel-mix'); 2 | 3 | /* 4 | |-------------------------------------------------------------------------- 5 | | Mix Asset Management 6 | |-------------------------------------------------------------------------- 7 | | 8 | | Mix provides a clean, fluent API for defining some Webpack build steps 9 | | for your Laravel application. By default, we are compiling the Sass 10 | | file for the application as well as bundling up all the JS files. 11 | | 12 | */ 13 | 14 | mix.js('resources/js/app.js', 'public/js') 15 | .sass('resources/sass/app.scss', 'public/css'); 16 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/keytable/js/keyTable.bootstrap4.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Bootstrap 4 styling wrapper for KeyTable 3 | ©2018 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-keytable"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs4")(a,b).$;b.fn.dataTable.KeyTable||require("datatables.net-keytable")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); 6 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/rowgroup/js/rowGroup.bootstrap4.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Bootstrap 4 styling wrapper for RowGroup 3 | ©2018 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-rowgroup"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs4")(a,b).$;b.fn.dataTable.RowGroup||require("datatables.net-rowgroup")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); 6 | -------------------------------------------------------------------------------- /public/vendor/datatables-plugins/scroller/js/scroller.bootstrap4.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Bootstrap 4 styling wrapper for Scroller 3 | ©2018 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-scroller"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs4")(a,b).$;b.fn.dataTable.Scroller||require("datatables.net-scroller")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); 6 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/1x1/is.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/is.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/sy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/vendor/flag-icon-css/flags/4x3/tr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | --------------------------------------------------------------------------------