├── .rr.yaml
├── app
├── Listeners
│ └── .gitkeep
├── Policies
│ └── .gitkeep
├── Events
│ └── Event.php
├── Http
│ ├── Requests
│ │ └── Request.php
│ ├── Middleware
│ │ ├── VerifyCsrfToken.php
│ │ ├── EncryptCookies.php
│ │ ├── PreventRequestsDuringMaintenance.php
│ │ ├── TrustHosts.php
│ │ ├── TrimStrings.php
│ │ ├── Authenticate.php
│ │ └── TrustProxies.php
│ └── Controllers
│ │ ├── HomeController.php
│ │ ├── Controller.php
│ │ └── Auth
│ │ ├── ForgotPasswordController.php
│ │ └── ResetPasswordController.php
├── Services
│ ├── Documents
│ │ ├── InitializeInterface.php
│ │ ├── UpdateDateInterface.php
│ │ ├── UpdateInterface.php
│ │ └── GitInitialize.php
│ ├── ModernPug
│ │ └── Dto
│ │ │ ├── Response.php
│ │ │ └── ResponseData.php
│ ├── Navigator
│ │ ├── Dto
│ │ │ └── LinkLocationDto.php
│ │ └── LinkExtractor.php
│ └── Markdown
│ │ ├── ManualArticle.php
│ │ └── ManualNavigator.php
├── Exceptions
│ ├── ContributorNotFoundException.php
│ ├── NotSupportedLanguageException.php
│ ├── CommitInformationNotFoundException.php
│ └── BadArgumentsException.php
├── Console
│ ├── Commands
│ │ └── DocumentsInitialize.php
│ └── Kernel.php
├── Providers
│ ├── BroadcastServiceProvider.php
│ ├── AppServiceProvider.php
│ └── AuthServiceProvider.php
├── Jobs
│ └── Job.php
└── Models
│ └── Notice.php
├── database
├── .gitignore
├── migrations
│ ├── .gitkeep
│ └── 2014_10_12_100000_create_password_resets_table.php
└── seeders
│ └── DatabaseSeeder.php
├── bootstrap
└── cache
│ └── .gitignore
├── storage
├── logs
│ └── .gitignore
├── app
│ ├── public
│ │ └── .gitignore
│ └── .gitignore
└── framework
│ ├── testing
│ └── .gitignore
│ ├── views
│ └── .gitignore
│ ├── cache
│ ├── data
│ │ └── .gitignore
│ └── .gitignore
│ ├── sessions
│ └── .gitignore
│ └── .gitignore
├── public
├── robots.txt
├── favicon.ico
├── apple-icon.png
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon-96x96.png
├── ms-icon-70x70.png
├── apple-icon-57x57.png
├── apple-icon-60x60.png
├── apple-icon-72x72.png
├── apple-icon-76x76.png
├── ms-icon-144x144.png
├── ms-icon-150x150.png
├── ms-icon-310x310.png
├── android-icon-36x36.png
├── android-icon-48x48.png
├── android-icon-72x72.png
├── android-icon-96x96.png
├── apple-icon-114x114.png
├── apple-icon-120x120.png
├── apple-icon-144x144.png
├── apple-icon-152x152.png
├── apple-icon-180x180.png
├── assets
│ ├── images
│ │ ├── kakao.png
│ │ ├── logo.png
│ │ ├── banners
│ │ │ ├── brich.jpg
│ │ │ └── candleworks.jpg
│ │ ├── laravel-korea-logo.png
│ │ ├── laravel-korea-og-image.png
│ │ ├── laravel-korea-logo-white.png
│ │ └── main
│ │ │ ├── laravel-beginner-lee.png
│ │ │ ├── 20293004_1551294671603948_400930638504901233_n.jpg
│ │ │ ├── 20770343_1412333888821127_139072671980159477_n.jpg
│ │ │ ├── 21200462_1585875408145874_8492142344668971492_o.jpg
│ │ │ ├── 19665562_10203425690599133_6127978943609650341_n.jpg
│ │ │ ├── 26165670_10204105449432679_2635151206788777643_n.jpg
│ │ │ ├── 26166147_10204105451552732_2680490098430023505_n.jpg
│ │ │ ├── 26168698_10214183039026023_5000849346559842528_n.jpg
│ │ │ └── 30653154_10156127257436953_3192556148687372288_n.jpg
│ └── vendor
│ │ ├── adventure
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── Linearicons-Free.eot
│ │ │ ├── Linearicons-Free.ttf
│ │ │ ├── Linearicons-Free.woff
│ │ │ ├── Linearicons-Free.woff2
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ └── images
│ │ │ ├── pexels-photo-326424.jpeg
│ │ │ ├── pexels-photo-1181244.jpeg
│ │ │ ├── pexels-photo-1181269.jpeg
│ │ │ ├── apps-business-cafe-265626.jpg
│ │ │ ├── company-concept-creative-7369.jpg
│ │ │ └── blurred-background-close-up-coffee-cup-908284.jpg
│ │ └── coreui
│ │ ├── vendors
│ │ ├── font-awesome
│ │ │ └── fonts
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ ├── simple-line-icons
│ │ │ └── fonts
│ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ └── Simple-Line-Icons.woff2
│ │ ├── @coreui
│ │ │ └── icons
│ │ │ │ └── fonts
│ │ │ │ ├── CoreUI-Icons-Linear-Free.eot
│ │ │ │ ├── CoreUI-Icons-Linear-Free.ttf
│ │ │ │ └── CoreUI-Icons-Linear-Free.woff
│ │ └── flag-icon-css
│ │ │ └── flags
│ │ │ ├── 4x3
│ │ │ ├── bd.svg
│ │ │ ├── de.svg
│ │ │ ├── am.svg
│ │ │ ├── bq.svg
│ │ │ ├── lu.svg
│ │ │ ├── pl.svg
│ │ │ ├── gb-sct.svg
│ │ │ ├── mc.svg
│ │ │ ├── ua.svg
│ │ │ ├── dk.svg
│ │ │ ├── gb-eng.svg
│ │ │ ├── at.svg
│ │ │ ├── fi.svg
│ │ │ ├── id.svg
│ │ │ ├── lv.svg
│ │ │ ├── ae.svg
│ │ │ ├── es-ct.svg
│ │ │ ├── bw.svg
│ │ │ ├── ma.svg
│ │ │ ├── gf.svg
│ │ │ ├── ne.svg
│ │ │ ├── ng.svg
│ │ │ ├── ga.svg
│ │ │ ├── ml.svg
│ │ │ ├── mv.svg
│ │ │ ├── sl.svg
│ │ │ ├── td.svg
│ │ │ ├── ye.svg
│ │ │ ├── ci.svg
│ │ │ ├── co.svg
│ │ │ ├── dz.svg
│ │ │ ├── gh.svg
│ │ │ ├── mq.svg
│ │ │ ├── ru.svg
│ │ │ ├── cr.svg
│ │ │ ├── fr.svg
│ │ │ ├── gl.svg
│ │ │ ├── gp.svg
│ │ │ ├── mf.svg
│ │ │ ├── th.svg
│ │ │ ├── bg.svg
│ │ │ ├── gn.svg
│ │ │ ├── mg.svg
│ │ │ ├── wf.svg
│ │ │ ├── be.svg
│ │ │ ├── bl.svg
│ │ │ ├── hu.svg
│ │ │ ├── it.svg
│ │ │ ├── nc.svg
│ │ │ ├── pm.svg
│ │ │ ├── re.svg
│ │ │ ├── yt.svg
│ │ │ ├── ee.svg
│ │ │ ├── ie.svg
│ │ │ ├── no.svg
│ │ │ ├── ro.svg
│ │ │ ├── sj.svg
│ │ │ ├── mu.svg
│ │ │ ├── sr.svg
│ │ │ ├── cd.svg
│ │ │ ├── ch.svg
│ │ │ ├── tt.svg
│ │ │ ├── nl.svg
│ │ │ ├── mk.svg
│ │ │ ├── qa.svg
│ │ │ ├── ss.svg
│ │ │ ├── lc.svg
│ │ │ ├── to.svg
│ │ │ ├── jm.svg
│ │ │ ├── bf.svg
│ │ │ ├── lt.svg
│ │ │ ├── sn.svg
│ │ │ ├── la.svg
│ │ │ ├── pw.svg
│ │ │ ├── vc.svg
│ │ │ ├── cz.svg
│ │ │ ├── cg.svg
│ │ │ ├── jp.svg
│ │ │ ├── sd.svg
│ │ │ ├── bj.svg
│ │ │ ├── kw.svg
│ │ │ ├── az.svg
│ │ │ ├── so.svg
│ │ │ ├── ly.svg
│ │ │ ├── mr.svg
│ │ │ ├── vn.svg
│ │ │ ├── is.svg
│ │ │ ├── gy.svg
│ │ │ ├── gm.svg
│ │ │ ├── tz.svg
│ │ │ ├── sc.svg
│ │ │ ├── ax.svg
│ │ │ ├── bs.svg
│ │ │ ├── bh.svg
│ │ │ ├── gg.svg
│ │ │ ├── ps.svg
│ │ │ ├── sy.svg
│ │ │ ├── cl.svg
│ │ │ ├── dj.svg
│ │ │ ├── bv.svg
│ │ │ ├── fo.svg
│ │ │ ├── tr.svg
│ │ │ ├── tl.svg
│ │ │ ├── cu.svg
│ │ │ ├── pr.svg
│ │ │ ├── cw.svg
│ │ │ ├── bb.svg
│ │ │ ├── tk.svg
│ │ │ ├── cf.svg
│ │ │ ├── se.svg
│ │ │ ├── rw.svg
│ │ │ ├── nr.svg
│ │ │ ├── gw.svg
│ │ │ ├── lr.svg
│ │ │ ├── tg.svg
│ │ │ ├── cn.svg
│ │ │ ├── jo.svg
│ │ │ └── ws.svg
│ │ │ └── 1x1
│ │ │ ├── bd.svg
│ │ │ ├── bq.svg
│ │ │ ├── pl.svg
│ │ │ ├── am.svg
│ │ │ ├── gb-sct.svg
│ │ │ ├── lu.svg
│ │ │ ├── de.svg
│ │ │ ├── dk.svg
│ │ │ ├── at.svg
│ │ │ ├── fi.svg
│ │ │ ├── gb-eng.svg
│ │ │ ├── id.svg
│ │ │ ├── ua.svg
│ │ │ ├── es-ct.svg
│ │ │ ├── ma.svg
│ │ │ ├── mc.svg
│ │ │ ├── lv.svg
│ │ │ ├── ae.svg
│ │ │ ├── gf.svg
│ │ │ ├── ng.svg
│ │ │ ├── bw.svg
│ │ │ ├── ne.svg
│ │ │ ├── td.svg
│ │ │ ├── ml.svg
│ │ │ ├── th.svg
│ │ │ ├── wf.svg
│ │ │ ├── ye.svg
│ │ │ ├── bg.svg
│ │ │ ├── bl.svg
│ │ │ ├── ci.svg
│ │ │ ├── co.svg
│ │ │ ├── fr.svg
│ │ │ ├── gp.svg
│ │ │ ├── it.svg
│ │ │ ├── mf.svg
│ │ │ ├── mq.svg
│ │ │ ├── nc.svg
│ │ │ ├── pm.svg
│ │ │ ├── re.svg
│ │ │ ├── ru.svg
│ │ │ ├── yt.svg
│ │ │ ├── gn.svg
│ │ │ ├── mv.svg
│ │ │ ├── be.svg
│ │ │ ├── dz.svg
│ │ │ ├── ga.svg
│ │ │ ├── gh.svg
│ │ │ ├── hu.svg
│ │ │ ├── ie.svg
│ │ │ ├── cr.svg
│ │ │ ├── no.svg
│ │ │ ├── ro.svg
│ │ │ ├── sj.svg
│ │ │ ├── gl.svg
│ │ │ ├── mg.svg
│ │ │ ├── sr.svg
│ │ │ ├── mu.svg
│ │ │ ├── ee.svg
│ │ │ ├── ch.svg
│ │ │ ├── nl.svg
│ │ │ ├── tt.svg
│ │ │ ├── lc.svg
│ │ │ ├── ss.svg
│ │ │ ├── to.svg
│ │ │ ├── mk.svg
│ │ │ ├── qa.svg
│ │ │ ├── gm.svg
│ │ │ ├── bf.svg
│ │ │ ├── lt.svg
│ │ │ ├── sl.svg
│ │ │ ├── sn.svg
│ │ │ ├── jm.svg
│ │ │ ├── cz.svg
│ │ │ ├── cg.svg
│ │ │ ├── jp.svg
│ │ │ ├── bj.svg
│ │ │ ├── cd.svg
│ │ │ ├── sd.svg
│ │ │ ├── is.svg
│ │ │ ├── kw.svg
│ │ │ ├── ly.svg
│ │ │ ├── vc.svg
│ │ │ ├── so.svg
│ │ │ ├── vn.svg
│ │ │ ├── gy.svg
│ │ │ ├── ps.svg
│ │ │ ├── az.svg
│ │ │ ├── ax.svg
│ │ │ ├── fo.svg
│ │ │ ├── mr.svg
│ │ │ ├── pw.svg
│ │ │ ├── la.svg
│ │ │ ├── cu.svg
│ │ │ ├── sc.svg
│ │ │ ├── bv.svg
│ │ │ ├── sy.svg
│ │ │ ├── bs.svg
│ │ │ ├── dj.svg
│ │ │ ├── gg.svg
│ │ │ ├── cl.svg
│ │ │ ├── tr.svg
│ │ │ ├── bh.svg
│ │ │ ├── tl.svg
│ │ │ ├── pr.svg
│ │ │ ├── cf.svg
│ │ │ ├── tz.svg
│ │ │ ├── cw.svg
│ │ │ ├── bb.svg
│ │ │ ├── tk.svg
│ │ │ ├── jo.svg
│ │ │ ├── cn.svg
│ │ │ ├── pa.svg
│ │ │ ├── lr.svg
│ │ │ ├── rw.svg
│ │ │ ├── nr.svg
│ │ │ ├── se.svg
│ │ │ ├── ws.svg
│ │ │ └── tg.svg
│ │ └── js
│ │ ├── tooltips.js
│ │ ├── src
│ │ ├── tooltips.js
│ │ ├── popovers.js
│ │ └── colors.js
│ │ ├── popovers.js
│ │ ├── tooltips.js.map
│ │ ├── popovers.js.map
│ │ └── colors.js
├── android-icon-144x144.png
├── android-icon-192x192.png
├── apple-icon-precomposed.png
├── browserconfig.xml
├── .htaccess
└── manifest.json
├── config
├── modernpug.php
├── algoria.php
└── github.php
├── .gitattributes
├── resources
├── views
│ ├── docs
│ │ ├── sidebar.blade.php
│ │ └── contributors.blade.php
│ ├── auth
│ │ └── emails
│ │ │ └── password.blade.php
│ └── partials
│ │ ├── toastr.blade.php
│ │ └── notices.blade.php
└── sass
│ └── common.scss
├── tests
├── TestCase.php
├── Feature
│ ├── Controller
│ │ └── IndexControllerTest.php
│ └── Command
│ │ └── DocsCommandTest.php
├── CreatesApplication.php
└── Unit
│ └── Services
│ └── Github
│ └── CommitInformationTest.php
├── .editorconfig
├── .gitignore
├── lang
├── en
│ ├── pagination.php
│ ├── auth.php
│ └── passwords.php
└── en.json
├── routes
├── channels.php
├── api.php
└── console.php
├── server.php
├── package.json
└── webpack.mix.js
/.rr.yaml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/Listeners/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/Policies/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/database/.gitignore:
--------------------------------------------------------------------------------
1 | *.sqlite*
2 |
--------------------------------------------------------------------------------
/database/migrations/.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 |
--------------------------------------------------------------------------------
/storage/app/public/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/app/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !public/
3 | !.gitignore
4 |
--------------------------------------------------------------------------------
/storage/framework/testing/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/views/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/cache/data/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/sessions/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !data/
3 | !.gitignore
4 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/config/modernpug.php:
--------------------------------------------------------------------------------
1 | env('MODERNPUG_TOKEN'),
5 | ];
6 |
--------------------------------------------------------------------------------
/public/apple-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon.png
--------------------------------------------------------------------------------
/public/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/favicon-16x16.png
--------------------------------------------------------------------------------
/public/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/favicon-32x32.png
--------------------------------------------------------------------------------
/public/favicon-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/favicon-96x96.png
--------------------------------------------------------------------------------
/public/ms-icon-70x70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/ms-icon-70x70.png
--------------------------------------------------------------------------------
/public/apple-icon-57x57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-57x57.png
--------------------------------------------------------------------------------
/public/apple-icon-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-60x60.png
--------------------------------------------------------------------------------
/public/apple-icon-72x72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-72x72.png
--------------------------------------------------------------------------------
/public/apple-icon-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-76x76.png
--------------------------------------------------------------------------------
/public/ms-icon-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/ms-icon-144x144.png
--------------------------------------------------------------------------------
/public/ms-icon-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/ms-icon-150x150.png
--------------------------------------------------------------------------------
/public/ms-icon-310x310.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/ms-icon-310x310.png
--------------------------------------------------------------------------------
/public/android-icon-36x36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/android-icon-36x36.png
--------------------------------------------------------------------------------
/public/android-icon-48x48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/android-icon-48x48.png
--------------------------------------------------------------------------------
/public/android-icon-72x72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/android-icon-72x72.png
--------------------------------------------------------------------------------
/public/android-icon-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/android-icon-96x96.png
--------------------------------------------------------------------------------
/public/apple-icon-114x114.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-114x114.png
--------------------------------------------------------------------------------
/public/apple-icon-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-120x120.png
--------------------------------------------------------------------------------
/public/apple-icon-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-144x144.png
--------------------------------------------------------------------------------
/public/apple-icon-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-152x152.png
--------------------------------------------------------------------------------
/public/apple-icon-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/apple-icon-180x180.png
--------------------------------------------------------------------------------
/public/assets/images/kakao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/kakao.png
--------------------------------------------------------------------------------
/public/assets/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/logo.png
--------------------------------------------------------------------------------
/app/Events/Event.php:
--------------------------------------------------------------------------------
1 |
3 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/fonts/Linearicons-Free.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/fonts/Linearicons-Free.woff
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/fonts/Linearicons-Free.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/fonts/Linearicons-Free.woff2
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/images/pexels-photo-326424.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/images/pexels-photo-326424.jpeg
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/images/pexels-photo-1181244.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/images/pexels-photo-1181244.jpeg
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/images/pexels-photo-1181269.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/images/pexels-photo-1181269.jpeg
--------------------------------------------------------------------------------
/public/assets/vendor/adventure/images/apps-business-cafe-265626.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/images/apps-business-cafe-265626.jpg
--------------------------------------------------------------------------------
/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/assets/vendor/adventure/images/company-concept-creative-7369.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/adventure/images/company-concept-creative-7369.jpg
--------------------------------------------------------------------------------
/config/algoria.php:
--------------------------------------------------------------------------------
1 | [
4 | 'apiKey' => env('ALGORIA_DOCSEARCH_API_KEY'),
5 | 'indexName' => env('ALGORIA_DOCSEARCH_INDEX_NAME'),
6 | ],
7 | ];
8 |
--------------------------------------------------------------------------------
/config/github.php:
--------------------------------------------------------------------------------
1 | env('GITHUB_TOKEN', '')
11 | ];
--------------------------------------------------------------------------------
/public/assets/images/main/20293004_1551294671603948_400930638504901233_n.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/20293004_1551294671603948_400930638504901233_n.jpg
--------------------------------------------------------------------------------
/public/assets/images/main/20770343_1412333888821127_139072671980159477_n.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/20770343_1412333888821127_139072671980159477_n.jpg
--------------------------------------------------------------------------------
/public/assets/images/main/21200462_1585875408145874_8492142344668971492_o.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/21200462_1585875408145874_8492142344668971492_o.jpg
--------------------------------------------------------------------------------
/public/assets/images/main/19665562_10203425690599133_6127978943609650341_n.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/19665562_10203425690599133_6127978943609650341_n.jpg
--------------------------------------------------------------------------------
/public/assets/images/main/26165670_10204105449432679_2635151206788777643_n.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/26165670_10204105449432679_2635151206788777643_n.jpg
--------------------------------------------------------------------------------
/public/assets/images/main/26166147_10204105451552732_2680490098430023505_n.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/26166147_10204105451552732_2680490098430023505_n.jpg
--------------------------------------------------------------------------------
/public/assets/images/main/26168698_10214183039026023_5000849346559842528_n.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/26168698_10214183039026023_5000849346559842528_n.jpg
--------------------------------------------------------------------------------
/public/assets/images/main/30653154_10156127257436953_3192556148687372288_n.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/images/main/30653154_10156127257436953_3192556148687372288_n.jpg
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/laravelkr/website/HEAD/public/assets/vendor/coreui/vendors/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/resources/views/auth/emails/password.blade.php:
--------------------------------------------------------------------------------
1 | Click here to reset your password: {{ $link }}
2 |
--------------------------------------------------------------------------------
/app/Http/Requests/Request.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | {!! Toastr::render() !!}
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bd.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bd.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/de.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/tests/Feature/Controller/IndexControllerTest.php:
--------------------------------------------------------------------------------
1 | get('/')->assertStatus(200);
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/am.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bq.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 | #ffffff
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bq.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/pl.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/lu.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/pl.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gb-sct.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/app/Services/Documents/UpdateInterface.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gb-sct.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/lu.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/de.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/dk.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mc.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ua.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/at.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/dk.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gb-eng.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/fi.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gb-eng.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/id.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ua.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/at.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/fi.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/id.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/lv.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/es-ct.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ae.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/es-ct.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/app/Exceptions/BadArgumentsException.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mc.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/lv.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bw.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ma.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/.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 |
17 | [docker-compose.yml]
18 | indent_size = 4
19 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ae.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gf.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gf.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ne.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ng.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ng.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bw.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ne.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ga.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ml.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mv.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/sl.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/td.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ye.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/td.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ci.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/co.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/dz.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ml.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/th.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/wf.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ye.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gh.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mq.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ru.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cr.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/fr.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gl.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gp.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mf.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/th.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/app/Services/Navigator/Dto/LinkLocationDto.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bl.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ci.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/co.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/fr.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gp.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/it.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mf.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mq.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/nc.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/pm.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/re.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ru.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/yt.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bg.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gn.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mv.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gn.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mg.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/wf.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/be.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/dz.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ga.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gh.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/hu.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ie.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/be.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bl.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/hu.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/it.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/nc.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/pm.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/re.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/yt.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cr.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/no.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ro.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/sj.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ee.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ie.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/no.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ro.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/sj.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /vendor
2 | /node_modules
3 | /public/storage
4 | /resources/documents/
5 | .env
6 | .env.backup
7 | .idea
8 | /public/hot
9 | /storage/*.key
10 | /.vscode
11 | /.vagrant
12 | Homestead.json
13 | Homestead.yaml
14 | npm-debug.log
15 | yarn-error.log
16 | .phpunit.result.cache
17 | public/css/*
18 | public/js/*
19 | public/mix-manifest.json
20 | rr
21 | .phpstorm.meta.php
22 | _ide_helper.php
23 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/tooltips.js:
--------------------------------------------------------------------------------
1 | /**
2 | * --------------------------------------------------------------------------
3 | * CoreUI Free Boostrap Admin Template (v2.0.0): tooltips.js
4 | * Licensed under MIT (https://coreui.io/license)
5 | * --------------------------------------------------------------------------
6 | */
7 | $('[data-toggle="tooltip"]').tooltip();
8 | //# sourceMappingURL=tooltips.js.map
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mu.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/sr.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gl.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mg.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/sr.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/src/tooltips.js:
--------------------------------------------------------------------------------
1 | import $ from 'jquery'
2 |
3 | /**
4 | * --------------------------------------------------------------------------
5 | * CoreUI Free Boostrap Admin Template (v2.0.0): tooltips.js
6 | * Licensed under MIT (https://coreui.io/license)
7 | * --------------------------------------------------------------------------
8 | */
9 |
10 | $('[data-toggle="tooltip"]').tooltip()
11 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mu.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cd.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ch.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/app/Http/Middleware/VerifyCsrfToken.php:
--------------------------------------------------------------------------------
1 |
13 | */
14 | protected $except = [
15 | //
16 | ];
17 | }
18 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ee.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/tt.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ch.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/nl.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/database/seeders/DatabaseSeeder.php:
--------------------------------------------------------------------------------
1 | create();
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/nl.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/resources/views/partials/notices.blade.php:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 | @foreach($notices as $notice)
11 | @if($notice->started_at <= $today && $notice->expired_at >= $today)
12 |
{{ $notice->title }}
13 | @endif
14 | @endforeach
15 |
16 |
--------------------------------------------------------------------------------
/app/Http/Middleware/EncryptCookies.php:
--------------------------------------------------------------------------------
1 |
13 | */
14 | protected $except = [
15 | 'navbar-toggle',
16 | 'aside-toggle',
17 | ];
18 | }
19 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mk.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/tt.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/qa.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ss.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/popovers.js:
--------------------------------------------------------------------------------
1 | /**
2 | * --------------------------------------------------------------------------
3 | * CoreUI Free Boostrap Admin Template (v2.0.0): popovers.js
4 | * Licensed under MIT (https://coreui.io/license)
5 | * --------------------------------------------------------------------------
6 | */
7 | $('[data-toggle="popover"]').popover();
8 | $('.popover-dismiss').popover({
9 | trigger: 'focus'
10 | });
11 | //# sourceMappingURL=popovers.js.map
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/lc.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/to.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/app/Http/Middleware/PreventRequestsDuringMaintenance.php:
--------------------------------------------------------------------------------
1 |
13 | */
14 | protected $except = [
15 | //
16 | ];
17 | }
18 |
--------------------------------------------------------------------------------
/app/Http/Middleware/TrustHosts.php:
--------------------------------------------------------------------------------
1 |
13 | */
14 | public function hosts()
15 | {
16 | return [
17 | $this->allSubdomainsOfApplicationUrl(),
18 | ];
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/src/popovers.js:
--------------------------------------------------------------------------------
1 | import $ from 'jquery'
2 |
3 | /**
4 | * --------------------------------------------------------------------------
5 | * CoreUI Free Boostrap Admin Template (v2.0.0): popovers.js
6 | * Licensed under MIT (https://coreui.io/license)
7 | * --------------------------------------------------------------------------
8 | */
9 |
10 | $('[data-toggle="popover"]').popover()
11 | $('.popover-dismiss').popover({
12 | trigger: 'focus'
13 | })
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/lc.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ss.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/to.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/app/Http/Middleware/TrimStrings.php:
--------------------------------------------------------------------------------
1 |
13 | */
14 | protected $except = [
15 | 'current_password',
16 | 'password',
17 | 'password_confirmation',
18 | ];
19 | }
20 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mk.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/qa.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/jm.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/tests/CreatesApplication.php:
--------------------------------------------------------------------------------
1 | make(Kernel::class)->bootstrap();
19 |
20 | return $app;
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/app/Console/Commands/DocumentsInitialize.php:
--------------------------------------------------------------------------------
1 | initialize();
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/app/Providers/BroadcastServiceProvider.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bf.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bf.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/lt.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/lt.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/tooltips.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"sources":["src/tooltips.js"],"names":["$","tooltip"],"mappings":"AAEA;;;;;;AAOAA,EAAE,yBAAF,EAA6BC,OAA7B","sourcesContent":["import $ from 'jquery'\n\n/**\n * --------------------------------------------------------------------------\n * CoreUI Free Boostrap Admin Template (v2.0.0): tooltips.js\n * Licensed under MIT (https://coreui.io/license)\n * --------------------------------------------------------------------------\n */\n\n$('[data-toggle=\"tooltip\"]').tooltip()\n"],"file":"tooltips.js"}
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/sl.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/sn.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/sn.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/jm.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/la.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/app/Http/Middleware/Authenticate.php:
--------------------------------------------------------------------------------
1 | expectsJson()) {
18 | return route('login');
19 | }
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/pw.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/vc.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cz.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cz.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cg.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/jp.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/app/Services/ModernPug/Dto/ResponseData.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cg.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/jp.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/app/Services/Markdown/ManualArticle.php:
--------------------------------------------------------------------------------
1 | subNavigatorExtractor->extract($this->parsedDocumentHtml);
25 | }
26 |
27 |
28 | }
29 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bj.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cd.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bj.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/app/Providers/AppServiceProvider.php:
--------------------------------------------------------------------------------
1 | app->bind(Recruits::class, function ($app) {
16 | return new Recruits($app[Client::class], $app[JsonMapper::class], config('modernpug.token'));
17 | });
18 | }
19 |
20 | public function boot(): void
21 | {
22 | //
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/sd.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/kw.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/resources/views/docs/contributors.blade.php:
--------------------------------------------------------------------------------
1 | 이 문서의 번역에 기여해주신 분들
2 | @foreach($contributors as $contributor)
3 |
4 |
7 |
8 | @endforeach
9 |
10 |
11 | 기여에 참여하기
12 |
13 |
--------------------------------------------------------------------------------
/lang/en/pagination.php:
--------------------------------------------------------------------------------
1 | '« Previous',
17 | 'next' => 'Next »',
18 |
19 | ];
20 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/az.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/app/Jobs/Job.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/kw.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ly.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/so.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/routes/channels.php:
--------------------------------------------------------------------------------
1 | id === (int) $id;
18 | });
19 |
--------------------------------------------------------------------------------
/tests/Unit/Services/Github/CommitInformationTest.php:
--------------------------------------------------------------------------------
1 | getLastCommitDate('laravelkr','docs','kr-5.5','readme.md');
22 |
23 |
24 | $this->assertTrue(is_string($date));
25 |
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ly.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/mr.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/vn.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/vc.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/is.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/app/Http/Controllers/HomeController.php:
--------------------------------------------------------------------------------
1 | getHtml();
18 |
19 | $notices = Notice::getAll();
20 |
21 | return view('index', compact('lastVersion', 'contributorsHtml', 'notices'));
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/so.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/vn.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/routes/api.php:
--------------------------------------------------------------------------------
1 | get('/user', function (Request $request) {
18 | return $request->user();
19 | });
20 |
--------------------------------------------------------------------------------
/server.php:
--------------------------------------------------------------------------------
1 |
8 | */
9 |
10 | $uri = urldecode(
11 | parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
12 | );
13 |
14 | // This file allows us to emulate Apache's "mod_rewrite" functionality from the
15 | // built-in PHP web server. This provides a convenient way to test a Laravel
16 | // application without having installed a "real" web server software here.
17 | if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
18 | return false;
19 | }
20 |
21 | require_once __DIR__.'/public/index.php';
22 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/popovers.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"sources":["src/popovers.js"],"names":["$","popover","trigger"],"mappings":"AAEA;;;;;;AAOAA,EAAE,yBAAF,EAA6BC,OAA7B;AACAD,EAAE,kBAAF,EAAsBC,OAAtB,CAA8B;AAC5BC,WAAS;AADmB,CAA9B","sourcesContent":["import $ from 'jquery'\n\n/**\n * --------------------------------------------------------------------------\n * CoreUI Free Boostrap Admin Template (v2.0.0): popovers.js\n * Licensed under MIT (https://coreui.io/license)\n * --------------------------------------------------------------------------\n */\n\n$('[data-toggle=\"popover\"]').popover()\n$('.popover-dismiss').popover({\n trigger: 'focus'\n})\n"],"file":"popovers.js"}
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gy.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gy.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "private": true,
3 | "scripts": {
4 | "dev": "npm run development",
5 | "development": "mix",
6 | "watch": "mix watch",
7 | "watch-poll": "mix watch -- --watch-options-poll=1000",
8 | "hot": "mix watch --hot",
9 | "prod": "npm run production",
10 | "production": "mix --production"
11 | },
12 | "devDependencies": {
13 | "axios": "^0.25",
14 | "laravel-mix": "^6.0.6",
15 | "lodash": "^4.17.19",
16 | "postcss": "^8.1.14",
17 | "resolve-url-loader": "^4.0.0",
18 | "sass": "^1.45.1",
19 | "sass-loader": "^12.4.0"
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ps.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/tests/Feature/Command/DocsCommandTest.php:
--------------------------------------------------------------------------------
1 | artisan('docs:initialize')->assertExitCode(0);
25 | }
26 |
27 |
28 | /**
29 | * @test
30 | */
31 | public function Update()
32 | {
33 |
34 | $this->artisan('docs:update')->assertExitCode(0);
35 | }
36 |
37 |
38 |
39 | }
40 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/az.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gm.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/tz.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ax.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/fo.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/routes/console.php:
--------------------------------------------------------------------------------
1 | comment(Inspiring::quote());
19 | })->purpose('Display an inspiring quote');
20 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/mr.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/app/Http/Controllers/Controller.php:
--------------------------------------------------------------------------------
1 | setSharedVariables();
17 | }
18 |
19 | protected function setSharedVariables() {
20 | view()->share('today', Carbon::now());
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/lang/en.json:
--------------------------------------------------------------------------------
1 | {
2 | "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
3 | "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
4 | "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
5 | "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
6 | "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute."
7 | }
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/pw.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/sc.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ax.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/public/.htaccess:
--------------------------------------------------------------------------------
1 |
2 |
3 | Options -MultiViews -Indexes
4 |
5 |
6 | RewriteEngine On
7 |
8 | # Handle Authorization Header
9 | RewriteCond %{HTTP:Authorization} .
10 | RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
11 |
12 | # Redirect Trailing Slashes If Not A Folder...
13 | RewriteCond %{REQUEST_FILENAME} !-d
14 | RewriteCond %{REQUEST_URI} (.+)/$
15 | RewriteRule ^ %1 [L,R=301]
16 |
17 | # Send Requests To Front Controller...
18 | RewriteCond %{REQUEST_FILENAME} !-d
19 | RewriteCond %{REQUEST_FILENAME} !-f
20 | RewriteRule ^ index.php [L]
21 |
22 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bs.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/la.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bh.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gg.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ps.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/sy.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cu.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cl.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/sc.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/dj.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bv.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bv.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/fo.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/sy.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bs.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/dj.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/gg.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cl.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/tr.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/tr.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/app/Models/Notice.php:
--------------------------------------------------------------------------------
1 | title = env('NOTICE_TITLE');
21 | $notice->link = env('NOTICE_LINK');
22 | $notice->started_at = new Carbon(env('NOTICE_STARTED_AT'));
23 | $notice->expired_at = new Carbon(env('NOTICE_EXPIRED_AT'));
24 |
25 | if(empty($notice->title) || empty($notice->link))
26 | return [];
27 |
28 | return collect([$notice]);
29 | }
30 |
31 | }
32 |
--------------------------------------------------------------------------------
/lang/en/auth.php:
--------------------------------------------------------------------------------
1 | 'These credentials do not match our records.',
17 | 'password' => 'The provided password is incorrect.',
18 | 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
19 |
20 | ];
21 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/tl.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/app/Providers/AuthServiceProvider.php:
--------------------------------------------------------------------------------
1 |
14 | */
15 | protected $policies = [
16 | // 'App\Models\Model' => 'App\Policies\ModelPolicy',
17 | ];
18 |
19 | /**
20 | * Register any authentication / authorization services.
21 | *
22 | * @return void
23 | */
24 | public function boot()
25 | {
26 | $this->registerPolicies();
27 |
28 | //
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/app/Services/Markdown/ManualNavigator.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cu.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/tl.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/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/docs.js', 'public/js')
15 | .sass('resources/sass/docs.scss', 'public/css')
16 | .sass('resources/sass/index.scss', 'public/css')
17 | .sass('resources/sass/common.scss', 'public/css');
18 |
19 | if (mix.inProduction()) {
20 | mix.version();
21 | }
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/pr.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/resources/sass/common.scss:
--------------------------------------------------------------------------------
1 |
2 | #notice {
3 | z-index:999;
4 | position: fixed;
5 | bottom: 0;
6 | width: 100%;
7 | text-align: center;
8 | /*background: rgba(0, 0, 0, 0.5);*/
9 | background:#d03067;
10 |
11 |
12 | a {
13 | display:block;
14 | font-size:18px;
15 | color:white;
16 | padding:10px;
17 | }
18 | }
19 |
20 | .navbar .nav-item {
21 | .default {
22 | &:before {
23 | content: "\f164";
24 | color: #2196f3;
25 | font: normal normal normal 14px/1 FontAwesome;
26 | }
27 | }
28 |
29 | strong.default:before {
30 | color: white;
31 | }
32 |
33 | .deprecated {
34 | &:before {
35 | content: "\f00d";
36 | color: #e91e63;
37 | font: normal normal normal 14px/1 FontAwesome;
38 | }
39 | }
40 | }
--------------------------------------------------------------------------------
/app/Services/Navigator/LinkExtractor.php:
--------------------------------------------------------------------------------
1 | [a-zA-Z-]*)">(?P.*)<\\/a>/', $html, $matches);
21 |
22 |
23 | $return = [];
24 | for ($i = 0, $count = count($matches[0]); $i < $count; $i++) {
25 | $return[] = new LinkLocationDto($matches['name'][$i], $matches['doc'][$i]);
26 | }
27 |
28 | return $return;
29 | }
30 |
31 | }
32 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cf.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/tz.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/app/Http/Middleware/TrustProxies.php:
--------------------------------------------------------------------------------
1 | |string|null
14 | */
15 | protected $proxies;
16 |
17 | /**
18 | * The headers that should be used to detect proxies.
19 | *
20 | * @var int
21 | */
22 | protected $headers =
23 | Request::HEADER_X_FORWARDED_FOR |
24 | Request::HEADER_X_FORWARDED_HOST |
25 | Request::HEADER_X_FORWARDED_PORT |
26 | Request::HEADER_X_FORWARDED_PROTO |
27 | Request::HEADER_X_FORWARDED_AWS_ELB;
28 | }
29 |
--------------------------------------------------------------------------------
/app/Http/Controllers/Auth/ForgotPasswordController.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cw.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cw.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/bb.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/bb.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/colors.js:
--------------------------------------------------------------------------------
1 | /* global rgbToHex */
2 |
3 | /**
4 | * --------------------------------------------------------------------------
5 | * CoreUI Free Boostrap Admin Template (v2.0.0): colors.js
6 | * Licensed under MIT (https://coreui.io/license)
7 | * --------------------------------------------------------------------------
8 | */
9 | $('.theme-color').each(function () {
10 | var Color = $(this).css('backgroundColor');
11 | $(this).parent().append("\n \n \n | HEX: | \n " + rgbToHex(Color) + " | \n
\n \n | RGB: | \n " + Color + " | \n
\n
\n ");
12 | });
13 | //# sourceMappingURL=colors.js.map
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/tk.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/lang/en/passwords.php:
--------------------------------------------------------------------------------
1 | 'Your password has been reset!',
17 | 'sent' => 'We have emailed your password reset link!',
18 | 'throttled' => 'Please wait before retrying.',
19 | 'token' => 'This password reset token is invalid.',
20 | 'user' => "We can't find a user with that email address.",
21 |
22 | ];
23 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/tk.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/js/src/colors.js:
--------------------------------------------------------------------------------
1 | /* global rgbToHex */
2 | import $ from 'jquery'
3 |
4 | /**
5 | * --------------------------------------------------------------------------
6 | * CoreUI Free Boostrap Admin Template (v2.0.0): colors.js
7 | * Licensed under MIT (https://coreui.io/license)
8 | * --------------------------------------------------------------------------
9 | */
10 |
11 | $('.theme-color').each(function () {
12 | const Color = $(this).css('backgroundColor')
13 | $(this).parent().append(`
14 |
15 |
16 | | HEX: |
17 | ${rgbToHex(Color)} |
18 |
19 |
20 | | RGB: |
21 | ${Color} |
22 |
23 |
24 | `)
25 | })
26 |
--------------------------------------------------------------------------------
/app/Console/Kernel.php:
--------------------------------------------------------------------------------
1 | command(Commands\DocumentsUpdate::class)->everyThirtyMinutes();
19 | }
20 |
21 | /**
22 | * Register the commands for the application.
23 | *
24 | * @return void
25 | */
26 | protected function commands()
27 | {
28 | $this->load(__DIR__.'/Commands');
29 |
30 | require base_path('routes/console.php');
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/database/migrations/2014_10_12_100000_create_password_resets_table.php:
--------------------------------------------------------------------------------
1 | string('email')->index();
18 | $table->string('token');
19 | $table->timestamp('created_at')->nullable();
20 | });
21 | }
22 |
23 | /**
24 | * Reverse the migrations.
25 | *
26 | * @return void
27 | */
28 | public function down()
29 | {
30 | Schema::dropIfExists('password_resets');
31 | }
32 | };
33 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/jo.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cf.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/se.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/cn.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/pa.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/lr.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/rw.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/rw.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/app/Services/Documents/GitInitialize.php:
--------------------------------------------------------------------------------
1 | location->getBaseLocation();
19 |
20 | if (File::exists($exitCheckDir)) {
21 | $this->console->writeln("Docs git already exist");
22 | return;
23 | }
24 |
25 | $this->console->writeln("Downloading docs git repository");
26 | $this->console->writeln(
27 | exec(sprintf('git clone https://github.com/laravelkr/docs.git %s 2>&1', $exitCheckDir))
28 | );
29 | }
30 |
31 | }
32 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/nr.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/nr.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/se.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/public/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "App",
3 | "icons": [
4 | {
5 | "src": "\/android-icon-36x36.png",
6 | "sizes": "36x36",
7 | "type": "image\/png",
8 | "density": "0.75"
9 | },
10 | {
11 | "src": "\/android-icon-48x48.png",
12 | "sizes": "48x48",
13 | "type": "image\/png",
14 | "density": "1.0"
15 | },
16 | {
17 | "src": "\/android-icon-72x72.png",
18 | "sizes": "72x72",
19 | "type": "image\/png",
20 | "density": "1.5"
21 | },
22 | {
23 | "src": "\/android-icon-96x96.png",
24 | "sizes": "96x96",
25 | "type": "image\/png",
26 | "density": "2.0"
27 | },
28 | {
29 | "src": "\/android-icon-144x144.png",
30 | "sizes": "144x144",
31 | "type": "image\/png",
32 | "density": "3.0"
33 | },
34 | {
35 | "src": "\/android-icon-192x192.png",
36 | "sizes": "192x192",
37 | "type": "image\/png",
38 | "density": "4.0"
39 | }
40 | ]
41 | }
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/gw.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/ws.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/lr.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/tg.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/cn.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/jo.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/1x1/tg.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/public/assets/vendor/coreui/vendors/flag-icon-css/flags/4x3/ws.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/app/Http/Controllers/Auth/ResetPasswordController.php:
--------------------------------------------------------------------------------
1 |