├── public ├── favicon.ico ├── robots.txt ├── uploads │ ├── content │ │ └── .gitignore │ └── images │ │ └── .gitignore ├── assets │ ├── icomoon.zip │ ├── img │ │ ├── dog.png │ │ ├── ipad.png │ │ ├── phones.png │ │ ├── intro-bg.jpg │ │ └── banner-bg.jpg │ ├── wechat_alipay.jpg │ ├── css │ │ ├── fonts │ │ │ ├── icomoon.eot │ │ │ ├── icomoon.ttf │ │ │ └── icomoon.woff │ │ └── lib │ │ │ └── reset.css │ └── s │ │ └── lato │ │ ├── lato-v11-latin_latin-ext-300.eot │ │ ├── lato-v11-latin_latin-ext-300.ttf │ │ ├── lato-v11-latin_latin-ext-700.eot │ │ ├── lato-v11-latin_latin-ext-700.ttf │ │ ├── lato-v11-latin_latin-ext-300.woff │ │ ├── lato-v11-latin_latin-ext-300.woff2 │ │ ├── lato-v11-latin_latin-ext-700.woff │ │ ├── lato-v11-latin_latin-ext-700.woff2 │ │ ├── lato-v11-latin_latin-ext-italic.eot │ │ ├── lato-v11-latin_latin-ext-italic.ttf │ │ ├── lato-v11-latin_latin-ext-italic.woff │ │ ├── lato-v11-latin_latin-ext-italic.woff2 │ │ ├── lato-v11-latin_latin-ext-regular.eot │ │ ├── lato-v11-latin_latin-ext-regular.ttf │ │ ├── lato-v11-latin_latin-ext-regular.woff │ │ ├── lato-v11-latin_latin-ext-300italic.eot │ │ ├── lato-v11-latin_latin-ext-300italic.ttf │ │ ├── lato-v11-latin_latin-ext-300italic.woff │ │ ├── lato-v11-latin_latin-ext-700italic.eot │ │ ├── lato-v11-latin_latin-ext-700italic.ttf │ │ ├── lato-v11-latin_latin-ext-700italic.woff │ │ ├── lato-v11-latin_latin-ext-regular.woff2 │ │ ├── lato-v11-latin_latin-ext-300italic.woff2 │ │ └── lato-v11-latin_latin-ext-700italic.woff2 ├── back │ ├── dist │ │ ├── css │ │ │ ├── skins.zip │ │ │ └── orignal.zip │ │ └── img │ │ │ ├── icons.png │ │ │ ├── boxed-bg.jpg │ │ │ ├── boxed-bg.png │ │ │ ├── favicon.ico │ │ │ ├── yas_logo.png │ │ │ ├── default-50x50.gif │ │ │ └── 20150417113714.jpg │ └── plugins │ │ └── ckeditor │ │ ├── plugins │ │ ├── imgupload │ │ │ ├── plugin.js │ │ │ └── README.rst │ │ ├── icons.png │ │ ├── icons_hidpi.png │ │ ├── link │ │ │ └── images │ │ │ │ ├── anchor.png │ │ │ │ └── hidpi │ │ │ │ └── anchor.png │ │ ├── smiley │ │ │ └── images │ │ │ │ ├── heart.gif │ │ │ │ ├── heart.png │ │ │ │ ├── kiss.gif │ │ │ │ ├── kiss.png │ │ │ │ ├── envelope.gif │ │ │ │ ├── envelope.png │ │ │ │ ├── cry_smile.gif │ │ │ │ ├── cry_smile.png │ │ │ │ ├── lightbulb.gif │ │ │ │ ├── lightbulb.png │ │ │ │ ├── omg_smile.gif │ │ │ │ ├── omg_smile.png │ │ │ │ ├── sad_smile.gif │ │ │ │ ├── sad_smile.png │ │ │ │ ├── thumbs_up.gif │ │ │ │ ├── thumbs_up.png │ │ │ │ ├── wink_smile.gif │ │ │ │ ├── wink_smile.png │ │ │ │ ├── angel_smile.gif │ │ │ │ ├── angel_smile.png │ │ │ │ ├── angry_smile.gif │ │ │ │ ├── angry_smile.png │ │ │ │ ├── broken_heart.gif │ │ │ │ ├── broken_heart.png │ │ │ │ ├── devil_smile.gif │ │ │ │ ├── devil_smile.png │ │ │ │ ├── regular_smile.gif │ │ │ │ ├── regular_smile.png │ │ │ │ ├── shades_smile.gif │ │ │ │ ├── shades_smile.png │ │ │ │ ├── teeth_smile.gif │ │ │ │ ├── teeth_smile.png │ │ │ │ ├── thumbs_down.gif │ │ │ │ ├── thumbs_down.png │ │ │ │ ├── tongue_smile.gif │ │ │ │ ├── tongue_smile.png │ │ │ │ ├── tounge_smile.gif │ │ │ │ ├── confused_smile.gif │ │ │ │ ├── confused_smile.png │ │ │ │ ├── embaressed_smile.gif │ │ │ │ ├── embarrassed_smile.gif │ │ │ │ ├── embarrassed_smile.png │ │ │ │ ├── whatchutalkingabout_smile.gif │ │ │ │ └── whatchutalkingabout_smile.png │ │ ├── image │ │ │ └── images │ │ │ │ └── noimage.png │ │ ├── magicline │ │ │ └── images │ │ │ │ ├── icon.png │ │ │ │ ├── hidpi │ │ │ │ ├── icon.png │ │ │ │ └── icon-rtl.png │ │ │ │ └── icon-rtl.png │ │ ├── widget │ │ │ └── images │ │ │ │ └── handle.png │ │ ├── flash │ │ │ └── images │ │ │ │ └── placeholder.png │ │ ├── forms │ │ │ └── images │ │ │ │ └── hiddenfield.gif │ │ ├── about │ │ │ └── dialogs │ │ │ │ ├── logo_ckeditor.png │ │ │ │ └── hidpi │ │ │ │ └── logo_ckeditor.png │ │ ├── iframe │ │ │ └── images │ │ │ │ └── placeholder.png │ │ ├── pagebreak │ │ │ └── images │ │ │ │ └── pagebreak.gif │ │ ├── showblocks │ │ │ └── images │ │ │ │ ├── block_div.png │ │ │ │ ├── block_h1.png │ │ │ │ ├── block_h2.png │ │ │ │ ├── block_h3.png │ │ │ │ ├── block_h4.png │ │ │ │ ├── block_h5.png │ │ │ │ ├── block_h6.png │ │ │ │ ├── block_p.png │ │ │ │ ├── block_pre.png │ │ │ │ ├── block_address.png │ │ │ │ └── block_blockquote.png │ │ ├── imgbrowse │ │ │ ├── LICENSE.txt │ │ │ └── plugin.js │ │ ├── codemirror │ │ │ └── theme │ │ │ │ ├── ambiance-mobile.css │ │ │ │ ├── neat.css │ │ │ │ ├── elegant.css │ │ │ │ ├── neo.css │ │ │ │ ├── eclipse.css │ │ │ │ ├── cobalt.css │ │ │ │ ├── monokai.css │ │ │ │ ├── rubyblue.css │ │ │ │ └── night.css │ │ ├── templates │ │ │ └── templates │ │ │ │ ├── images │ │ │ │ ├── template1.gif │ │ │ │ ├── template2.gif │ │ │ │ └── template3.gif │ │ │ │ └── default.js │ │ ├── codesnippet │ │ │ ├── lib │ │ │ │ └── highlight │ │ │ │ │ └── styles │ │ │ │ │ ├── pojoaque.jpg │ │ │ │ │ ├── school_book.png │ │ │ │ │ ├── brown_papersq.png │ │ │ │ │ ├── ascetic.css │ │ │ │ │ └── mono-blue.css │ │ │ └── dialogs │ │ │ │ └── codesnippet.js │ │ ├── dialog │ │ │ └── dialogDefinition.js │ │ ├── preview │ │ │ └── preview.html │ │ ├── specialchar │ │ │ └── dialogs │ │ │ │ └── lang │ │ │ │ └── _translationstatus.txt │ │ ├── a11yhelp │ │ │ └── dialogs │ │ │ │ └── lang │ │ │ │ └── _translationstatus.txt │ │ ├── wsc │ │ │ ├── README.md │ │ │ ├── dialogs │ │ │ │ └── wsc.css │ │ │ └── LICENSE.md │ │ └── scayt │ │ │ ├── README.md │ │ │ └── LICENSE.md │ │ ├── skins │ │ └── moono │ │ │ ├── icons.png │ │ │ ├── icons_hidpi.png │ │ │ └── images │ │ │ ├── arrow.png │ │ │ ├── close.png │ │ │ ├── lock.png │ │ │ ├── refresh.png │ │ │ ├── hidpi │ │ │ ├── close.png │ │ │ ├── lock.png │ │ │ ├── refresh.png │ │ │ └── lock-open.png │ │ │ └── lock-open.png │ │ └── config.js ├── vendor │ └── editor.md │ │ ├── images │ │ ├── loading.gif │ │ ├── logos │ │ │ ├── vi.png │ │ │ ├── editormd-logo-16x16.png │ │ │ ├── editormd-logo-24x24.png │ │ │ ├── editormd-logo-32x32.png │ │ │ ├── editormd-logo-48x48.png │ │ │ ├── editormd-logo-57x57.png │ │ │ ├── editormd-logo-64x64.png │ │ │ ├── editormd-logo-72x72.png │ │ │ ├── editormd-logo-96x96.png │ │ │ ├── editormd-favicon-16x16.ico │ │ │ ├── editormd-favicon-24x24.ico │ │ │ ├── editormd-favicon-32x32.ico │ │ │ ├── editormd-favicon-48x48.ico │ │ │ ├── editormd-favicon-64x64.ico │ │ │ ├── editormd-logo-114x114.png │ │ │ ├── editormd-logo-120x120.png │ │ │ ├── editormd-logo-144x144.png │ │ │ ├── editormd-logo-180x180.png │ │ │ ├── editormd-logo-240x240.png │ │ │ └── editormd-logo-320x320.png │ │ ├── loading@2x.gif │ │ └── loading@3x.gif │ │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── editormd-logo.eot │ │ ├── editormd-logo.ttf │ │ ├── editormd-logo.woff │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ └── editormd-logo.svg │ │ └── lib │ │ ├── codemirror │ │ ├── theme │ │ │ ├── ambiance-mobile.css │ │ │ ├── neat.css │ │ │ ├── elegant.css │ │ │ ├── neo.css │ │ │ └── eclipse.css │ │ ├── addon │ │ │ ├── display │ │ │ │ └── fullscreen.css │ │ │ ├── search │ │ │ │ └── matchesonscrollbar.css │ │ │ ├── fold │ │ │ │ └── foldgutter.css │ │ │ ├── dialog │ │ │ │ └── dialog.css │ │ │ ├── hint │ │ │ │ └── show-hint.css │ │ │ ├── mode │ │ │ │ └── multiplex_test.js │ │ │ ├── lint │ │ │ │ ├── yaml-lint.js │ │ │ │ ├── json-lint.js │ │ │ │ ├── css-lint.js │ │ │ │ └── coffeescript-lint.js │ │ │ ├── edit │ │ │ │ └── trailingspace.js │ │ │ ├── tern │ │ │ │ └── worker.js │ │ │ └── runmode │ │ │ │ └── colorize.js │ │ ├── mode │ │ │ ├── tiddlywiki │ │ │ │ └── tiddlywiki.css │ │ │ ├── ruby │ │ │ │ └── test.js │ │ │ ├── tiki │ │ │ │ └── tiki.css │ │ │ └── diff │ │ │ │ └── diff.js │ │ ├── bower.json │ │ ├── README.md │ │ ├── package.json │ │ └── LICENSE │ │ └── jquery.flowchart.min.js ├── lib │ └── s │ │ └── sourcesanspro │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300.eot │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300.ttf │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600.eot │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600.ttf │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-700.eot │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-700.ttf │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300.woff │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300.woff2 │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600.woff │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600.woff2 │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-700.woff │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-700.woff2 │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-italic.eot │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-italic.ttf │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-italic.woff │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-italic.woff2 │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-regular.eot │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-regular.ttf │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-regular.woff │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300italic.eot │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300italic.ttf │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300italic.woff │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-300italic.woff2 │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600italic.eot │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600italic.ttf │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600italic.woff │ │ ├── source-sans-pro-v9-vietnamese_latin_latin-ext-600italic.woff2 │ │ └── source-sans-pro-v9-vietnamese_latin_latin-ext-regular.woff2 ├── .htaccess └── web.config ├── douyasi ├── Models │ ├── .gitkeep │ ├── Category.php │ └── Article.php ├── Http │ └── Requests │ │ ├── .gitkeep │ │ └── CategoryRequest.php ├── AppException.php ├── helper.php ├── Dict.php ├── Providers │ └── DouyasiServiceProvider.php ├── Documentation │ └── MarkdownDocumentation.php └── Data │ └── BaseData.php ├── app ├── Listeners │ └── .gitkeep ├── Policies │ └── .gitkeep ├── Events │ ├── Event.php │ ├── UserLogin.php │ ├── UserLogout.php │ ├── UserUpdate.php │ └── UserUpload.php ├── Http │ ├── Requests │ │ └── Request.php │ ├── Controllers │ │ ├── Admin │ │ │ ├── BackController.php │ │ │ ├── DashboardController.php │ │ │ ├── PermissionController.php │ │ │ ├── DemoController.php │ │ │ └── MeController.php │ │ ├── Desktop │ │ │ └── FrontController.php │ │ ├── API │ │ │ ├── CommonController.php │ │ │ └── HomeController.php │ │ ├── Controller.php │ │ ├── MarkdownController.php │ │ └── Auth │ │ │ └── PasswordController.php │ └── Middleware │ │ ├── EncryptCookies.php │ │ ├── VerifyCsrfToken.php │ │ ├── PermissionDenied.php │ │ ├── RedirectIfAuthenticated.php │ │ ├── Authenticate.php │ │ ├── BlockSite.php │ │ ├── ChangeLanguage.php │ │ ├── MultiSiteRedirectIfAuthenticated.php │ │ └── MultiSiteAuthenticate.php ├── Permission.php ├── SystemOption.php ├── Role.php ├── Providers │ ├── AppServiceProvider.php │ ├── EventServiceProvider.php │ ├── RouteServiceProvider.php │ └── AuthServiceProvider.php ├── Jobs │ ├── Job.php │ ├── ChangeLocale.php │ └── SetLocale.php ├── Member.php ├── SystemLog.php ├── Console │ ├── Commands │ │ └── Inspire.php │ └── Kernel.php ├── Interfaces │ └── IData.php ├── Repositories │ └── BaseRepository.php ├── Exceptions │ └── Handler.php └── Loggers │ └── SystemLogger.php ├── database ├── seeds │ ├── .gitkeep │ └── DatabaseSeeder.php ├── .gitignore ├── migrations │ ├── .gitkeep │ ├── 2018_08_15_093124_create_password_resets_table.php │ ├── 2018_08_15_092642_create_role_user_table.php │ ├── 2018_08_15_092241_create_system_options_table.php │ ├── 2018_08_15_092930_create_permission_role_table.php │ ├── 2018_08_15_095244_create_article_tag_relation_table.php │ ├── 2018_08_15_092532_create_roles_table.php │ ├── 2018_08_15_094606_create_tags_table.php │ ├── 2018_08_15_092814_create_permissions_table.php │ ├── 2018_08_15_091646_create_categories_table.php │ ├── 2018_08_15_081730_create_users_table.php │ ├── 2018_08_15_092107_create_system_logs_table.php │ └── 2018_08_15_091842_create_articles_table.php └── factories │ └── ModelFactory.php ├── resources ├── views │ ├── vendor │ │ └── .gitkeep │ ├── admin │ │ ├── errors │ │ │ ├── 403.blade.php │ │ │ └── 404.blade.php │ │ ├── back │ │ │ ├── starter.blade.php │ │ │ ├── cache │ │ │ │ └── index.blade.php │ │ │ ├── exceptions │ │ │ │ └── deny.blade.php │ │ │ └── log │ │ │ │ └── show.blade.php │ │ ├── scripts │ │ │ ├── endChosen.blade.php │ │ │ ├── endBuildHtml.blade.php │ │ │ └── endSimpleCKEditor.blade.php │ │ └── layout │ │ │ └── _layer.blade.php │ ├── desktop │ │ ├── parts │ │ │ └── pagination.blade.php │ │ ├── category.blade.php │ │ ├── index.blade.php │ │ └── detail.blade.php │ └── errors │ │ ├── 404.blade.php │ │ └── 503.blade.php ├── assets │ └── sass │ │ └── app.scss └── lang │ ├── zh-CN │ ├── pagination.php │ ├── auth.php │ └── passwords.php │ └── en │ ├── pagination.php │ ├── auth.php │ └── passwords.php ├── bootstrap ├── cache │ └── .gitignore └── autoload.php ├── storage ├── logs │ └── .gitignore ├── app │ ├── public │ │ └── .gitignore │ └── .gitignore └── framework │ ├── cache │ └── .gitignore │ ├── views │ └── .gitignore │ ├── sessions │ └── .gitignore │ └── .gitignore ├── .gitattributes ├── .gitignore ├── package.json ├── docs ├── index.md └── readme.md ├── tests ├── ExampleTest.php └── TestCase.php ├── gulpfile.js ├── config ├── editor.php ├── compile.php ├── services.php └── view.php ├── server.php ├── .env.example ├── phpunit.xml ├── permission.txt └── readme.md /public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /douyasi/Models/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Listeners/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/Policies/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /database/seeds/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /database/.gitignore: -------------------------------------------------------------------------------- 1 | *.sqlite 2 | -------------------------------------------------------------------------------- /database/migrations/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /douyasi/Http/Requests/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/vendor/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bootstrap/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /public/uploads/content/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /public/uploads/images/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /storage/app/public/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/app/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !public/ 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /storage/framework/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/framework/views/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/framework/sessions/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | *.css linguist-vendored 3 | *.less linguist-vendored 4 | -------------------------------------------------------------------------------- /resources/views/admin/errors/403.blade.php: -------------------------------------------------------------------------------- 1 | @extends('admin.back.exceptions.deny') 2 | -------------------------------------------------------------------------------- /public/assets/icomoon.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/assets/icomoon.zip -------------------------------------------------------------------------------- /public/assets/img/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/assets/img/dog.png -------------------------------------------------------------------------------- /public/assets/img/ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/assets/img/ipad.png -------------------------------------------------------------------------------- /public/assets/img/phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/assets/img/phones.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /vendor 2 | /node_modules 3 | /public/storage 4 | Homestead.yaml 5 | Homestead.json 6 | .env 7 | -------------------------------------------------------------------------------- /public/assets/img/intro-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/assets/img/intro-bg.jpg -------------------------------------------------------------------------------- /public/back/dist/css/skins.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/dist/css/skins.zip -------------------------------------------------------------------------------- /public/back/dist/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/dist/img/icons.png -------------------------------------------------------------------------------- /public/assets/img/banner-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/assets/img/banner-bg.jpg -------------------------------------------------------------------------------- /public/assets/wechat_alipay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/assets/wechat_alipay.jpg -------------------------------------------------------------------------------- /public/back/dist/css/orignal.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/dist/css/orignal.zip -------------------------------------------------------------------------------- /public/back/dist/img/boxed-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/dist/img/boxed-bg.jpg -------------------------------------------------------------------------------- /public/back/dist/img/boxed-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/dist/img/boxed-bg.png -------------------------------------------------------------------------------- /public/back/dist/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/dist/img/favicon.ico -------------------------------------------------------------------------------- /public/back/dist/img/yas_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/dist/img/yas_logo.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/imgupload/plugin.js: -------------------------------------------------------------------------------- 1 | // Just an PHP Addon that not need JavaScript include. -------------------------------------------------------------------------------- /resources/assets/sass/app.scss: -------------------------------------------------------------------------------- 1 | // @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; 2 | 3 | -------------------------------------------------------------------------------- /app/Events/Event.php: -------------------------------------------------------------------------------- 1 | render() }} 3 | -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/flash/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/flash/images/placeholder.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/forms/images/hiddenfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/forms/images/hiddenfield.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/link/images/hidpi/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/link/images/hidpi/anchor.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/cry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/cry_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/cry_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/cry_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/lightbulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/lightbulb.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/lightbulb.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/omg_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/omg_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/omg_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/omg_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/sad_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/sad_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/sad_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/sad_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/thumbs_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/thumbs_up.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/thumbs_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/thumbs_up.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/wink_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/wink_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/wink_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/wink_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/skins/moono/images/hidpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/skins/moono/images/hidpi/refresh.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/iframe/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/iframe/images/placeholder.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/magicline/images/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/magicline/images/icon-rtl.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/pagebreak/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/pagebreak/images/pagebreak.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_div.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_h1.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_h2.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_h3.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_h4.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_h5.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_h6.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_p.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_pre.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/angel_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/angel_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/angel_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/angel_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/angry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/angry_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/angry_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/angry_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/broken_heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/broken_heart.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/broken_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/broken_heart.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/devil_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/devil_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/devil_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/devil_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/regular_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/regular_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/regular_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/regular_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/shades_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/shades_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/shades_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/shades_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/teeth_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/teeth_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/teeth_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/teeth_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/thumbs_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/thumbs_down.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/thumbs_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/thumbs_down.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/tongue_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/tongue_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/tongue_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/tongue_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/tounge_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/tounge_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/confused_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/confused_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/confused_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/confused_smile.png -------------------------------------------------------------------------------- /public/vendor/editor.md/lib/codemirror/theme/ambiance-mobile.css: -------------------------------------------------------------------------------- 1 | .cm-s-ambiance.CodeMirror { 2 | -webkit-box-shadow: none; 3 | -moz-box-shadow: none; 4 | box-shadow: none; 5 | } 6 | -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/imgbrowse/LICENSE.txt: -------------------------------------------------------------------------------- 1 | 2 | Copyright (c) 2014, MarPlo - http;//www.marplo.net/ - http://coursesweb.neet/ 3 | 4 | FREE TO USE, AND CHANGE, FOR EVERY ONE. -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_address.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/embaressed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/embaressed_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/codemirror/theme/ambiance-mobile.css: -------------------------------------------------------------------------------- 1 | .cm-s-ambiance.CodeMirror { 2 | -webkit-box-shadow: none; 3 | -moz-box-shadow: none; 4 | box-shadow: none; 5 | } 6 | -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/showblocks/images/block_blockquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/showblocks/images/block_blockquote.png -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/templates/templates/images/template1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/templates/templates/images/template1.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/templates/templates/images/template2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/templates/templates/images/template2.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/templates/templates/images/template3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/templates/templates/images/template3.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.eot -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.ttf -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.eot -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.ttf -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.eot -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.ttf -------------------------------------------------------------------------------- /public/vendor/editor.md/lib/codemirror/addon/display/fullscreen.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-fullscreen { 2 | position: fixed; 3 | top: 0; left: 0; right: 0; bottom: 0; 4 | height: auto; 5 | z-index: 9; 6 | } 7 | -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/back/plugins/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.woff -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-300.woff2 -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.woff -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-600.woff2 -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.woff -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-700.woff2 -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-italic.eot -------------------------------------------------------------------------------- /public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yascmf/base/HEAD/public/lib/s/sourcesanspro/source-sans-pro-v9-vietnamese_latin_latin-ext-italic.ttf -------------------------------------------------------------------------------- /app/Http/Requests/Request.php: -------------------------------------------------------------------------------- 1 | belongsToMany(Role::class); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /douyasi/AppException.php: -------------------------------------------------------------------------------- 1 | 12 | */ 13 | class AppException extends \Exception 14 | { 15 | 16 | } 17 | -------------------------------------------------------------------------------- /public/vendor/editor.md/lib/codemirror/addon/search/matchesonscrollbar.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-search-match { 2 | background: gold; 3 | border-top: 1px solid orange; 4 | border-bottom: 1px solid orange; 5 | -moz-box-sizing: border-box; 6 | box-sizing: border-box; 7 | opacity: .5; 8 | } 9 | -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | 导航 2 | * [YASCMF/BASE](https://github.com/yascmf/base) 3 | * [芽丝博客](http://blog.yascmf.com/) 4 | 5 | 基础文档 6 | * [读我](readme.md) 7 | * [项目开发指南](guide.md) 8 | * [Git设置与使用帮助](git.md) 9 | 10 | YASCMF官方文档 11 | * [安装](install.md) 12 | * [更多](http://www.yascmf.com/docs/index) 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/readme.md: -------------------------------------------------------------------------------- 1 | # 芽丝内容管理框架文档 (YASCMF Documentation) 2 | 3 | > 官方在线文档地址: 4 | 5 | http://www.yascmf.com/docs/index 6 | 7 | ### 贡献代码 8 | 9 | 你可以 `Fork` 本项目,修改代码,向原作者发出 `pull request` ,合理有效的请求会被接受并入到官方的 `master` 版本中。 10 | 11 | 当然,如果有使用或者开发上的问题,也可提出新的 [issue](https://github.com/yascmf/docs/issues/new) 。 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /app/SystemOption.php: -------------------------------------------------------------------------------- 1 | 11 | */ 12 | class SystemOption extends Model 13 | { 14 | 15 | protected $table = 'system_options'; 16 | 17 | public $timestamps = false; //关闭自动更新时间戳 18 | } 19 | -------------------------------------------------------------------------------- /public/vendor/editor.md/lib/codemirror/mode/tiddlywiki/tiddlywiki.css: -------------------------------------------------------------------------------- 1 | span.cm-underlined { 2 | text-decoration: underline; 3 | } 4 | span.cm-strikethrough { 5 | text-decoration: line-through; 6 | } 7 | span.cm-brace { 8 | color: #170; 9 | font-weight: bold; 10 | } 11 | span.cm-table { 12 | color: blue; 13 | font-weight: bold; 14 | } 15 | -------------------------------------------------------------------------------- /public/back/plugins/ckeditor/plugins/preview/preview.html: -------------------------------------------------------------------------------- 1 | 14 | -------------------------------------------------------------------------------- /public/vendor/editor.md/lib/codemirror/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "codemirror", 3 | "version":"5.0.0", 4 | "main": ["lib/codemirror.js", "lib/codemirror.css"], 5 | "ignore": [ 6 | "**/.*", 7 | "node_modules", 8 | "components", 9 | "bin", 10 | "demo", 11 | "doc", 12 | "test", 13 | "index.html", 14 | "package.json" 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /app/Http/Controllers/Admin/BackController.php: -------------------------------------------------------------------------------- 1 | 12 | */ 13 | class BackController extends Controller 14 | { 15 | 16 | public function __construct() 17 | { 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /app/Http/Controllers/Admin/DashboardController.php: -------------------------------------------------------------------------------- 1 | 11 | */ 12 | class DashboardController extends BackController 13 | { 14 | 15 | public function getIndex() 16 | { 17 | return view('admin.back.dashboard.index'); 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /app/Http/Controllers/Desktop/FrontController.php: -------------------------------------------------------------------------------- 1 | 12 | */ 13 | class FrontController extends Controller 14 | { 15 | 16 | public function __construct() 17 | { 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /app/Http/Controllers/API/CommonController.php: -------------------------------------------------------------------------------- 1 | 12 | */ 13 | class CommonController extends Controller 14 | { 15 | 16 | public function __construct() 17 | { 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /app/Http/Middleware/EncryptCookies.php: -------------------------------------------------------------------------------- 1 | 8 | 起步 9 | 10 | 11 |
15 | @stop 16 | 17 | 18 | -------------------------------------------------------------------------------- /app/Events/UserLogin.php: -------------------------------------------------------------------------------- 1 | user = $user; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /app/Events/UserLogout.php: -------------------------------------------------------------------------------- 1 | user = $user; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /app/Events/UserUpdate.php: -------------------------------------------------------------------------------- 1 | user = $user; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /app/Role.php: -------------------------------------------------------------------------------- 1 | belongsToMany(Permission::class); 15 | } 16 | 17 | public function givePermissionTo($permission) 18 | { 19 | return $this->perms()->save($permission); 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /douyasi/helper.php: -------------------------------------------------------------------------------- 1 | getDict($dot_key, $default); 23 | } 24 | -------------------------------------------------------------------------------- /douyasi/Models/Category.php: -------------------------------------------------------------------------------- 1 | call('UsersTableSeeder'); 15 | $this->call('SystemOptionsSeeder'); 16 | $this->call('UserRolePermissionSeeder'); 17 | $this->call('CategoriesAndArticlesSeeder'); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /tests/ExampleTest.php: -------------------------------------------------------------------------------- 1 | visit('/') 17 | ->see('Laravel 5'); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /resources/views/errors/404.blade.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Go To {{ request()->header('HOST') }}
9 |powered by YASCMF
10 | 11 | -------------------------------------------------------------------------------- /app/Providers/AppServiceProvider.php: -------------------------------------------------------------------------------- 1 | user = $user; //用户信息 object 22 | $this->file = $file; //文件信息 array 23 | $this->type = $type; //文件类型 string ('pictrue' 或 'document') 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /public/vendor/editor.md/lib/codemirror/mode/tiki/tiki.css: -------------------------------------------------------------------------------- 1 | .cm-tw-syntaxerror { 2 | color: #FFF; 3 | background-color: #900; 4 | } 5 | 6 | .cm-tw-deleted { 7 | text-decoration: line-through; 8 | } 9 | 10 | .cm-tw-header5 { 11 | font-weight: bold; 12 | } 13 | .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/ 14 | padding-left: 10px; 15 | } 16 | 17 | .cm-tw-box { 18 | border-top-width: 0px ! important; 19 | border-style: solid; 20 | border-width: 1px; 21 | border-color: inherit; 22 | } 23 | 24 | .cm-tw-underline { 25 | text-decoration: underline; 26 | } -------------------------------------------------------------------------------- /app/Jobs/Job.php: -------------------------------------------------------------------------------- 1 | 'true', //emoji表情 10 | 'toc' => 'true', //目录 11 | 'tocm' => 'false', //目录下拉菜单 12 | 'taskList' => 'true', //任务列表 13 | 'flowChart' => 'false', //流程图 14 | 'tex' => 'false', //开启科学公式TeX语言支持,默认关闭 15 | 'imageUpload' => 'true', //图片上传支持 16 | 'saveHTMLToTextarea' => 'true', //保存 HTML 到 Textarea 17 | 'codeFold' => 'true', //代码折叠 18 | 'sequenceDiagram' => 'false', //开启时序/序列图支持,默认关闭 19 | ]; 20 | -------------------------------------------------------------------------------- /resources/lang/zh-CN/pagination.php: -------------------------------------------------------------------------------- 1 | '« 上一页', 17 | 'next' => '下一页 »', 18 | 19 | ]; 20 | -------------------------------------------------------------------------------- /app/Http/Controllers/MarkdownController.php: -------------------------------------------------------------------------------- 1 | 13 | */ 14 | 15 | class MarkdownController extends Controller 16 | { 17 | 18 | /** 19 | * 解析Markdown文档并生存响应页面 20 | * @param string $md markdown文档 21 | * @return Response 22 | */ 23 | public function getMarkdownDoc(MarkdownDocumentation $doc, $md) { 24 | 25 | return $doc->parseMarkdownFile($md, 'docs'); 26 | 27 | } 28 | 29 | } 30 | -------------------------------------------------------------------------------- /app/Http/Middleware/PermissionDenied.php: -------------------------------------------------------------------------------- 1 | 11 | */ 12 | class PermissionDenied 13 | { 14 | 15 | /** 16 | * Handle an incoming request. 17 | * 18 | * @param \Illuminate\Http\Request $request 19 | * @param \Closure $next 20 | * @return mixed 21 | */ 22 | public function handle($request, Closure $next) 23 | { 24 | return response()->view('admin.back.exceptions.deny', array(), 403); 25 | return $next($request); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /resources/lang/en/pagination.php: -------------------------------------------------------------------------------- 1 | '« Previous', 17 | 'next' => 'Next »', 18 | 19 | ]; 20 | -------------------------------------------------------------------------------- /app/SystemLog.php: -------------------------------------------------------------------------------- 1 | 11 | */ 12 | class SystemLog extends Model 13 | { 14 | 15 | protected $table = 'system_logs'; 16 | 17 | protected $fillable = ['user_id', 'type', 'url', 'content', 'operator_ip']; 18 | 19 | /** 20 | * 操作用户 21 | * 模型对象关系:系统日志对应的操作用户 22 | * 23 | * @return Illuminate\Database\Eloquent\Relations\BelongsTo 24 | */ 25 | public function user() 26 | { 27 | return $this->belongsTo('App\User', 'user_id', 'id'); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /public/.htaccess: -------------------------------------------------------------------------------- 1 |重建缓存成功!
19 |404错误,未找到该页面,请访问其它页面节点!
19 |您没有权限访问当前页面内容,请联系超级管理员或访问其它页面节点!
19 |{{ $art->description }}
16 |' + operation + '成功!
', 7 | '本提示栏2秒之后自动关闭!
', 8 | '' + operation + '失败!
', 15 | '' + info + '
', 17 | '本提示栏2秒之后自动关闭!
', 19 | '{{ $art->description }}
13 |作者署名:raoyc
21 | 原创说明:文章除非特别申明引用,否则均为原创。
22 | 授权协议:自由转载-非商用-非衍生-保持署名 | Creative Commons BY-NC-ND 3.0
23 | 原文网址:{{ (request()->secure()) ? 'https:' : 'http:' }}{{ $_url }}
24 | 最后修改:{{ $article->updated_at }}
Type the text here
'},{title:"Strange Template",image:"template2.gif",description:"A template that defines two colums, each one with a title, and some text.", 6 | html:'Title 1 | Title 2 | |
| Text 1 | Text 2 |
More text goes here.
'},{title:"Text and Table",image:"template3.gif",description:"A title with some text and a table.",html:'Type the text here
系统日志详情
16 |