├── .env.example
├── .gitattributes
├── .gitignore
├── LICENSE
├── README.md
├── app
├── Admin
│ ├── Controllers
│ │ ├── AuthController.php
│ │ ├── CategoryController.php
│ │ ├── HomeController.php
│ │ ├── SettingController.php
│ │ └── SiteController.php
│ ├── bootstrap.php
│ └── routes.php
├── Category.php
├── Console
│ ├── Commands
│ │ └── ProjectCleanCommand.php
│ └── Kernel.php
├── Exceptions
│ └── Handler.php
├── Http
│ ├── Controllers
│ │ ├── Controller.php
│ │ └── HomeController.php
│ ├── Kernel.php
│ └── Middleware
│ │ ├── EncryptCookies.php
│ │ ├── RedirectIfAuthenticated.php
│ │ ├── TrimStrings.php
│ │ ├── TrustProxies.php
│ │ └── VerifyCsrfToken.php
├── Observers
│ └── SiteObserver.php
├── Providers
│ ├── AppServiceProvider.php
│ ├── AuthServiceProvider.php
│ ├── BroadcastServiceProvider.php
│ ├── EventServiceProvider.php
│ └── RouteServiceProvider.php
└── Site.php
├── artisan
├── bootstrap
├── app.php
└── cache
│ └── .gitignore
├── composer.json
├── composer.lock
├── config
├── admin.php
├── app.php
├── auth.php
├── broadcasting.php
├── cache.php
├── database.php
├── debugbar.php
├── filesystems.php
├── mail.php
├── queue.php
├── services.php
├── session.php
└── view.php
├── database
├── .gitignore
├── factories
│ └── .gitkeep
├── migrations
│ ├── 2016_01_04_173148_create_admin_tables.php
│ ├── 2019_01_21_120954_create_categories_table.php
│ └── 2019_01_21_144821_create_sites_table.php
└── seeds
│ ├── AdminConfigTableSeeder.php
│ ├── AdminMenuTableSeeder.php
│ ├── AdminPermissionsTableSeeder.php
│ ├── AdminRoleMenuTableSeeder.php
│ ├── AdminRolePermissionsTableSeeder.php
│ ├── AdminRoleUsersTableSeeder.php
│ ├── AdminRolesTableSeeder.php
│ ├── AdminUserPermissionsTableSeeder.php
│ ├── AdminUsersTableSeeder.php
│ ├── CategoriesTableSeeder.php
│ ├── DatabaseSeeder.php
│ └── SitesTableSeeder.php
├── deploy.php
├── package-lock.json
├── package.json
├── phpunit.xml
├── public
├── .htaccess
├── css
│ ├── app.css
│ └── search.css
├── favicon.ico
├── font
│ ├── linecons.eot
│ ├── linecons.svg
│ ├── linecons.ttf
│ └── linecons.woff
├── fonts
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ └── fontawesome-webfont.woff
├── img
│ ├── favicon.png
│ ├── flags
│ │ ├── flag-cn.png
│ │ └── flag-us.png
│ ├── loading.png
│ ├── logo-collapsed@2x.png
│ ├── logo@2x.png
│ ├── logo_dark@2x.png
│ ├── preview.gif
│ ├── webstack_banner_cn.png
│ └── webstack_icon_producthunt.png
├── index.php
├── js
│ ├── app.js
│ └── search.js
├── mix-manifest.json
├── robots.txt
├── screen
│ ├── 01.png
│ ├── 02.png
│ ├── 03.png
│ └── 04.png
├── uploads
│ └── images
│ │ ├── 00f85206df39e19f238ac55782bf11f4.png
│ │ ├── 01306292e590f37b934785ed67288f80.png
│ │ ├── 0171a46b0f643752aa90aa314a22a546.png
│ │ ├── 03508090a91cb0380760bb568054f31b.png
│ │ ├── 04c1b51de97ceac330358fa7d1685034.png
│ │ ├── 0623aab0bc72437206deca9d4c55df1c.png
│ │ ├── 0a6b1b1ea1d5ca5cb49e8cf95470a3b5.png
│ │ ├── 0b6e14ae22ff962a96ad66de4fc86aff.png
│ │ ├── 0bf95e0706e7680d4d2ae9999e982b3f.png
│ │ ├── 0e2b6c9a5afd4f83d2e22632b08f56ef.png
│ │ ├── 0e9933021af7cc4714e900c247010b30.png
│ │ ├── 11b56d4a9cc9297638d46c4b67c73693.png
│ │ ├── 1216f3642b463e7e9d493e4d00506566.png
│ │ ├── 125e538efd8b3ea68d3655cb81ccc06f.png
│ │ ├── 12ca6edef00d1d897eb28c4a8e2f8915.png
│ │ ├── 13b10a2f9388e83101d7a35b83ff28bc.png
│ │ ├── 13b4ac8efdc9f92e52e7f271b8034b24.png
│ │ ├── 14a77db5ab4af0ba947b1e1707295c5d.png
│ │ ├── 1576a7303fb2fa3839016a599418203b.png
│ │ ├── 15b0365192ebbe1a96a87594726a2610.png
│ │ ├── 15b4f46186f718e92b97f6f282f140fd.png
│ │ ├── 15ffa7b3a5cab15c7d23d402be12cc4c.png
│ │ ├── 16872736678fb982f70cafc9dec18e36.png
│ │ ├── 1726189292537c3a2733ebc673b7f1d6.png
│ │ ├── 1824678ec13d01b76df47fc5975178fa.png
│ │ ├── 19bd844dc123066620d1f6fda7287e48.png
│ │ ├── 1bb8a33edda0aaf2871ba17e6b265cf9.png
│ │ ├── 1c759dc53774e5758a31fee0401e213a.png
│ │ ├── 1ca7034320eac5d82fb87012c176abab.png
│ │ ├── 1fc6faab27b8f86002b558e41d67c09a.png
│ │ ├── 2061e0ccebfbb1a94a28d86237589b23.png
│ │ ├── 20fceec1b9dd6c1183ad73a90becce7f.png
│ │ ├── 22572b2d9b38ea02f173074d59acf334.png
│ │ ├── 23663c43cb7025f3bf36e9733bea6171.png
│ │ ├── 252114418dc086100cd58d10035a9436.png
│ │ ├── 25221e2badeed41de84e490e9573da12.png
│ │ ├── 255cf49affef2fbaba8cd15c3e7329b5.png
│ │ ├── 28ec81158c67d9783afccf8fcd1bbee6.png
│ │ ├── 290add1cdb3cdb80e6e30af137d48525.png
│ │ ├── 29345c700e66d707075758c51421b718.png
│ │ ├── 2ae393ad916a108ba20d21a8b907477e.png
│ │ ├── 2be533b5b00139b9022f09604f3bd136.png
│ │ ├── 2d01ac82bb496b607c43e7b2b29cd069.png
│ │ ├── 2f4235fb1eb75822a44903d9894760d7.png
│ │ ├── 2faf82318597d846e9522c5f52500031.png
│ │ ├── 310cb7b52774323c7fdffe67aa0f12aa.png
│ │ ├── 314a442ec053d08277ad8405ea03e42e.png
│ │ ├── 31de409b71235b76d605e98293d68cb3.png
│ │ ├── 32a037ffbdd2f97f6f6e62e56321c519.png
│ │ ├── 34061dd29655cfb0781381568b26b1d6.png
│ │ ├── 34b4382075e047c6d1456f8fe591a1ef.png
│ │ ├── 35e1bbf29c1116cb1dbb703b52ea2ae9.png
│ │ ├── 37a0ba7d9acb398adbefa207c30d5efd.png
│ │ ├── 37a9bff7f4d756e7b227ef295aa5ff82.png
│ │ ├── 37cf035215ac7e51cc0064c207f298e1.png
│ │ ├── 3a6396ba24d253502f40432751a11b07.png
│ │ ├── 3aacac5d23583cdc250a970a0e30a9aa.png
│ │ ├── 3adfef3862ba2083e737bbb0c9b734c1.png
│ │ ├── 3c7427a4bab6bb40c12a77014f809a2a.png
│ │ ├── 3d16b74d5d2a45649f58f63191727509.png
│ │ ├── 3f735ae4b6e18cd6cff3965661289aac.png
│ │ ├── 40139afeda032d1a3cd54459d065b31b.png
│ │ ├── 40c43a8932f24370cf456789b2ab51db.png
│ │ ├── 4288052485ced84952e206a4acfb92ad.png
│ │ ├── 42d3d29c62a19e8d4ca6395586d79ee7.png
│ │ ├── 4690e9281c23d5fc9df0e2cfbe018edd.png
│ │ ├── 4773ef0cfcf8c9fd158fc7db0bc2cf0b.png
│ │ ├── 481219fe4285f1f4ec1311acce7deb06.png
│ │ ├── 485a410f2076ad20856199caa300f548.png
│ │ ├── 48c7741c42e39eae508c3d9eef4e7a97.png
│ │ ├── 49bfc25c217107d7209eea098ad0307c.png
│ │ ├── 4b8c9c66df25d3867961ebbd6a824eea.png
│ │ ├── 4db54894b6751e253212a690dada0df8.png
│ │ ├── 4f5171443ad0ec6b13b7f96b8cead4bd.png
│ │ ├── 4fa8f4924f62370774915faf0fbc476d.png
│ │ ├── 5205b768b9b640bfada244ce9d15318d.png
│ │ ├── 528f9304b0dab49f5fe2426d4d9d047c.png
│ │ ├── 5332d36ac4cd00a40809fdfcb8412ce0.png
│ │ ├── 568ae371ba49ce83463d5833af6a8e88.png
│ │ ├── 57ab570b631cc25a23390f507d496bc6.png
│ │ ├── 582cf7361a0b4f444628c68b98e5cfc7.png
│ │ ├── 5ca0b65bcc3606640ba1b4aadd25c7df.png
│ │ ├── 5d61addac4350caee364f0a3e850a3f7.png
│ │ ├── 5ee459b3c52027eb8dcd9c8c6e9266a0.png
│ │ ├── 6055276a55b62db423c2b060d3f6b044.png
│ │ ├── 60696fcbba523de88eca68121dee7be7.png
│ │ ├── 612cf530fe80b5f28dc826c4384087bf.png
│ │ ├── 636342035cdd2fbc08097d012b5e5fad.png
│ │ ├── 643faef109965a9cedcf9cde74d0adb1.png
│ │ ├── 64d0ac5dc78b65d83ba500df5b1eab30.png
│ │ ├── 6882fdb094820bae95054ea1c38a3baf.png
│ │ ├── 69bf814d311d932ea13b746ffc1f9f54.png
│ │ ├── 6a96564b2d100bad3674db5e56794a97.png
│ │ ├── 6d0fd0bf35549f6d61037bd86e2ca242.png
│ │ ├── 6e63366cb896fa19e204cf6b95691062.png
│ │ ├── 709ff744a41559fa06b8e8dc199206a3.png
│ │ ├── 72880b02dbea40fd84472abc05e6d23b.png
│ │ ├── 74a25f510e403f4ef28212146510dfa7.png
│ │ ├── 74db036ddf1bbfc49a22a5a6dcd392ab.png
│ │ ├── 75cc5b5775361d5f0b471b706a115403.png
│ │ ├── 75e599ff2f061dc25fa272de94045ca9.png
│ │ ├── 76b49053ce87ab3c7419c7cdf6fa4f07.png
│ │ ├── 76ce6c165d69e7ae46c96200879eecfa.png
│ │ ├── 7949d12743b95779412dd8673c324164.png
│ │ ├── 7d5620f1b4fd85c4a7ea4733deed8823.png
│ │ ├── 7db1257f40b9b04482744387a00b359d.png
│ │ ├── 7dbc17741d30274995615612dc1d075f.png
│ │ ├── 7dd5e8cd5b1cd7b27a977bb7362ab7dd.png
│ │ ├── 7e802c77c7bb6c85c1e2bb608a4a13cd.png
│ │ ├── 7fbf6d9e22f141c803524181505cdbcb.png
│ │ ├── 7fe5dade254de0528e78ce32736ff9f4.png
│ │ ├── 7ffad2eac8cbad395d33914344d3aa0a.png
│ │ ├── 806fbd13251a921287ec2a3e815eafc8.png
│ │ ├── 80d85ea59d293bd43731a890f63c5dc9.png
│ │ ├── 84fedbd61bf8c93726b713bae36a88ae.png
│ │ ├── 857bb0f6927c2a8c246653cb41136ce7.png
│ │ ├── 85c87259ac26b4f48b084066b9e3ec8e.png
│ │ ├── 862823249aa701d8bc8af16ae98f1e3a.png
│ │ ├── 86b9e596068f2a71d2a2444733a4094e.png
│ │ ├── 88261a86b35e5b015bbe35ab9141bc8f.png
│ │ ├── 88440b8b0d5dc43a3f766670e2d11746.png
│ │ ├── 8ab1a1044ef9bc5c306c60b81d83b0a2.png
│ │ ├── 8b158c18b49f0160100086bfcdbe158d.png
│ │ ├── 8b6e0af7df3a5d77a14e41a0f5f36dc5.png
│ │ ├── 8bdf511e23b183f9aac30aee3368152b.png
│ │ ├── 8c44149ec037c0bf100f5c6c3a6cf18e.png
│ │ ├── 8fe5280ff7dc3012fb88781dd9ff4b93.png
│ │ ├── 8ffeec1d3ad96a39dd4ede9794756b87.png
│ │ ├── 907f35950eae72526a314306cc59efa7.png
│ │ ├── 90fd20bd3e7ae7c7fe37ea689dcca32c.png
│ │ ├── 9176968478c5c42ed20bce8b69f25bf6.png
│ │ ├── 91c604a4ca98b1bb5719e04c80043419.png
│ │ ├── 9344c4d9769745c1e63d8f1e7b2f3f25.png
│ │ ├── 9354f99621e8530d0f996fe4b96ad2c3.png
│ │ ├── 9458ececbfeea651b5e871179f245ce5.png
│ │ ├── 94684e5203623eb5540a4b5a0e0b70b0.png
│ │ ├── 948b0f5b62e59ef0a97edf4b9a51c404.png
│ │ ├── 94bf5d51c1367552f337610dbc6aa44b.png
│ │ ├── 94c5305f78dfadb241f9edcf3d9b870d.png
│ │ ├── 950d52c71e28f1c9ed964732d6ed18fd.png
│ │ ├── 965f25d08ae3cd33fab21d764a514967.png
│ │ ├── 975585f8d4d7efa6646b50dbc860cf5a.png
│ │ ├── 9842ff5c221d6411444d3c13660ba097.png
│ │ ├── 98c9f52ede06a56532d5d16afda9d570.png
│ │ ├── 98e2ee62a90b6243630f4aa479b4b47b.png
│ │ ├── 9a24027c0e9d498efb4ad88a330882f8.png
│ │ ├── 9b470b26c5e7e6604f3f17d2fe518af7.png
│ │ ├── 9b77eaad5ef27823b9feb3f765b9d593.png
│ │ ├── 9d6924419746baef1dcc5c203a321e6d.png
│ │ ├── 9dce238279b24893eaa20a99fba802ea.png
│ │ ├── 9eda46042e2ad058951fa4e4bb3a9957.png
│ │ ├── a016e8d2ae3ee88f0ec136440e92fca8.png
│ │ ├── a1cc88fa0a3bf74349ba9c08a67abdc7.png
│ │ ├── a26a90da0d304cd3502cdb53e85995b9.png
│ │ ├── a6e280bf367accdcb2d6ff5456d9b6cb.png
│ │ ├── a76e60c2d42f5bbdacbf7dd120810194.png
│ │ ├── a7e5f98173ea111df83da146a86436a1.png
│ │ ├── a887a255bbe7fe994e0479ae988372c7.png
│ │ ├── ac0344f03fc1e59b4144fef92a12e211.png
│ │ ├── acf446f1af754f863260cc10dd8d546e.png
│ │ ├── adef44c84185d959446024452ad615cc.png
│ │ ├── aee21da67d9771c2ebf3f6779afc9649.png
│ │ ├── afd4885651455f12dcac4f214460dd99.png
│ │ ├── b117eb768a44d662ded91d1f0a9cb1c2.png
│ │ ├── b1d803179735ea628d1d914c63c0b9f7.png
│ │ ├── b2a1a1e4c043858ac2411f02b9236ff3.png
│ │ ├── b815917aad63f449a96900979a16eb4e.png
│ │ ├── b9dd32f84034c07484aa2e873d788504.png
│ │ ├── bccc59c04f6f283a63430700273ffdee.png
│ │ ├── bdbb0e0485d816b88c75c9276d273873.png
│ │ ├── bdd6c88417790c97de2c2d0643cc602c.png
│ │ ├── bfabed8750869b0214622d158ec9bddf.png
│ │ ├── c15c9017ad6874faae0df64bd969115b.png
│ │ ├── c2aa8b63006d36a026e419bf3e0d7e50.png
│ │ ├── c3abf8084a1699d9a2618e76a90d3935.png
│ │ ├── c3b59ad338e7e122072b867381e4b599.png
│ │ ├── c4bf007a61d761db1f895672a2519cd0.png
│ │ ├── c51065aaec56c7c65aafd40f4797dba0.png
│ │ ├── c510c1946d6191a98c6fd3b08ca720ec.png
│ │ ├── c8da40d11f726d974293efc40c9acfb5.png
│ │ ├── c8e819279d4110794e2588dfb1a4bd64.png
│ │ ├── c94ee98e4ada29c0916888820da31744.png
│ │ ├── c9aae7e06ebabe9549d78c8b0cd0757d.png
│ │ ├── cbca7fabfd7c6d1b117547466bc564ad.png
│ │ ├── ccf82c5a27a285ba63cf3c4ff8964a25.png
│ │ ├── cd3c32252bb659437d63d59ca6fec8fb.png
│ │ ├── ced6b2a53069c7d360ba78706244081f.png
│ │ ├── cee8fd836f98652f52fcc6046ba9db89.png
│ │ ├── cfe0904ec3e37914be51687a2b15f5cf.png
│ │ ├── d0478f80b89bff215437714e62c6d997.png
│ │ ├── d140fe4bd548f273ddd00f35e1ad5ff5.png
│ │ ├── d19c97ead3760f1b70efa4ee9ad6859c.png
│ │ ├── d4fba2a16c7a1692ea21f4f0a8ae7672.png
│ │ ├── d5fc1ea541fe215ae449a0ae27a09a76.png
│ │ ├── d79583290bc400c0e8a2629d0e7f9f63.png
│ │ ├── d810229b8e5bc36d3ac498fe4ee5ebee.png
│ │ ├── d8d5768d2dc63763480478ae25aa176a.png
│ │ ├── da24d08a597456be98191b4a08eff4d6.png
│ │ ├── dc5b75e3455673384a8f738429789d4b.png
│ │ ├── dd8adcbc65cc20e8fb6d6335fd57814a.png
│ │ ├── de8b7f26a21ea0b781f93a3163341731.png
│ │ ├── e0ea9dd95aa42fd146e775479473891e.png
│ │ ├── e1f63337915f79f8bcad1952adb9f6e1.png
│ │ ├── e22a54099a69f7e76c471d7f6a253fe8.png
│ │ ├── e3325f68179436ccfc25b9f0ffff5a39.png
│ │ ├── e3e93f407dcc94461bea06979e89e4a2.png
│ │ ├── e424308a81c187bc42e95addf462b4c8.png
│ │ ├── e64c3cd0283a3bf6a75c9c4ba821049d.png
│ │ ├── e7117e80fdb340589bc8969900e2af61.png
│ │ ├── eb5f9a9661e582883c9d3128bb9b4482.png
│ │ ├── ecd5eefc4ec4bac49916a91c2da44412.png
│ │ ├── ed1c81d060a389d764a16e48fb9f0ca8.png
│ │ ├── f3869b4a06006186f8366199bfa43559.png
│ │ ├── f573dc81e4689cb9ce482f35a6fb82f1.png
│ │ ├── f655d57c7d752c429510e0f649d69666.png
│ │ ├── f84a9e00d63b007ea09df75dbdaf9549.png
│ │ ├── f8b5261bc1d5e5189b9c1216a6de8b3b.png
│ │ ├── f8fe63594e2083755086ee294b036108.png
│ │ ├── f9840e127d500449da1c5c721f3634c3.png
│ │ ├── f9b1cfa239abdda5ee2dca7c04ca2d73.png
│ │ ├── f9d1866ec8568b6a7744936842d773ac.png
│ │ ├── fa8c8b179ab48ad61e61a18d1720e019.png
│ │ ├── fabf86558eb3a7c943c124f7f62f3542.png
│ │ ├── fbedc66f865056e650a036f042625057.png
│ │ ├── fbf98a9687199d9b1260c659ae0e9a3d.png
│ │ ├── fc5a318293079a2674f1d92f3dce7650.png
│ │ ├── fe7dcb7b5937c3bcf6043ba7d9379fbe.png
│ │ ├── ff4d69bedb642bd132297ed22018369b.png
│ │ ├── ff6a2f8afaeb91004416c96788f9da95.png
│ │ └── ffdd45c7f0e765b6b3fe77c6576b3e28.png
├── vendor
│ ├── laravel-admin-ext
│ │ ├── grid-lightbox
│ │ │ ├── jquery.magnific-popup.min.js
│ │ │ └── magnific-popup.css
│ │ └── material-ui
│ │ │ └── MaterialAdminLTE
│ │ │ └── dist
│ │ │ ├── css
│ │ │ ├── MaterialAdminLTE.min.css
│ │ │ ├── bootstrap-material-design.min.css
│ │ │ ├── custom.css
│ │ │ ├── ripples.min.css
│ │ │ └── skins
│ │ │ │ ├── all-md-skins.min.css
│ │ │ │ ├── skin-md-black-light.min.css
│ │ │ │ ├── skin-md-black.min.css
│ │ │ │ ├── skin-md-blue-light.min.css
│ │ │ │ ├── skin-md-blue.min.css
│ │ │ │ ├── skin-md-green-light.min.css
│ │ │ │ ├── skin-md-green.min.css
│ │ │ │ ├── skin-md-purple-light.min.css
│ │ │ │ ├── skin-md-purple.min.css
│ │ │ │ ├── skin-md-red-light.min.css
│ │ │ │ ├── skin-md-red.min.css
│ │ │ │ ├── skin-md-yellow-light.min.css
│ │ │ │ └── skin-md-yellow.min.css
│ │ │ ├── img
│ │ │ ├── avatar.png
│ │ │ ├── avatar04.png
│ │ │ ├── avatar2.png
│ │ │ ├── avatar3.png
│ │ │ ├── avatar5.png
│ │ │ ├── boxed-bg.jpg
│ │ │ ├── boxed-bg.png
│ │ │ ├── credit
│ │ │ │ ├── american-express.png
│ │ │ │ ├── cirrus.png
│ │ │ │ ├── mastercard.png
│ │ │ │ ├── mestro.png
│ │ │ │ ├── paypal.png
│ │ │ │ ├── paypal2.png
│ │ │ │ └── visa.png
│ │ │ ├── default-50x50.gif
│ │ │ ├── icons.png
│ │ │ ├── patterns
│ │ │ │ ├── user-panel-bg_blue.jpg
│ │ │ │ ├── user-panel-bg_green.jpg
│ │ │ │ ├── user-panel-bg_purple.jpg
│ │ │ │ ├── user-panel-bg_red.jpg
│ │ │ │ └── user-panel-bg_yellow.jpg
│ │ │ ├── photo1.png
│ │ │ ├── photo2.png
│ │ │ ├── photo3.jpg
│ │ │ ├── photo4.jpg
│ │ │ ├── user-160x160.jpg
│ │ │ ├── user1-128x128.jpg
│ │ │ ├── user2-160x160.jpg
│ │ │ ├── user3-128x128.jpg
│ │ │ ├── user4-128x128.jpg
│ │ │ ├── user5-128x128.jpg
│ │ │ ├── user6-128x128.jpg
│ │ │ ├── user7-128x128.jpg
│ │ │ └── user8-128x128.jpg
│ │ │ └── js
│ │ │ ├── material.min.js
│ │ │ └── ripples.min.js
│ └── laravel-admin
│ │ ├── AdminLTE
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ │ └── bootstrap.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ └── js
│ │ │ │ └── bootstrap.min.js
│ │ ├── dist
│ │ │ ├── css
│ │ │ │ ├── AdminLTE.min.css
│ │ │ │ └── skins
│ │ │ │ │ ├── _all-skins.min.css
│ │ │ │ │ ├── skin-black-light.min.css
│ │ │ │ │ ├── skin-black.min.css
│ │ │ │ │ ├── skin-blue-light.min.css
│ │ │ │ │ ├── skin-blue.min.css
│ │ │ │ │ ├── skin-green-light.min.css
│ │ │ │ │ ├── skin-green.min.css
│ │ │ │ │ ├── skin-purple-light.min.css
│ │ │ │ │ ├── skin-purple.min.css
│ │ │ │ │ ├── skin-red-light.min.css
│ │ │ │ │ ├── skin-red.min.css
│ │ │ │ │ ├── skin-yellow-light.min.css
│ │ │ │ │ └── skin-yellow.min.css
│ │ │ ├── img
│ │ │ │ ├── boxed-bg.jpg
│ │ │ │ ├── boxed-bg.png
│ │ │ │ ├── credit
│ │ │ │ │ ├── american-express.png
│ │ │ │ │ ├── cirrus.png
│ │ │ │ │ ├── mastercard.png
│ │ │ │ │ ├── mestro.png
│ │ │ │ │ ├── paypal.png
│ │ │ │ │ ├── paypal2.png
│ │ │ │ │ └── visa.png
│ │ │ │ ├── default-50x50.gif
│ │ │ │ ├── icons.png
│ │ │ │ └── user2-160x160.jpg
│ │ │ └── js
│ │ │ │ └── app.min.js
│ │ └── plugins
│ │ │ ├── bootstrap-slider
│ │ │ ├── bootstrap-slider.js
│ │ │ └── slider.css
│ │ │ ├── colorpicker
│ │ │ ├── bootstrap-colorpicker.min.css
│ │ │ ├── bootstrap-colorpicker.min.js
│ │ │ └── img
│ │ │ │ ├── alpha-horizontal.png
│ │ │ │ ├── alpha.png
│ │ │ │ ├── hue-horizontal.png
│ │ │ │ ├── hue.png
│ │ │ │ └── saturation.png
│ │ │ ├── iCheck
│ │ │ ├── all.css
│ │ │ ├── flat
│ │ │ │ ├── _all.css
│ │ │ │ ├── aero.css
│ │ │ │ ├── aero.png
│ │ │ │ ├── aero@2x.png
│ │ │ │ ├── blue.css
│ │ │ │ ├── blue.png
│ │ │ │ ├── blue@2x.png
│ │ │ │ ├── flat.css
│ │ │ │ ├── flat.png
│ │ │ │ ├── flat@2x.png
│ │ │ │ ├── green.css
│ │ │ │ ├── green.png
│ │ │ │ ├── green@2x.png
│ │ │ │ ├── grey.css
│ │ │ │ ├── grey.png
│ │ │ │ ├── grey@2x.png
│ │ │ │ ├── orange.css
│ │ │ │ ├── orange.png
│ │ │ │ ├── orange@2x.png
│ │ │ │ ├── pink.css
│ │ │ │ ├── pink.png
│ │ │ │ ├── pink@2x.png
│ │ │ │ ├── purple.css
│ │ │ │ ├── purple.png
│ │ │ │ ├── purple@2x.png
│ │ │ │ ├── red.css
│ │ │ │ ├── red.png
│ │ │ │ ├── red@2x.png
│ │ │ │ ├── yellow.css
│ │ │ │ ├── yellow.png
│ │ │ │ └── yellow@2x.png
│ │ │ ├── futurico
│ │ │ │ ├── futurico.css
│ │ │ │ ├── futurico.png
│ │ │ │ └── futurico@2x.png
│ │ │ ├── icheck.min.js
│ │ │ ├── line
│ │ │ │ ├── _all.css
│ │ │ │ ├── aero.css
│ │ │ │ ├── blue.css
│ │ │ │ ├── green.css
│ │ │ │ ├── grey.css
│ │ │ │ ├── line.css
│ │ │ │ ├── line.png
│ │ │ │ ├── line@2x.png
│ │ │ │ ├── orange.css
│ │ │ │ ├── pink.css
│ │ │ │ ├── purple.css
│ │ │ │ ├── red.css
│ │ │ │ └── yellow.css
│ │ │ ├── minimal
│ │ │ │ ├── _all.css
│ │ │ │ ├── aero.css
│ │ │ │ ├── aero.png
│ │ │ │ ├── aero@2x.png
│ │ │ │ ├── blue.css
│ │ │ │ ├── blue.png
│ │ │ │ ├── blue@2x.png
│ │ │ │ ├── green.css
│ │ │ │ ├── green.png
│ │ │ │ ├── green@2x.png
│ │ │ │ ├── grey.css
│ │ │ │ ├── grey.png
│ │ │ │ ├── grey@2x.png
│ │ │ │ ├── minimal.css
│ │ │ │ ├── minimal.png
│ │ │ │ ├── minimal@2x.png
│ │ │ │ ├── orange.css
│ │ │ │ ├── orange.png
│ │ │ │ ├── orange@2x.png
│ │ │ │ ├── pink.css
│ │ │ │ ├── pink.png
│ │ │ │ ├── pink@2x.png
│ │ │ │ ├── purple.css
│ │ │ │ ├── purple.png
│ │ │ │ ├── purple@2x.png
│ │ │ │ ├── red.css
│ │ │ │ ├── red.png
│ │ │ │ ├── red@2x.png
│ │ │ │ ├── yellow.css
│ │ │ │ ├── yellow.png
│ │ │ │ └── yellow@2x.png
│ │ │ ├── polaris
│ │ │ │ ├── polaris.css
│ │ │ │ ├── polaris.png
│ │ │ │ └── polaris@2x.png
│ │ │ └── square
│ │ │ │ ├── _all.css
│ │ │ │ ├── aero.css
│ │ │ │ ├── aero.png
│ │ │ │ ├── aero@2x.png
│ │ │ │ ├── blue.css
│ │ │ │ ├── blue.png
│ │ │ │ ├── blue@2x.png
│ │ │ │ ├── green.css
│ │ │ │ ├── green.png
│ │ │ │ ├── green@2x.png
│ │ │ │ ├── grey.css
│ │ │ │ ├── grey.png
│ │ │ │ ├── grey@2x.png
│ │ │ │ ├── orange.css
│ │ │ │ ├── orange.png
│ │ │ │ ├── orange@2x.png
│ │ │ │ ├── pink.css
│ │ │ │ ├── pink.png
│ │ │ │ ├── pink@2x.png
│ │ │ │ ├── purple.css
│ │ │ │ ├── purple.png
│ │ │ │ ├── purple@2x.png
│ │ │ │ ├── red.css
│ │ │ │ ├── red.png
│ │ │ │ ├── red@2x.png
│ │ │ │ ├── square.css
│ │ │ │ ├── square.png
│ │ │ │ ├── square@2x.png
│ │ │ │ ├── yellow.css
│ │ │ │ ├── yellow.png
│ │ │ │ └── yellow@2x.png
│ │ │ ├── input-mask
│ │ │ ├── jquery.inputmask.bundle.min.js
│ │ │ └── phone-codes
│ │ │ │ ├── phone-be.json
│ │ │ │ ├── phone-codes.json
│ │ │ │ └── readme.txt
│ │ │ ├── ionslider
│ │ │ ├── img
│ │ │ │ ├── sprite-skin-flat.png
│ │ │ │ └── sprite-skin-nice.png
│ │ │ ├── ion.rangeSlider.css
│ │ │ ├── ion.rangeSlider.min.js
│ │ │ ├── ion.rangeSlider.skinFlat.css
│ │ │ └── ion.rangeSlider.skinNice.css
│ │ │ ├── jQuery
│ │ │ └── jQuery-2.1.4.min.js
│ │ │ ├── select2
│ │ │ ├── i18n
│ │ │ │ ├── ar.js
│ │ │ │ ├── az.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en.js
│ │ │ │ ├── es.js
│ │ │ │ ├── et.js
│ │ │ │ ├── eu.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gl.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hi.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── id.js
│ │ │ │ ├── is.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── km.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-BR.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sr-Cyrl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-CN.js
│ │ │ │ └── zh-TW.js
│ │ │ ├── select2.full.min.js
│ │ │ └── select2.min.css
│ │ │ └── slimScroll
│ │ │ └── jquery.slimscroll.min.js
│ │ ├── bootstrap-duallistbox
│ │ └── dist
│ │ │ ├── bootstrap-duallistbox.min.css
│ │ │ └── jquery.bootstrap-duallistbox.min.js
│ │ ├── bootstrap-fileinput
│ │ ├── css
│ │ │ └── fileinput.min.css
│ │ ├── img
│ │ │ ├── loading-sm.gif
│ │ │ └── loading.gif
│ │ └── js
│ │ │ ├── fileinput.min.js
│ │ │ └── plugins
│ │ │ ├── canvas-to-blob.js
│ │ │ ├── canvas-to-blob.min.js
│ │ │ ├── piexif.js
│ │ │ ├── piexif.min.js
│ │ │ ├── purify.js
│ │ │ ├── purify.min.js
│ │ │ ├── sortable.js
│ │ │ └── sortable.min.js
│ │ ├── bootstrap-switch
│ │ └── dist
│ │ │ ├── css
│ │ │ └── bootstrap3
│ │ │ │ └── bootstrap-switch.min.css
│ │ │ └── js
│ │ │ └── bootstrap-switch.min.js
│ │ ├── bootstrap3-editable
│ │ ├── css
│ │ │ └── bootstrap-editable.css
│ │ ├── img
│ │ │ ├── clear.png
│ │ │ └── loading.gif
│ │ └── js
│ │ │ └── bootstrap-editable.min.js
│ │ ├── eonasdan-bootstrap-datetimepicker
│ │ └── build
│ │ │ ├── css
│ │ │ └── bootstrap-datetimepicker.min.css
│ │ │ └── js
│ │ │ └── bootstrap-datetimepicker.min.js
│ │ ├── font-awesome
│ │ ├── css
│ │ │ └── font-awesome.min.css
│ │ └── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── fontawesome-iconpicker
│ │ └── dist
│ │ │ ├── css
│ │ │ └── fontawesome-iconpicker.min.css
│ │ │ └── js
│ │ │ └── fontawesome-iconpicker.min.js
│ │ ├── google-fonts
│ │ ├── fonts.css
│ │ └── fonts
│ │ │ ├── Source-Sans-Pro-Bold.ttf
│ │ │ ├── Source-Sans-Pro-Bold.woff
│ │ │ ├── Source-Sans-Pro-Bold.woff2
│ │ │ ├── Source-Sans-Pro-Italic.ttf
│ │ │ ├── Source-Sans-Pro-Italic.woff
│ │ │ ├── Source-Sans-Pro-Italic.woff2
│ │ │ ├── Source-Sans-Pro-Light-Italic.ttf
│ │ │ ├── Source-Sans-Pro-Light-Italic.woff
│ │ │ ├── Source-Sans-Pro-Light-Italic.woff2
│ │ │ ├── Source-Sans-Pro-Light.ttf
│ │ │ ├── Source-Sans-Pro-Light.woff
│ │ │ ├── Source-Sans-Pro-Light.woff2
│ │ │ ├── Source-Sans-Pro-Semibold-Italic.ttf
│ │ │ ├── Source-Sans-Pro-Semibold-Italic.woff
│ │ │ ├── Source-Sans-Pro-Semibold-Italic.woff2
│ │ │ ├── Source-Sans-Pro-Semibold.ttf
│ │ │ ├── Source-Sans-Pro-Semibold.woff
│ │ │ ├── Source-Sans-Pro-Semibold.woff2
│ │ │ ├── Source-Sans-Pro.eot
│ │ │ ├── Source-Sans-Pro.svg
│ │ │ ├── Source-Sans-Pro.ttf
│ │ │ ├── Source-Sans-Pro.woff
│ │ │ └── Source-Sans-Pro.woff2
│ │ ├── jquery-pjax
│ │ └── jquery.pjax.js
│ │ ├── laravel-admin
│ │ ├── laravel-admin.css
│ │ └── laravel-admin.js
│ │ ├── moment
│ │ └── min
│ │ │ └── moment-with-locales.min.js
│ │ ├── nestable
│ │ ├── jquery.nestable.js
│ │ └── nestable.css
│ │ ├── nprogress
│ │ ├── nprogress.css
│ │ └── nprogress.js
│ │ ├── number-input
│ │ └── bootstrap-number-input.js
│ │ ├── sweetalert2
│ │ └── dist
│ │ │ ├── sweetalert2.css
│ │ │ └── sweetalert2.min.js
│ │ └── toastr
│ │ └── build
│ │ ├── toastr.min.css
│ │ └── toastr.min.js
└── web.config
├── resources
├── assets
│ ├── js
│ │ ├── app.js
│ │ ├── bootstrap.js
│ │ └── components
│ │ │ └── ExampleComponent.vue
│ ├── sass
│ │ └── app.scss
│ └── web-stack
│ │ ├── css
│ │ ├── bootstrap.css
│ │ ├── fonts
│ │ │ ├── elusive
│ │ │ │ ├── css
│ │ │ │ │ ├── animation.css
│ │ │ │ │ ├── elusive-codes.css
│ │ │ │ │ ├── elusive-embedded.css
│ │ │ │ │ ├── elusive-ie7-codes.css
│ │ │ │ │ ├── elusive-ie7.css
│ │ │ │ │ └── elusive.css
│ │ │ │ └── font
│ │ │ │ │ ├── elusive.eot
│ │ │ │ │ ├── elusive.svg
│ │ │ │ │ ├── elusive.ttf
│ │ │ │ │ └── elusive.woff
│ │ │ ├── fontawesome
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ └── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ └── fontawesome-webfont.woff
│ │ │ ├── glyphicons
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ ├── linecons
│ │ │ │ ├── css
│ │ │ │ │ ├── animation.css
│ │ │ │ │ ├── linecons-codes.css
│ │ │ │ │ ├── linecons-embedded.css
│ │ │ │ │ ├── linecons-ie7-codes.css
│ │ │ │ │ ├── linecons-ie7.css
│ │ │ │ │ └── linecons.css
│ │ │ │ └── font
│ │ │ │ │ ├── linecons.eot
│ │ │ │ │ ├── linecons.svg
│ │ │ │ │ ├── linecons.ttf
│ │ │ │ │ └── linecons.woff
│ │ │ └── meteocons
│ │ │ │ ├── css
│ │ │ │ ├── animation.css
│ │ │ │ ├── meteocons-codes.css
│ │ │ │ ├── meteocons-embedded.css
│ │ │ │ ├── meteocons-ie7-codes.css
│ │ │ │ ├── meteocons-ie7.css
│ │ │ │ └── meteocons.css
│ │ │ │ └── font
│ │ │ │ ├── meteocons.eot
│ │ │ │ ├── meteocons.svg
│ │ │ │ ├── meteocons.ttf
│ │ │ │ └── meteocons.woff
│ │ ├── nav.css
│ │ ├── xenon-components.css
│ │ ├── xenon-core.css
│ │ ├── xenon-forms.css
│ │ ├── xenon-skins.css
│ │ └── xenon.css
│ │ ├── images
│ │ ├── favicon.png
│ │ ├── flags
│ │ │ ├── flag-cn.png
│ │ │ └── flag-us.png
│ │ ├── logo-collapsed@2x.png
│ │ ├── logo@2x.png
│ │ ├── logo_dark@2x.png
│ │ ├── preview.gif
│ │ ├── webstack_banner_cn.png
│ │ └── webstack_icon_producthunt.png
│ │ └── js
│ │ ├── TweenMax.min.js
│ │ ├── bootstrap.min.js
│ │ ├── joinable.js
│ │ ├── jquery-1.11.1.min.js
│ │ ├── resizeable.js
│ │ ├── xenon-api.js
│ │ ├── xenon-custom.js
│ │ └── xenon-toggles.js
├── lang
│ ├── en
│ │ ├── auth.php
│ │ ├── pagination.php
│ │ ├── passwords.php
│ │ └── validation.php
│ ├── id
│ │ └── admin.php
│ ├── ms
│ │ └── admin.php
│ ├── uk
│ │ └── admin.php
│ └── zh-CN
│ │ ├── admin.php
│ │ ├── auth.php
│ │ └── validation.php
└── views
│ ├── about.blade.php
│ ├── admin
│ └── home.blade.php
│ ├── index.blade.php
│ └── layouts
│ ├── content.blade.php
│ ├── footer.blade.php
│ ├── header.blade.php
│ └── sidebar.blade.php
├── routes
├── api.php
├── channels.php
├── console.php
└── web.php
├── server.php
├── storage
├── app
│ ├── .gitignore
│ └── public
│ │ └── .gitignore
├── debugbar
│ └── .gitignore
├── framework
│ ├── .gitignore
│ ├── cache
│ │ └── .gitignore
│ ├── sessions
│ │ └── .gitignore
│ ├── testing
│ │ └── .gitignore
│ └── views
│ │ └── .gitignore
└── logs
│ └── .gitignore
├── tests
├── CreatesApplication.php
├── Feature
│ └── ExampleTest.php
├── TestCase.php
└── Unit
│ └── ExampleTest.php
└── webpack.mix.js
/.env.example:
--------------------------------------------------------------------------------
1 | APP_NAME=WebStack
2 | APP_ENV=local
3 | APP_KEY=
4 | APP_DEBUG=true
5 | APP_LOG_LEVEL=debug
6 | APP_URL=http://localhost
7 |
8 | DB_CONNECTION=mysql
9 | DB_HOST=127.0.0.1
10 | DB_PORT=3306
11 | DB_DATABASE=homestead
12 | DB_USERNAME=homestead
13 | DB_PASSWORD=secret
14 |
15 | BROADCAST_DRIVER=log
16 | CACHE_DRIVER=file
17 | SESSION_DRIVER=file
18 | SESSION_LIFETIME=120
19 | QUEUE_DRIVER=sync
20 |
21 | REDIS_HOST=127.0.0.1
22 | REDIS_PASSWORD=null
23 | REDIS_PORT=6379
24 |
25 | MAIL_DRIVER=smtp
26 | MAIL_HOST=smtp.mailtrap.io
27 | MAIL_PORT=2525
28 | MAIL_USERNAME=null
29 | MAIL_PASSWORD=null
30 | MAIL_ENCRYPTION=null
31 |
32 | PUSHER_APP_ID=
33 | PUSHER_APP_KEY=
34 | PUSHER_APP_SECRET=
35 | PUSHER_APP_CLUSTER=mt1
36 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | * text=auto
2 | *.css linguist-vendored
3 | *.scss linguist-vendored
4 | *.js linguist-vendored
5 | CHANGELOG.md export-ignore
6 | *.js linguist-language=php
7 | *.css linguist-language=php
8 | *.html linguist-language=php
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /node_modules
2 | /public/hot
3 | /public/nginx.htaccess
4 | /public/storage
5 | /storage/*.key
6 | /vendor
7 | /.idea
8 | /.vagrant
9 | Homestead.json
10 | Homestead.yaml
11 | npm-debug.log
12 | yarn-error.log
13 | .env
14 | .env.develop
15 |
--------------------------------------------------------------------------------
/app/Admin/Controllers/AuthController.php:
--------------------------------------------------------------------------------
1 | body(view('admin.home'));
17 |
18 | return $content;
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/app/Admin/bootstrap.php:
--------------------------------------------------------------------------------
1 |
6 | *
7 | * Bootstraper for Admin.
8 | *
9 | * Here you can remove builtin form field:
10 | * Encore\Admin\Form::forget(['map', 'editor']);
11 | *
12 | * Or extend custom form field:
13 | * Encore\Admin\Form::extend('php', PHPEditor::class);
14 | *
15 | * Or require js and css assets:
16 | * Admin::css('/packages/prettydocs/css/styles.css');
17 | * Admin::js('/packages/prettydocs/js/main.js');
18 | *
19 | */
20 |
21 | Encore\Admin\Form::forget(['map', 'editor']);
22 |
--------------------------------------------------------------------------------
/app/Admin/routes.php:
--------------------------------------------------------------------------------
1 | config('admin.route.prefix'),
9 | 'namespace' => config('admin.route.namespace'),
10 | 'middleware' => config('admin.route.middleware'),
11 | ], function (Router $router) {
12 |
13 | $router->get('/', 'HomeController@index');
14 | $router->resource('categories', CategoryController::class);
15 | $router->resource('sites', SiteController::class);
16 | $router->resource('setting', SettingController::class);
17 | });
18 |
--------------------------------------------------------------------------------
/app/Category.php:
--------------------------------------------------------------------------------
1 | hasMany(static::class, 'parent_id');
16 | }
17 |
18 | public function sites()
19 | {
20 | return $this->hasMany(Site::class);
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/app/Http/Controllers/Controller.php:
--------------------------------------------------------------------------------
1 | function ($query) {
13 | $query->orderBy('order');
14 | }, 'sites'])
15 | ->withCount('children')
16 | ->orderBy('order')
17 | ->get();
18 |
19 | return view('index')->with('categories', $categories);
20 | }
21 |
22 | public function about()
23 | {
24 | return view('about');
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/app/Http/Middleware/EncryptCookies.php:
--------------------------------------------------------------------------------
1 | check()) {
21 | return redirect('/home');
22 | }
23 |
24 | return $next($request);
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/app/Http/Middleware/TrimStrings.php:
--------------------------------------------------------------------------------
1 | 'FORWARDED',
24 | Request::HEADER_X_FORWARDED_FOR => 'X_FORWARDED_FOR',
25 | Request::HEADER_X_FORWARDED_HOST => 'X_FORWARDED_HOST',
26 | Request::HEADER_X_FORWARDED_PORT => 'X_FORWARDED_PORT',
27 | Request::HEADER_X_FORWARDED_PROTO => 'X_FORWARDED_PROTO',
28 | ];
29 | }
30 |
--------------------------------------------------------------------------------
/app/Http/Middleware/VerifyCsrfToken.php:
--------------------------------------------------------------------------------
1 | '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/Providers/BroadcastServiceProvider.php:
--------------------------------------------------------------------------------
1 | [
17 | 'App\Listeners\EventListener',
18 | ],
19 | ];
20 |
21 | /**
22 | * Register any events for your application.
23 | *
24 | * @return void
25 | */
26 | public function boot()
27 | {
28 | parent::boot();
29 |
30 | //
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/app/Site.php:
--------------------------------------------------------------------------------
1 | belongsTo(Category::class);
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/bootstrap/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/database/.gitignore:
--------------------------------------------------------------------------------
1 | *.sqlite
2 |
--------------------------------------------------------------------------------
/database/factories/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/database/factories/.gitkeep
--------------------------------------------------------------------------------
/database/seeds/AdminRolePermissionsTableSeeder.php:
--------------------------------------------------------------------------------
1 | delete();
18 |
19 | \DB::table('admin_role_permissions')->insert(array (
20 | 0 =>
21 | array (
22 | 'role_id' => 1,
23 | 'permission_id' => 1,
24 | 'created_at' => NULL,
25 | 'updated_at' => NULL,
26 | ),
27 | ));
28 |
29 |
30 | }
31 | }
--------------------------------------------------------------------------------
/database/seeds/AdminRoleUsersTableSeeder.php:
--------------------------------------------------------------------------------
1 | delete();
18 |
19 | \DB::table('admin_role_users')->insert(array (
20 | 0 =>
21 | array (
22 | 'role_id' => 1,
23 | 'user_id' => 1,
24 | 'created_at' => NULL,
25 | 'updated_at' => NULL,
26 | ),
27 | ));
28 |
29 |
30 | }
31 | }
--------------------------------------------------------------------------------
/database/seeds/AdminRolesTableSeeder.php:
--------------------------------------------------------------------------------
1 | delete();
18 |
19 | \DB::table('admin_roles')->insert(array (
20 | 0 =>
21 | array (
22 | 'id' => 1,
23 | 'name' => 'Administrator',
24 | 'slug' => 'administrator',
25 | 'created_at' => '2019-01-21 09:24:58',
26 | 'updated_at' => '2019-01-21 09:24:58',
27 | ),
28 | ));
29 |
30 |
31 | }
32 | }
--------------------------------------------------------------------------------
/database/seeds/AdminUserPermissionsTableSeeder.php:
--------------------------------------------------------------------------------
1 | delete();
18 |
19 |
20 |
21 | }
22 | }
--------------------------------------------------------------------------------
/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 | # Handle Front Controller...
18 | RewriteCond %{REQUEST_FILENAME} !-d
19 | RewriteCond %{REQUEST_FILENAME} !-f
20 | RewriteRule ^ index.php [L]
21 |
22 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/favicon.ico
--------------------------------------------------------------------------------
/public/font/linecons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/font/linecons.eot
--------------------------------------------------------------------------------
/public/font/linecons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/font/linecons.ttf
--------------------------------------------------------------------------------
/public/font/linecons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/font/linecons.woff
--------------------------------------------------------------------------------
/public/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/public/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/img/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/favicon.png
--------------------------------------------------------------------------------
/public/img/flags/flag-cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/flags/flag-cn.png
--------------------------------------------------------------------------------
/public/img/flags/flag-us.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/flags/flag-us.png
--------------------------------------------------------------------------------
/public/img/loading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/loading.png
--------------------------------------------------------------------------------
/public/img/logo-collapsed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/logo-collapsed@2x.png
--------------------------------------------------------------------------------
/public/img/logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/logo@2x.png
--------------------------------------------------------------------------------
/public/img/logo_dark@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/logo_dark@2x.png
--------------------------------------------------------------------------------
/public/img/preview.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/preview.gif
--------------------------------------------------------------------------------
/public/img/webstack_banner_cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/webstack_banner_cn.png
--------------------------------------------------------------------------------
/public/img/webstack_icon_producthunt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/img/webstack_icon_producthunt.png
--------------------------------------------------------------------------------
/public/mix-manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "/css/app.css": "/css/app.css?id=08f4ad15e83f6df13efe",
3 | "/js/app.js": "/js/app.js?id=f9f0907779c993f5cbc4"
4 | }
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Disallow:
3 |
--------------------------------------------------------------------------------
/public/screen/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/screen/01.png
--------------------------------------------------------------------------------
/public/screen/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/screen/02.png
--------------------------------------------------------------------------------
/public/screen/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/screen/03.png
--------------------------------------------------------------------------------
/public/screen/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/screen/04.png
--------------------------------------------------------------------------------
/public/uploads/images/00f85206df39e19f238ac55782bf11f4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/00f85206df39e19f238ac55782bf11f4.png
--------------------------------------------------------------------------------
/public/uploads/images/01306292e590f37b934785ed67288f80.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/01306292e590f37b934785ed67288f80.png
--------------------------------------------------------------------------------
/public/uploads/images/0171a46b0f643752aa90aa314a22a546.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/0171a46b0f643752aa90aa314a22a546.png
--------------------------------------------------------------------------------
/public/uploads/images/03508090a91cb0380760bb568054f31b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/03508090a91cb0380760bb568054f31b.png
--------------------------------------------------------------------------------
/public/uploads/images/04c1b51de97ceac330358fa7d1685034.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/04c1b51de97ceac330358fa7d1685034.png
--------------------------------------------------------------------------------
/public/uploads/images/0623aab0bc72437206deca9d4c55df1c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/0623aab0bc72437206deca9d4c55df1c.png
--------------------------------------------------------------------------------
/public/uploads/images/0a6b1b1ea1d5ca5cb49e8cf95470a3b5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/0a6b1b1ea1d5ca5cb49e8cf95470a3b5.png
--------------------------------------------------------------------------------
/public/uploads/images/0b6e14ae22ff962a96ad66de4fc86aff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/0b6e14ae22ff962a96ad66de4fc86aff.png
--------------------------------------------------------------------------------
/public/uploads/images/0bf95e0706e7680d4d2ae9999e982b3f.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/0bf95e0706e7680d4d2ae9999e982b3f.png
--------------------------------------------------------------------------------
/public/uploads/images/0e2b6c9a5afd4f83d2e22632b08f56ef.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/0e2b6c9a5afd4f83d2e22632b08f56ef.png
--------------------------------------------------------------------------------
/public/uploads/images/0e9933021af7cc4714e900c247010b30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/0e9933021af7cc4714e900c247010b30.png
--------------------------------------------------------------------------------
/public/uploads/images/11b56d4a9cc9297638d46c4b67c73693.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/11b56d4a9cc9297638d46c4b67c73693.png
--------------------------------------------------------------------------------
/public/uploads/images/1216f3642b463e7e9d493e4d00506566.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1216f3642b463e7e9d493e4d00506566.png
--------------------------------------------------------------------------------
/public/uploads/images/125e538efd8b3ea68d3655cb81ccc06f.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/125e538efd8b3ea68d3655cb81ccc06f.png
--------------------------------------------------------------------------------
/public/uploads/images/12ca6edef00d1d897eb28c4a8e2f8915.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/12ca6edef00d1d897eb28c4a8e2f8915.png
--------------------------------------------------------------------------------
/public/uploads/images/13b10a2f9388e83101d7a35b83ff28bc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/13b10a2f9388e83101d7a35b83ff28bc.png
--------------------------------------------------------------------------------
/public/uploads/images/13b4ac8efdc9f92e52e7f271b8034b24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/13b4ac8efdc9f92e52e7f271b8034b24.png
--------------------------------------------------------------------------------
/public/uploads/images/14a77db5ab4af0ba947b1e1707295c5d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/14a77db5ab4af0ba947b1e1707295c5d.png
--------------------------------------------------------------------------------
/public/uploads/images/1576a7303fb2fa3839016a599418203b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1576a7303fb2fa3839016a599418203b.png
--------------------------------------------------------------------------------
/public/uploads/images/15b0365192ebbe1a96a87594726a2610.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/15b0365192ebbe1a96a87594726a2610.png
--------------------------------------------------------------------------------
/public/uploads/images/15b4f46186f718e92b97f6f282f140fd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/15b4f46186f718e92b97f6f282f140fd.png
--------------------------------------------------------------------------------
/public/uploads/images/15ffa7b3a5cab15c7d23d402be12cc4c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/15ffa7b3a5cab15c7d23d402be12cc4c.png
--------------------------------------------------------------------------------
/public/uploads/images/16872736678fb982f70cafc9dec18e36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/16872736678fb982f70cafc9dec18e36.png
--------------------------------------------------------------------------------
/public/uploads/images/1726189292537c3a2733ebc673b7f1d6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1726189292537c3a2733ebc673b7f1d6.png
--------------------------------------------------------------------------------
/public/uploads/images/1824678ec13d01b76df47fc5975178fa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1824678ec13d01b76df47fc5975178fa.png
--------------------------------------------------------------------------------
/public/uploads/images/19bd844dc123066620d1f6fda7287e48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/19bd844dc123066620d1f6fda7287e48.png
--------------------------------------------------------------------------------
/public/uploads/images/1bb8a33edda0aaf2871ba17e6b265cf9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1bb8a33edda0aaf2871ba17e6b265cf9.png
--------------------------------------------------------------------------------
/public/uploads/images/1c759dc53774e5758a31fee0401e213a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1c759dc53774e5758a31fee0401e213a.png
--------------------------------------------------------------------------------
/public/uploads/images/1ca7034320eac5d82fb87012c176abab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1ca7034320eac5d82fb87012c176abab.png
--------------------------------------------------------------------------------
/public/uploads/images/1fc6faab27b8f86002b558e41d67c09a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/1fc6faab27b8f86002b558e41d67c09a.png
--------------------------------------------------------------------------------
/public/uploads/images/2061e0ccebfbb1a94a28d86237589b23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/2061e0ccebfbb1a94a28d86237589b23.png
--------------------------------------------------------------------------------
/public/uploads/images/20fceec1b9dd6c1183ad73a90becce7f.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/20fceec1b9dd6c1183ad73a90becce7f.png
--------------------------------------------------------------------------------
/public/uploads/images/22572b2d9b38ea02f173074d59acf334.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/22572b2d9b38ea02f173074d59acf334.png
--------------------------------------------------------------------------------
/public/uploads/images/23663c43cb7025f3bf36e9733bea6171.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/23663c43cb7025f3bf36e9733bea6171.png
--------------------------------------------------------------------------------
/public/uploads/images/252114418dc086100cd58d10035a9436.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/252114418dc086100cd58d10035a9436.png
--------------------------------------------------------------------------------
/public/uploads/images/25221e2badeed41de84e490e9573da12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/25221e2badeed41de84e490e9573da12.png
--------------------------------------------------------------------------------
/public/uploads/images/255cf49affef2fbaba8cd15c3e7329b5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/255cf49affef2fbaba8cd15c3e7329b5.png
--------------------------------------------------------------------------------
/public/uploads/images/28ec81158c67d9783afccf8fcd1bbee6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/28ec81158c67d9783afccf8fcd1bbee6.png
--------------------------------------------------------------------------------
/public/uploads/images/290add1cdb3cdb80e6e30af137d48525.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/290add1cdb3cdb80e6e30af137d48525.png
--------------------------------------------------------------------------------
/public/uploads/images/29345c700e66d707075758c51421b718.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/29345c700e66d707075758c51421b718.png
--------------------------------------------------------------------------------
/public/uploads/images/2ae393ad916a108ba20d21a8b907477e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/2ae393ad916a108ba20d21a8b907477e.png
--------------------------------------------------------------------------------
/public/uploads/images/2be533b5b00139b9022f09604f3bd136.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/2be533b5b00139b9022f09604f3bd136.png
--------------------------------------------------------------------------------
/public/uploads/images/2d01ac82bb496b607c43e7b2b29cd069.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/2d01ac82bb496b607c43e7b2b29cd069.png
--------------------------------------------------------------------------------
/public/uploads/images/2f4235fb1eb75822a44903d9894760d7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/2f4235fb1eb75822a44903d9894760d7.png
--------------------------------------------------------------------------------
/public/uploads/images/2faf82318597d846e9522c5f52500031.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/2faf82318597d846e9522c5f52500031.png
--------------------------------------------------------------------------------
/public/uploads/images/310cb7b52774323c7fdffe67aa0f12aa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/310cb7b52774323c7fdffe67aa0f12aa.png
--------------------------------------------------------------------------------
/public/uploads/images/314a442ec053d08277ad8405ea03e42e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/314a442ec053d08277ad8405ea03e42e.png
--------------------------------------------------------------------------------
/public/uploads/images/31de409b71235b76d605e98293d68cb3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/31de409b71235b76d605e98293d68cb3.png
--------------------------------------------------------------------------------
/public/uploads/images/32a037ffbdd2f97f6f6e62e56321c519.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/32a037ffbdd2f97f6f6e62e56321c519.png
--------------------------------------------------------------------------------
/public/uploads/images/34061dd29655cfb0781381568b26b1d6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/34061dd29655cfb0781381568b26b1d6.png
--------------------------------------------------------------------------------
/public/uploads/images/34b4382075e047c6d1456f8fe591a1ef.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/34b4382075e047c6d1456f8fe591a1ef.png
--------------------------------------------------------------------------------
/public/uploads/images/35e1bbf29c1116cb1dbb703b52ea2ae9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/35e1bbf29c1116cb1dbb703b52ea2ae9.png
--------------------------------------------------------------------------------
/public/uploads/images/37a0ba7d9acb398adbefa207c30d5efd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/37a0ba7d9acb398adbefa207c30d5efd.png
--------------------------------------------------------------------------------
/public/uploads/images/37a9bff7f4d756e7b227ef295aa5ff82.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/37a9bff7f4d756e7b227ef295aa5ff82.png
--------------------------------------------------------------------------------
/public/uploads/images/37cf035215ac7e51cc0064c207f298e1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/37cf035215ac7e51cc0064c207f298e1.png
--------------------------------------------------------------------------------
/public/uploads/images/3a6396ba24d253502f40432751a11b07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/3a6396ba24d253502f40432751a11b07.png
--------------------------------------------------------------------------------
/public/uploads/images/3aacac5d23583cdc250a970a0e30a9aa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/3aacac5d23583cdc250a970a0e30a9aa.png
--------------------------------------------------------------------------------
/public/uploads/images/3adfef3862ba2083e737bbb0c9b734c1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/3adfef3862ba2083e737bbb0c9b734c1.png
--------------------------------------------------------------------------------
/public/uploads/images/3c7427a4bab6bb40c12a77014f809a2a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/3c7427a4bab6bb40c12a77014f809a2a.png
--------------------------------------------------------------------------------
/public/uploads/images/3d16b74d5d2a45649f58f63191727509.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/3d16b74d5d2a45649f58f63191727509.png
--------------------------------------------------------------------------------
/public/uploads/images/3f735ae4b6e18cd6cff3965661289aac.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/3f735ae4b6e18cd6cff3965661289aac.png
--------------------------------------------------------------------------------
/public/uploads/images/40139afeda032d1a3cd54459d065b31b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/40139afeda032d1a3cd54459d065b31b.png
--------------------------------------------------------------------------------
/public/uploads/images/40c43a8932f24370cf456789b2ab51db.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/40c43a8932f24370cf456789b2ab51db.png
--------------------------------------------------------------------------------
/public/uploads/images/4288052485ced84952e206a4acfb92ad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/4288052485ced84952e206a4acfb92ad.png
--------------------------------------------------------------------------------
/public/uploads/images/42d3d29c62a19e8d4ca6395586d79ee7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/42d3d29c62a19e8d4ca6395586d79ee7.png
--------------------------------------------------------------------------------
/public/uploads/images/4690e9281c23d5fc9df0e2cfbe018edd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/4690e9281c23d5fc9df0e2cfbe018edd.png
--------------------------------------------------------------------------------
/public/uploads/images/4773ef0cfcf8c9fd158fc7db0bc2cf0b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/4773ef0cfcf8c9fd158fc7db0bc2cf0b.png
--------------------------------------------------------------------------------
/public/uploads/images/481219fe4285f1f4ec1311acce7deb06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/481219fe4285f1f4ec1311acce7deb06.png
--------------------------------------------------------------------------------
/public/uploads/images/485a410f2076ad20856199caa300f548.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/485a410f2076ad20856199caa300f548.png
--------------------------------------------------------------------------------
/public/uploads/images/48c7741c42e39eae508c3d9eef4e7a97.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/48c7741c42e39eae508c3d9eef4e7a97.png
--------------------------------------------------------------------------------
/public/uploads/images/49bfc25c217107d7209eea098ad0307c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/49bfc25c217107d7209eea098ad0307c.png
--------------------------------------------------------------------------------
/public/uploads/images/4b8c9c66df25d3867961ebbd6a824eea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/4b8c9c66df25d3867961ebbd6a824eea.png
--------------------------------------------------------------------------------
/public/uploads/images/4db54894b6751e253212a690dada0df8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/4db54894b6751e253212a690dada0df8.png
--------------------------------------------------------------------------------
/public/uploads/images/4f5171443ad0ec6b13b7f96b8cead4bd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/4f5171443ad0ec6b13b7f96b8cead4bd.png
--------------------------------------------------------------------------------
/public/uploads/images/4fa8f4924f62370774915faf0fbc476d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/4fa8f4924f62370774915faf0fbc476d.png
--------------------------------------------------------------------------------
/public/uploads/images/5205b768b9b640bfada244ce9d15318d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/5205b768b9b640bfada244ce9d15318d.png
--------------------------------------------------------------------------------
/public/uploads/images/528f9304b0dab49f5fe2426d4d9d047c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/528f9304b0dab49f5fe2426d4d9d047c.png
--------------------------------------------------------------------------------
/public/uploads/images/5332d36ac4cd00a40809fdfcb8412ce0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/5332d36ac4cd00a40809fdfcb8412ce0.png
--------------------------------------------------------------------------------
/public/uploads/images/568ae371ba49ce83463d5833af6a8e88.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/568ae371ba49ce83463d5833af6a8e88.png
--------------------------------------------------------------------------------
/public/uploads/images/57ab570b631cc25a23390f507d496bc6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/57ab570b631cc25a23390f507d496bc6.png
--------------------------------------------------------------------------------
/public/uploads/images/582cf7361a0b4f444628c68b98e5cfc7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/582cf7361a0b4f444628c68b98e5cfc7.png
--------------------------------------------------------------------------------
/public/uploads/images/5ca0b65bcc3606640ba1b4aadd25c7df.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/5ca0b65bcc3606640ba1b4aadd25c7df.png
--------------------------------------------------------------------------------
/public/uploads/images/5d61addac4350caee364f0a3e850a3f7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/5d61addac4350caee364f0a3e850a3f7.png
--------------------------------------------------------------------------------
/public/uploads/images/5ee459b3c52027eb8dcd9c8c6e9266a0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/5ee459b3c52027eb8dcd9c8c6e9266a0.png
--------------------------------------------------------------------------------
/public/uploads/images/6055276a55b62db423c2b060d3f6b044.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/6055276a55b62db423c2b060d3f6b044.png
--------------------------------------------------------------------------------
/public/uploads/images/60696fcbba523de88eca68121dee7be7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/60696fcbba523de88eca68121dee7be7.png
--------------------------------------------------------------------------------
/public/uploads/images/612cf530fe80b5f28dc826c4384087bf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/612cf530fe80b5f28dc826c4384087bf.png
--------------------------------------------------------------------------------
/public/uploads/images/636342035cdd2fbc08097d012b5e5fad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/636342035cdd2fbc08097d012b5e5fad.png
--------------------------------------------------------------------------------
/public/uploads/images/643faef109965a9cedcf9cde74d0adb1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/643faef109965a9cedcf9cde74d0adb1.png
--------------------------------------------------------------------------------
/public/uploads/images/64d0ac5dc78b65d83ba500df5b1eab30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/64d0ac5dc78b65d83ba500df5b1eab30.png
--------------------------------------------------------------------------------
/public/uploads/images/6882fdb094820bae95054ea1c38a3baf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/6882fdb094820bae95054ea1c38a3baf.png
--------------------------------------------------------------------------------
/public/uploads/images/69bf814d311d932ea13b746ffc1f9f54.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/69bf814d311d932ea13b746ffc1f9f54.png
--------------------------------------------------------------------------------
/public/uploads/images/6a96564b2d100bad3674db5e56794a97.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/6a96564b2d100bad3674db5e56794a97.png
--------------------------------------------------------------------------------
/public/uploads/images/6d0fd0bf35549f6d61037bd86e2ca242.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/6d0fd0bf35549f6d61037bd86e2ca242.png
--------------------------------------------------------------------------------
/public/uploads/images/6e63366cb896fa19e204cf6b95691062.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/6e63366cb896fa19e204cf6b95691062.png
--------------------------------------------------------------------------------
/public/uploads/images/709ff744a41559fa06b8e8dc199206a3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/709ff744a41559fa06b8e8dc199206a3.png
--------------------------------------------------------------------------------
/public/uploads/images/72880b02dbea40fd84472abc05e6d23b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/72880b02dbea40fd84472abc05e6d23b.png
--------------------------------------------------------------------------------
/public/uploads/images/74a25f510e403f4ef28212146510dfa7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/74a25f510e403f4ef28212146510dfa7.png
--------------------------------------------------------------------------------
/public/uploads/images/74db036ddf1bbfc49a22a5a6dcd392ab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/74db036ddf1bbfc49a22a5a6dcd392ab.png
--------------------------------------------------------------------------------
/public/uploads/images/75cc5b5775361d5f0b471b706a115403.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/75cc5b5775361d5f0b471b706a115403.png
--------------------------------------------------------------------------------
/public/uploads/images/75e599ff2f061dc25fa272de94045ca9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/75e599ff2f061dc25fa272de94045ca9.png
--------------------------------------------------------------------------------
/public/uploads/images/76b49053ce87ab3c7419c7cdf6fa4f07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/76b49053ce87ab3c7419c7cdf6fa4f07.png
--------------------------------------------------------------------------------
/public/uploads/images/76ce6c165d69e7ae46c96200879eecfa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/76ce6c165d69e7ae46c96200879eecfa.png
--------------------------------------------------------------------------------
/public/uploads/images/7949d12743b95779412dd8673c324164.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7949d12743b95779412dd8673c324164.png
--------------------------------------------------------------------------------
/public/uploads/images/7d5620f1b4fd85c4a7ea4733deed8823.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7d5620f1b4fd85c4a7ea4733deed8823.png
--------------------------------------------------------------------------------
/public/uploads/images/7db1257f40b9b04482744387a00b359d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7db1257f40b9b04482744387a00b359d.png
--------------------------------------------------------------------------------
/public/uploads/images/7dbc17741d30274995615612dc1d075f.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7dbc17741d30274995615612dc1d075f.png
--------------------------------------------------------------------------------
/public/uploads/images/7dd5e8cd5b1cd7b27a977bb7362ab7dd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7dd5e8cd5b1cd7b27a977bb7362ab7dd.png
--------------------------------------------------------------------------------
/public/uploads/images/7e802c77c7bb6c85c1e2bb608a4a13cd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7e802c77c7bb6c85c1e2bb608a4a13cd.png
--------------------------------------------------------------------------------
/public/uploads/images/7fbf6d9e22f141c803524181505cdbcb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7fbf6d9e22f141c803524181505cdbcb.png
--------------------------------------------------------------------------------
/public/uploads/images/7fe5dade254de0528e78ce32736ff9f4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7fe5dade254de0528e78ce32736ff9f4.png
--------------------------------------------------------------------------------
/public/uploads/images/7ffad2eac8cbad395d33914344d3aa0a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/7ffad2eac8cbad395d33914344d3aa0a.png
--------------------------------------------------------------------------------
/public/uploads/images/806fbd13251a921287ec2a3e815eafc8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/806fbd13251a921287ec2a3e815eafc8.png
--------------------------------------------------------------------------------
/public/uploads/images/80d85ea59d293bd43731a890f63c5dc9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/80d85ea59d293bd43731a890f63c5dc9.png
--------------------------------------------------------------------------------
/public/uploads/images/84fedbd61bf8c93726b713bae36a88ae.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/84fedbd61bf8c93726b713bae36a88ae.png
--------------------------------------------------------------------------------
/public/uploads/images/857bb0f6927c2a8c246653cb41136ce7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/857bb0f6927c2a8c246653cb41136ce7.png
--------------------------------------------------------------------------------
/public/uploads/images/85c87259ac26b4f48b084066b9e3ec8e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/85c87259ac26b4f48b084066b9e3ec8e.png
--------------------------------------------------------------------------------
/public/uploads/images/862823249aa701d8bc8af16ae98f1e3a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/862823249aa701d8bc8af16ae98f1e3a.png
--------------------------------------------------------------------------------
/public/uploads/images/86b9e596068f2a71d2a2444733a4094e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/86b9e596068f2a71d2a2444733a4094e.png
--------------------------------------------------------------------------------
/public/uploads/images/88261a86b35e5b015bbe35ab9141bc8f.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/88261a86b35e5b015bbe35ab9141bc8f.png
--------------------------------------------------------------------------------
/public/uploads/images/88440b8b0d5dc43a3f766670e2d11746.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/88440b8b0d5dc43a3f766670e2d11746.png
--------------------------------------------------------------------------------
/public/uploads/images/8ab1a1044ef9bc5c306c60b81d83b0a2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/8ab1a1044ef9bc5c306c60b81d83b0a2.png
--------------------------------------------------------------------------------
/public/uploads/images/8b158c18b49f0160100086bfcdbe158d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/8b158c18b49f0160100086bfcdbe158d.png
--------------------------------------------------------------------------------
/public/uploads/images/8b6e0af7df3a5d77a14e41a0f5f36dc5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/8b6e0af7df3a5d77a14e41a0f5f36dc5.png
--------------------------------------------------------------------------------
/public/uploads/images/8bdf511e23b183f9aac30aee3368152b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/8bdf511e23b183f9aac30aee3368152b.png
--------------------------------------------------------------------------------
/public/uploads/images/8c44149ec037c0bf100f5c6c3a6cf18e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/8c44149ec037c0bf100f5c6c3a6cf18e.png
--------------------------------------------------------------------------------
/public/uploads/images/8fe5280ff7dc3012fb88781dd9ff4b93.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/8fe5280ff7dc3012fb88781dd9ff4b93.png
--------------------------------------------------------------------------------
/public/uploads/images/8ffeec1d3ad96a39dd4ede9794756b87.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/8ffeec1d3ad96a39dd4ede9794756b87.png
--------------------------------------------------------------------------------
/public/uploads/images/907f35950eae72526a314306cc59efa7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/907f35950eae72526a314306cc59efa7.png
--------------------------------------------------------------------------------
/public/uploads/images/90fd20bd3e7ae7c7fe37ea689dcca32c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/90fd20bd3e7ae7c7fe37ea689dcca32c.png
--------------------------------------------------------------------------------
/public/uploads/images/9176968478c5c42ed20bce8b69f25bf6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9176968478c5c42ed20bce8b69f25bf6.png
--------------------------------------------------------------------------------
/public/uploads/images/91c604a4ca98b1bb5719e04c80043419.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/91c604a4ca98b1bb5719e04c80043419.png
--------------------------------------------------------------------------------
/public/uploads/images/9344c4d9769745c1e63d8f1e7b2f3f25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9344c4d9769745c1e63d8f1e7b2f3f25.png
--------------------------------------------------------------------------------
/public/uploads/images/9354f99621e8530d0f996fe4b96ad2c3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9354f99621e8530d0f996fe4b96ad2c3.png
--------------------------------------------------------------------------------
/public/uploads/images/9458ececbfeea651b5e871179f245ce5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9458ececbfeea651b5e871179f245ce5.png
--------------------------------------------------------------------------------
/public/uploads/images/94684e5203623eb5540a4b5a0e0b70b0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/94684e5203623eb5540a4b5a0e0b70b0.png
--------------------------------------------------------------------------------
/public/uploads/images/948b0f5b62e59ef0a97edf4b9a51c404.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/948b0f5b62e59ef0a97edf4b9a51c404.png
--------------------------------------------------------------------------------
/public/uploads/images/94bf5d51c1367552f337610dbc6aa44b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/94bf5d51c1367552f337610dbc6aa44b.png
--------------------------------------------------------------------------------
/public/uploads/images/94c5305f78dfadb241f9edcf3d9b870d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/94c5305f78dfadb241f9edcf3d9b870d.png
--------------------------------------------------------------------------------
/public/uploads/images/950d52c71e28f1c9ed964732d6ed18fd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/950d52c71e28f1c9ed964732d6ed18fd.png
--------------------------------------------------------------------------------
/public/uploads/images/965f25d08ae3cd33fab21d764a514967.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/965f25d08ae3cd33fab21d764a514967.png
--------------------------------------------------------------------------------
/public/uploads/images/975585f8d4d7efa6646b50dbc860cf5a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/975585f8d4d7efa6646b50dbc860cf5a.png
--------------------------------------------------------------------------------
/public/uploads/images/9842ff5c221d6411444d3c13660ba097.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9842ff5c221d6411444d3c13660ba097.png
--------------------------------------------------------------------------------
/public/uploads/images/98c9f52ede06a56532d5d16afda9d570.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/98c9f52ede06a56532d5d16afda9d570.png
--------------------------------------------------------------------------------
/public/uploads/images/98e2ee62a90b6243630f4aa479b4b47b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/98e2ee62a90b6243630f4aa479b4b47b.png
--------------------------------------------------------------------------------
/public/uploads/images/9a24027c0e9d498efb4ad88a330882f8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9a24027c0e9d498efb4ad88a330882f8.png
--------------------------------------------------------------------------------
/public/uploads/images/9b470b26c5e7e6604f3f17d2fe518af7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9b470b26c5e7e6604f3f17d2fe518af7.png
--------------------------------------------------------------------------------
/public/uploads/images/9b77eaad5ef27823b9feb3f765b9d593.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9b77eaad5ef27823b9feb3f765b9d593.png
--------------------------------------------------------------------------------
/public/uploads/images/9d6924419746baef1dcc5c203a321e6d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9d6924419746baef1dcc5c203a321e6d.png
--------------------------------------------------------------------------------
/public/uploads/images/9dce238279b24893eaa20a99fba802ea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9dce238279b24893eaa20a99fba802ea.png
--------------------------------------------------------------------------------
/public/uploads/images/9eda46042e2ad058951fa4e4bb3a9957.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/9eda46042e2ad058951fa4e4bb3a9957.png
--------------------------------------------------------------------------------
/public/uploads/images/a016e8d2ae3ee88f0ec136440e92fca8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/a016e8d2ae3ee88f0ec136440e92fca8.png
--------------------------------------------------------------------------------
/public/uploads/images/a1cc88fa0a3bf74349ba9c08a67abdc7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/a1cc88fa0a3bf74349ba9c08a67abdc7.png
--------------------------------------------------------------------------------
/public/uploads/images/a26a90da0d304cd3502cdb53e85995b9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/a26a90da0d304cd3502cdb53e85995b9.png
--------------------------------------------------------------------------------
/public/uploads/images/a6e280bf367accdcb2d6ff5456d9b6cb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/a6e280bf367accdcb2d6ff5456d9b6cb.png
--------------------------------------------------------------------------------
/public/uploads/images/a76e60c2d42f5bbdacbf7dd120810194.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/a76e60c2d42f5bbdacbf7dd120810194.png
--------------------------------------------------------------------------------
/public/uploads/images/a7e5f98173ea111df83da146a86436a1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/a7e5f98173ea111df83da146a86436a1.png
--------------------------------------------------------------------------------
/public/uploads/images/a887a255bbe7fe994e0479ae988372c7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/a887a255bbe7fe994e0479ae988372c7.png
--------------------------------------------------------------------------------
/public/uploads/images/ac0344f03fc1e59b4144fef92a12e211.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ac0344f03fc1e59b4144fef92a12e211.png
--------------------------------------------------------------------------------
/public/uploads/images/acf446f1af754f863260cc10dd8d546e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/acf446f1af754f863260cc10dd8d546e.png
--------------------------------------------------------------------------------
/public/uploads/images/adef44c84185d959446024452ad615cc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/adef44c84185d959446024452ad615cc.png
--------------------------------------------------------------------------------
/public/uploads/images/aee21da67d9771c2ebf3f6779afc9649.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/aee21da67d9771c2ebf3f6779afc9649.png
--------------------------------------------------------------------------------
/public/uploads/images/afd4885651455f12dcac4f214460dd99.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/afd4885651455f12dcac4f214460dd99.png
--------------------------------------------------------------------------------
/public/uploads/images/b117eb768a44d662ded91d1f0a9cb1c2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/b117eb768a44d662ded91d1f0a9cb1c2.png
--------------------------------------------------------------------------------
/public/uploads/images/b1d803179735ea628d1d914c63c0b9f7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/b1d803179735ea628d1d914c63c0b9f7.png
--------------------------------------------------------------------------------
/public/uploads/images/b2a1a1e4c043858ac2411f02b9236ff3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/b2a1a1e4c043858ac2411f02b9236ff3.png
--------------------------------------------------------------------------------
/public/uploads/images/b815917aad63f449a96900979a16eb4e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/b815917aad63f449a96900979a16eb4e.png
--------------------------------------------------------------------------------
/public/uploads/images/b9dd32f84034c07484aa2e873d788504.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/b9dd32f84034c07484aa2e873d788504.png
--------------------------------------------------------------------------------
/public/uploads/images/bccc59c04f6f283a63430700273ffdee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/bccc59c04f6f283a63430700273ffdee.png
--------------------------------------------------------------------------------
/public/uploads/images/bdbb0e0485d816b88c75c9276d273873.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/bdbb0e0485d816b88c75c9276d273873.png
--------------------------------------------------------------------------------
/public/uploads/images/bdd6c88417790c97de2c2d0643cc602c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/bdd6c88417790c97de2c2d0643cc602c.png
--------------------------------------------------------------------------------
/public/uploads/images/bfabed8750869b0214622d158ec9bddf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/bfabed8750869b0214622d158ec9bddf.png
--------------------------------------------------------------------------------
/public/uploads/images/c15c9017ad6874faae0df64bd969115b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c15c9017ad6874faae0df64bd969115b.png
--------------------------------------------------------------------------------
/public/uploads/images/c2aa8b63006d36a026e419bf3e0d7e50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c2aa8b63006d36a026e419bf3e0d7e50.png
--------------------------------------------------------------------------------
/public/uploads/images/c3abf8084a1699d9a2618e76a90d3935.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c3abf8084a1699d9a2618e76a90d3935.png
--------------------------------------------------------------------------------
/public/uploads/images/c3b59ad338e7e122072b867381e4b599.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c3b59ad338e7e122072b867381e4b599.png
--------------------------------------------------------------------------------
/public/uploads/images/c4bf007a61d761db1f895672a2519cd0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c4bf007a61d761db1f895672a2519cd0.png
--------------------------------------------------------------------------------
/public/uploads/images/c51065aaec56c7c65aafd40f4797dba0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c51065aaec56c7c65aafd40f4797dba0.png
--------------------------------------------------------------------------------
/public/uploads/images/c510c1946d6191a98c6fd3b08ca720ec.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c510c1946d6191a98c6fd3b08ca720ec.png
--------------------------------------------------------------------------------
/public/uploads/images/c8da40d11f726d974293efc40c9acfb5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c8da40d11f726d974293efc40c9acfb5.png
--------------------------------------------------------------------------------
/public/uploads/images/c8e819279d4110794e2588dfb1a4bd64.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c8e819279d4110794e2588dfb1a4bd64.png
--------------------------------------------------------------------------------
/public/uploads/images/c94ee98e4ada29c0916888820da31744.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c94ee98e4ada29c0916888820da31744.png
--------------------------------------------------------------------------------
/public/uploads/images/c9aae7e06ebabe9549d78c8b0cd0757d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/c9aae7e06ebabe9549d78c8b0cd0757d.png
--------------------------------------------------------------------------------
/public/uploads/images/cbca7fabfd7c6d1b117547466bc564ad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/cbca7fabfd7c6d1b117547466bc564ad.png
--------------------------------------------------------------------------------
/public/uploads/images/ccf82c5a27a285ba63cf3c4ff8964a25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ccf82c5a27a285ba63cf3c4ff8964a25.png
--------------------------------------------------------------------------------
/public/uploads/images/cd3c32252bb659437d63d59ca6fec8fb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/cd3c32252bb659437d63d59ca6fec8fb.png
--------------------------------------------------------------------------------
/public/uploads/images/ced6b2a53069c7d360ba78706244081f.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ced6b2a53069c7d360ba78706244081f.png
--------------------------------------------------------------------------------
/public/uploads/images/cee8fd836f98652f52fcc6046ba9db89.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/cee8fd836f98652f52fcc6046ba9db89.png
--------------------------------------------------------------------------------
/public/uploads/images/cfe0904ec3e37914be51687a2b15f5cf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/cfe0904ec3e37914be51687a2b15f5cf.png
--------------------------------------------------------------------------------
/public/uploads/images/d0478f80b89bff215437714e62c6d997.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d0478f80b89bff215437714e62c6d997.png
--------------------------------------------------------------------------------
/public/uploads/images/d140fe4bd548f273ddd00f35e1ad5ff5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d140fe4bd548f273ddd00f35e1ad5ff5.png
--------------------------------------------------------------------------------
/public/uploads/images/d19c97ead3760f1b70efa4ee9ad6859c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d19c97ead3760f1b70efa4ee9ad6859c.png
--------------------------------------------------------------------------------
/public/uploads/images/d4fba2a16c7a1692ea21f4f0a8ae7672.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d4fba2a16c7a1692ea21f4f0a8ae7672.png
--------------------------------------------------------------------------------
/public/uploads/images/d5fc1ea541fe215ae449a0ae27a09a76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d5fc1ea541fe215ae449a0ae27a09a76.png
--------------------------------------------------------------------------------
/public/uploads/images/d79583290bc400c0e8a2629d0e7f9f63.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d79583290bc400c0e8a2629d0e7f9f63.png
--------------------------------------------------------------------------------
/public/uploads/images/d810229b8e5bc36d3ac498fe4ee5ebee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d810229b8e5bc36d3ac498fe4ee5ebee.png
--------------------------------------------------------------------------------
/public/uploads/images/d8d5768d2dc63763480478ae25aa176a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/d8d5768d2dc63763480478ae25aa176a.png
--------------------------------------------------------------------------------
/public/uploads/images/da24d08a597456be98191b4a08eff4d6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/da24d08a597456be98191b4a08eff4d6.png
--------------------------------------------------------------------------------
/public/uploads/images/dc5b75e3455673384a8f738429789d4b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/dc5b75e3455673384a8f738429789d4b.png
--------------------------------------------------------------------------------
/public/uploads/images/dd8adcbc65cc20e8fb6d6335fd57814a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/dd8adcbc65cc20e8fb6d6335fd57814a.png
--------------------------------------------------------------------------------
/public/uploads/images/de8b7f26a21ea0b781f93a3163341731.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/de8b7f26a21ea0b781f93a3163341731.png
--------------------------------------------------------------------------------
/public/uploads/images/e0ea9dd95aa42fd146e775479473891e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e0ea9dd95aa42fd146e775479473891e.png
--------------------------------------------------------------------------------
/public/uploads/images/e1f63337915f79f8bcad1952adb9f6e1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e1f63337915f79f8bcad1952adb9f6e1.png
--------------------------------------------------------------------------------
/public/uploads/images/e22a54099a69f7e76c471d7f6a253fe8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e22a54099a69f7e76c471d7f6a253fe8.png
--------------------------------------------------------------------------------
/public/uploads/images/e3325f68179436ccfc25b9f0ffff5a39.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e3325f68179436ccfc25b9f0ffff5a39.png
--------------------------------------------------------------------------------
/public/uploads/images/e3e93f407dcc94461bea06979e89e4a2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e3e93f407dcc94461bea06979e89e4a2.png
--------------------------------------------------------------------------------
/public/uploads/images/e424308a81c187bc42e95addf462b4c8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e424308a81c187bc42e95addf462b4c8.png
--------------------------------------------------------------------------------
/public/uploads/images/e64c3cd0283a3bf6a75c9c4ba821049d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e64c3cd0283a3bf6a75c9c4ba821049d.png
--------------------------------------------------------------------------------
/public/uploads/images/e7117e80fdb340589bc8969900e2af61.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/e7117e80fdb340589bc8969900e2af61.png
--------------------------------------------------------------------------------
/public/uploads/images/eb5f9a9661e582883c9d3128bb9b4482.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/eb5f9a9661e582883c9d3128bb9b4482.png
--------------------------------------------------------------------------------
/public/uploads/images/ecd5eefc4ec4bac49916a91c2da44412.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ecd5eefc4ec4bac49916a91c2da44412.png
--------------------------------------------------------------------------------
/public/uploads/images/ed1c81d060a389d764a16e48fb9f0ca8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ed1c81d060a389d764a16e48fb9f0ca8.png
--------------------------------------------------------------------------------
/public/uploads/images/f3869b4a06006186f8366199bfa43559.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f3869b4a06006186f8366199bfa43559.png
--------------------------------------------------------------------------------
/public/uploads/images/f573dc81e4689cb9ce482f35a6fb82f1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f573dc81e4689cb9ce482f35a6fb82f1.png
--------------------------------------------------------------------------------
/public/uploads/images/f655d57c7d752c429510e0f649d69666.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f655d57c7d752c429510e0f649d69666.png
--------------------------------------------------------------------------------
/public/uploads/images/f84a9e00d63b007ea09df75dbdaf9549.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f84a9e00d63b007ea09df75dbdaf9549.png
--------------------------------------------------------------------------------
/public/uploads/images/f8b5261bc1d5e5189b9c1216a6de8b3b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f8b5261bc1d5e5189b9c1216a6de8b3b.png
--------------------------------------------------------------------------------
/public/uploads/images/f8fe63594e2083755086ee294b036108.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f8fe63594e2083755086ee294b036108.png
--------------------------------------------------------------------------------
/public/uploads/images/f9840e127d500449da1c5c721f3634c3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f9840e127d500449da1c5c721f3634c3.png
--------------------------------------------------------------------------------
/public/uploads/images/f9b1cfa239abdda5ee2dca7c04ca2d73.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f9b1cfa239abdda5ee2dca7c04ca2d73.png
--------------------------------------------------------------------------------
/public/uploads/images/f9d1866ec8568b6a7744936842d773ac.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/f9d1866ec8568b6a7744936842d773ac.png
--------------------------------------------------------------------------------
/public/uploads/images/fa8c8b179ab48ad61e61a18d1720e019.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/fa8c8b179ab48ad61e61a18d1720e019.png
--------------------------------------------------------------------------------
/public/uploads/images/fabf86558eb3a7c943c124f7f62f3542.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/fabf86558eb3a7c943c124f7f62f3542.png
--------------------------------------------------------------------------------
/public/uploads/images/fbedc66f865056e650a036f042625057.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/fbedc66f865056e650a036f042625057.png
--------------------------------------------------------------------------------
/public/uploads/images/fbf98a9687199d9b1260c659ae0e9a3d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/fbf98a9687199d9b1260c659ae0e9a3d.png
--------------------------------------------------------------------------------
/public/uploads/images/fc5a318293079a2674f1d92f3dce7650.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/fc5a318293079a2674f1d92f3dce7650.png
--------------------------------------------------------------------------------
/public/uploads/images/fe7dcb7b5937c3bcf6043ba7d9379fbe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/fe7dcb7b5937c3bcf6043ba7d9379fbe.png
--------------------------------------------------------------------------------
/public/uploads/images/ff4d69bedb642bd132297ed22018369b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ff4d69bedb642bd132297ed22018369b.png
--------------------------------------------------------------------------------
/public/uploads/images/ff6a2f8afaeb91004416c96788f9da95.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ff6a2f8afaeb91004416c96788f9da95.png
--------------------------------------------------------------------------------
/public/uploads/images/ffdd45c7f0e765b6b3fe77c6576b3e28.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/uploads/images/ffdd45c7f0e765b6b3fe77c6576b3e28.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/css/custom.css:
--------------------------------------------------------------------------------
1 | /* fix styles */
2 | .box-footer label.control-label {
3 | margin-top: 0;
4 | }
5 |
6 | .box .box-body .input-group, .box .box-footer .input-group {
7 | margin-top: 0;
8 | }
9 | .form-group label.control-label {
10 | margin-top: 8px;
11 | }
12 |
13 | .btn-group, .btn-group-vertical {
14 | margin: 0;
15 | }
16 |
17 | .form-horizontal label {
18 | margin-top: 10px;
19 | }
20 |
21 | .checkbox .checkbox-material, label.checkbox-inline .checkbox-material {
22 | display: none;
23 | }
24 |
25 | .radio .circle, label.radio-inline .circle {
26 | display: none;
27 | }
28 |
29 | .iconpicker .iconpicker-items {
30 | color: #aaaaaa;
31 | }
32 |
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar04.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar2.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar3.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/avatar5.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/boxed-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/boxed-bg.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/boxed-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/boxed-bg.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/american-express.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/american-express.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/cirrus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/cirrus.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/mastercard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/mastercard.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/mestro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/mestro.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/paypal.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/paypal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/paypal2.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/visa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/credit/visa.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/default-50x50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/default-50x50.gif
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/icons.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_blue.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_blue.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_green.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_green.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_purple.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_purple.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_red.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_red.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_yellow.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/patterns/user-panel-bg_yellow.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo1.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo2.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo3.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/photo4.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user-160x160.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user-160x160.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user1-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user1-128x128.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user2-160x160.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user2-160x160.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user3-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user3-128x128.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user4-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user4-128x128.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user5-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user5-128x128.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user6-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user6-128x128.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user7-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user7-128x128.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user8-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin-ext/material-ui/MaterialAdminLTE/dist/img/user8-128x128.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/bootstrap/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/boxed-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/boxed-bg.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/boxed-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/boxed-bg.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/credit/american-express.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/credit/american-express.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/credit/cirrus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/credit/cirrus.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/credit/mastercard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/credit/mastercard.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/credit/mestro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/credit/mestro.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/credit/paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/credit/paypal.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/credit/paypal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/credit/paypal2.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/credit/visa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/credit/visa.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/default-50x50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/default-50x50.gif
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/icons.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/dist/img/user2-160x160.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/dist/img/user2-160x160.jpg
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/alpha-horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/alpha-horizontal.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/alpha.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/hue-horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/hue-horizontal.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/hue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/hue.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/saturation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/colorpicker/img/saturation.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/aero.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/aero@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/blue.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/blue@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/flat.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/flat@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/flat@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/green.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/green@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/grey.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/grey@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/orange.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/orange@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/pink.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/pink@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/purple.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/purple@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/red.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/red@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/yellow.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/flat/yellow@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/futurico/futurico.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/futurico/futurico.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/futurico/futurico@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/futurico/futurico@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/line/line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/line/line.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/line/line@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/line/line@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/aero.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/aero@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/blue.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/blue@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/green.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/green@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/grey.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/grey@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/minimal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/minimal.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/minimal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/minimal@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/orange.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/orange@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/pink.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/pink@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/purple.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/purple@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/red.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/red@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/yellow.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/minimal/yellow@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/polaris/polaris.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/polaris/polaris.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/polaris/polaris@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/polaris/polaris@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/aero.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/aero@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/blue.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/blue@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/green.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/green@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/grey.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/grey@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/orange.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/orange@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/pink.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/pink@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/purple.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/purple@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/red.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/red@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/square.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/square@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/square@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/yellow.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/iCheck/square/yellow@2x.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/input-mask/phone-codes/readme.txt:
--------------------------------------------------------------------------------
1 | more phone masks can be found at https://github.com/andr-04/inputmask-multi
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/ionslider/img/sprite-skin-flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/ionslider/img/sprite-skin-flat.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/ionslider/img/sprite-skin-nice.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/AdminLTE/plugins/ionslider/img/sprite-skin-nice.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/ar.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="الرجاء حذف "+t+" عناصر";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="الرجاء إضافة "+t+" عناصر";return n},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(e){var t="تستطيع إختيار "+e.maximum+" بنود فقط";return t},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/az.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/az",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return t+" simvol silin"},inputTooShort:function(e){var t=e.minimum-e.input.length;return t+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(e){return"Sadəcə "+e.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/bg.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/bg",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Моля въведете с "+t+" по-малко символ";return t>1&&(n+="a"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Моля въведете още "+t+" символ";return t>1&&(n+="a"),n},loadingMore:function(){return"Зареждат се още…"},maximumSelected:function(e){var t="Можете да направите до "+e.maximum+" ";return e.maximum>1?t+="избора":t+="избор",t},noResults:function(){return"Няма намерени съвпадения"},searching:function(){return"Търсене…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/ca.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ca",[],function(){return{errorLoading:function(){return"La càrrega ha fallat"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Si us plau, elimina "+t+" car";return t==1?n+="àcter":n+="àcters",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Si us plau, introdueix "+t+" car";return t==1?n+="àcter":n+="àcters",n},loadingMore:function(){return"Carregant més resultats…"},maximumSelected:function(e){var t="Només es pot seleccionar "+e.maximum+" element";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No s'han trobat resultats"},searching:function(){return"Cercant…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/da.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Angiv venligst "+t+" tegn mindre";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Angiv venligst "+t+" tegn mere";return n},loadingMore:function(){return"Indlæser flere resultater…"},maximumSelected:function(e){var t="Du kan kun vælge "+e.maximum+" emne";return e.maximum!=1&&(t+="r"),t},noResults:function(){return"Ingen resultater fundet"},searching:function(){return"Søger…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/de.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/de",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Bitte "+t+" Zeichen weniger eingeben"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Bitte "+t+" Zeichen mehr eingeben"},loadingMore:function(){return"Lade mehr Ergebnisse…"},maximumSelected:function(e){var t="Sie können nur "+e.maximum+" Eintr";return e.maximum===1?t+="ag":t+="äge",t+=" auswählen",t},noResults:function(){return"Keine Übereinstimmungen gefunden"},searching:function(){return"Suche…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/en.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Please enter "+t+" or more characters";return n},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/es.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/es",[],function(){return{errorLoading:function(){return"La carga falló"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor, elimine "+t+" car";return t==1?n+="ácter":n+="acteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Por favor, introduzca "+t+" car";return t==1?n+="ácter":n+="acteres",n},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var t="Sólo puede seleccionar "+e.maximum+" elemento";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/et.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/et",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" vähem",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" rohkem",n},loadingMore:function(){return"Laen tulemusi…"},maximumSelected:function(e){var t="Saad vaid "+e.maximum+" tulemus";return e.maximum==1?t+="e":t+="t",t+=" valida",t},noResults:function(){return"Tulemused puuduvad"},searching:function(){return"Otsin…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/eu.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/eu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gutxiago",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gehiago",n},loadingMore:function(){return"Emaitza gehiago kargatzen…"},maximumSelected:function(e){return e.maximum===1?"Elementu bakarra hauta dezakezu":e.maximum+" elementu hauta ditzakezu soilik"},noResults:function(){return"Ez da bat datorrenik aurkitu"},searching:function(){return"Bilatzen…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/fa.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fa",[],function(){return{errorLoading:function(){return"امکان بارگذاری نتایج وجود ندارد."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="لطفاً "+t+" کاراکتر را حذف نمایید";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="لطفاً تعداد "+t+" کاراکتر یا بیشتر وارد نمایید";return n},loadingMore:function(){return"در حال بارگذاری نتایج بیشتر..."},maximumSelected:function(e){var t="شما تنها میتوانید "+e.maximum+" آیتم را انتخاب نمایید";return t},noResults:function(){return"هیچ نتیجهای یافت نشد"},searching:function(){return"در حال جستجو..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/fi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Ole hyvä ja anna "+t+" merkkiä vähemmän"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Ole hyvä ja anna "+t+" merkkiä lisää"},loadingMore:function(){return"Ladataan lisää tuloksia…"},maximumSelected:function(e){return"Voit valita ainoastaan "+e.maximum+" kpl"},noResults:function(){return"Ei tuloksia"},searching:function(){}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/fr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fr",[],function(){return{errorLoading:function(){return"Les résultats ne peuvent pas être chargés."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Supprimez "+t+" caractère";return t!==1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Saisissez "+t+" caractère";return t!==1&&(n+="s"),n},loadingMore:function(){return"Chargement de résultats supplémentaires…"},maximumSelected:function(e){var t="Vous pouvez seulement sélectionner "+e.maximum+" élément";return e.maximum!==1&&(t+="s"),t},noResults:function(){return"Aucun résultat trouvé"},searching:function(){return"Recherche en cours…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/gl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/gl",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Elimine ";return t===1?n+="un carácter":n+=t+" caracteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Engada ";return t===1?n+="un carácter":n+=t+" caracteres",n},loadingMore:function(){return"Cargando máis resultados…"},maximumSelected:function(e){var t="Só pode ";return e.maximum===1?t+="un elemento":t+=e.maximum+" elementos",t},noResults:function(){return"Non se atoparon resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/he.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="נא למחוק ";return t===1?n+="תו אחד":n+=t+" תווים",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="נא להכניס ";return t===1?n+="תו אחד":n+=t+" תווים",n+=" או יותר",n},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(e){var t="באפשרותך לבחור עד ";return e.maximum===1?t+="פריט אחד":t+=e.maximum+" פריטים",t},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/hi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hi",[],function(){return{errorLoading:function(){return"परिणामों को लोड नहीं किया जा सका।"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" अक्षर को हटा दें";return t>1&&(n=t+" अक्षरों को हटा दें "),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="कृपया "+t+" या अधिक अक्षर दर्ज करें";return n},loadingMore:function(){return"अधिक परिणाम लोड हो रहे है..."},maximumSelected:function(e){var t="आप केवल "+e.maximum+" आइटम का चयन कर सकते हैं";return t},noResults:function(){return"कोई परिणाम नहीं मिला"},searching:function(){return"खोज रहा है..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/hr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hr",[],function(){function e(e){var t=" "+e+" znak";return e%10<5&&e%10>0&&(e%100<5||e%100>19)?e%10>1&&(t+="a"):t+="ova",t}return{errorLoading:function(){return"Preuzimanje nije uspjelo."},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Unesite "+e(n)},inputTooShort:function(t){var n=t.minimum-t.input.length;return"Unesite još "+e(n)},loadingMore:function(){return"Učitavanje rezultata…"},maximumSelected:function(e){return"Maksimalan broj odabranih stavki je "+e.maximum},noResults:function(){return"Nema rezultata"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/hu.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Túl hosszú. "+t+" karakterrel több, mint kellene."},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Túl rövid. Még "+t+" karakter hiányzik."},loadingMore:function(){return"Töltés…"},maximumSelected:function(e){return"Csak "+e.maximum+" elemet lehet kiválasztani."},noResults:function(){return"Nincs találat."},searching:function(){return"Keresés…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/id.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Hapuskan "+t+" huruf"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Masukkan "+t+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(e){return"Anda hanya dapat memilih "+e.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/is.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/is",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vinsamlegast styttið texta um "+t+" staf";return t<=1?n:n+"i"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vinsamlegast skrifið "+t+" staf";return t>1&&(n+="i"),n+=" í viðbót",n},loadingMore:function(){return"Sæki fleiri niðurstöður…"},maximumSelected:function(e){return"Þú getur aðeins valið "+e.maximum+" atriði"},noResults:function(){return"Ekkert fannst"},searching:function(){return"Leita…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/it.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/it",[],function(){return{errorLoading:function(){return"I risultati non possono essere caricati."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Per favore cancella "+t+" caratter";return t!==1?n+="i":n+="e",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Per favore inserisci "+t+" o più caratteri";return n},loadingMore:function(){return"Caricando più risultati…"},maximumSelected:function(e){var t="Puoi selezionare solo "+e.maximum+" element";return e.maximum!==1?t+="i":t+="o",t},noResults:function(){return"Nessun risultato trovato"},searching:function(){return"Sto cercando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/ja.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" 文字を削除してください";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="少なくとも "+t+" 文字を入力してください";return n},loadingMore:function(){return"読み込み中…"},maximumSelected:function(e){var t=e.maximum+" 件しか選択できません";return t},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/km.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/km",[],function(){return{errorLoading:function(){return"មិនអាចទាញយកទិន្នន័យ"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="សូមលុបចេញ "+t+" អក្សរ";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="សូមបញ្ចូល"+t+" អក្សរ រឺ ច្រើនជាងនេះ";return n},loadingMore:function(){return"កំពុងទាញយកទិន្នន័យបន្ថែម..."},maximumSelected:function(e){var t="អ្នកអាចជ្រើសរើសបានតែ "+e.maximum+" ជម្រើសប៉ុណ្ណោះ";return t},noResults:function(){return"មិនមានលទ្ធផល"},searching:function(){return"កំពុងស្វែងរក..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/ko.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="너무 깁니다. "+t+" 글자 지워주세요.";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="너무 짧습니다. "+t+" 글자 더 입력해주세요.";return n},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(e){var t="최대 "+e.maximum+"개까지만 선택 가능합니다.";return t},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/lt.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/lt",[],function(){function e(e,t,n,r){return e%10===1&&(e%100<11||e%100>19)?t:e%10>=2&&e%10<=9&&(e%100<11||e%100>19)?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Pašalinkite "+n+" simbol";return r+=e(n,"į","ius","ių"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Įrašykite dar "+n+" simbol";return r+=e(n,"į","ius","ių"),r},loadingMore:function(){return"Kraunama daugiau rezultatų…"},maximumSelected:function(t){var n="Jūs galite pasirinkti tik "+t.maximum+" element";return n+=e(t.maximum,"ą","us","ų"),n},noResults:function(){return"Atitikmenų nerasta"},searching:function(){return"Ieškoma…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/lv.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/lv",[],function(){function e(e,t,n,r){return e===11?t:e%10===1?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Lūdzu ievadiet par "+n;return r+=" simbol"+e(n,"iem","u","iem"),r+" mazāk"},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Lūdzu ievadiet vēl "+n;return r+=" simbol"+e(n,"us","u","us"),r},loadingMore:function(){return"Datu ielāde…"},maximumSelected:function(t){var n="Jūs varat izvēlēties ne vairāk kā "+t.maximum;return n+=" element"+e(t.maximum,"us","u","us"),n},noResults:function(){return"Sakritību nav"},searching:function(){return"Meklēšana…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/mk.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/mk",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Ве молиме внесете "+e.maximum+" помалку карактер";return e.maximum!==1&&(n+="и"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Ве молиме внесете уште "+e.maximum+" карактер";return e.maximum!==1&&(n+="и"),n},loadingMore:function(){return"Вчитување резултати…"},maximumSelected:function(e){var t="Можете да изберете само "+e.maximum+" ставк";return e.maximum===1?t+="а":t+="и",t},noResults:function(){return"Нема пронајдено совпаѓања"},searching:function(){return"Пребарување…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/ms.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ms",[],function(){return{errorLoading:function(){return"Keputusan tidak berjaya dimuatkan."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Sila hapuskan "+t+" aksara"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Sila masukkan "+t+" atau lebih aksara"},loadingMore:function(){return"Sedang memuatkan keputusan…"},maximumSelected:function(e){return"Anda hanya boleh memilih "+e.maximum+" pilihan"},noResults:function(){return"Tiada padanan yang ditemui"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/nb.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Vennligst fjern "+t+" tegn"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vennligst skriv inn ";return t>1?n+=" flere tegn":n+=" tegn til",n},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/nl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/nl",[],function(){return{errorLoading:function(){return"De resultaten konden niet worden geladen."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Gelieve "+t+" karakters te verwijderen";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Gelieve "+t+" of meer karakters in te voeren";return n},loadingMore:function(){return"Meer resultaten laden…"},maximumSelected:function(e){var t=e.maximum==1?"kan":"kunnen",n="Er "+t+" maar "+e.maximum+" item";return e.maximum!=1&&(n+="s"),n+=" worden geselecteerd",n},noResults:function(){return"Geen resultaten gevonden…"},searching:function(){return"Zoeken…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/pl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pl",[],function(){var e=["znak","znaki","znaków"],t=["element","elementy","elementów"],n=function(t,n){if(t===1)return n[0];if(t>1&&t<=4)return n[1];if(t>=5)return n[2]};return{errorLoading:function(){return"Nie można załadować wyników."},inputTooLong:function(t){var r=t.input.length-t.maximum;return"Usuń "+r+" "+n(r,e)},inputTooShort:function(t){var r=t.minimum-t.input.length;return"Podaj przynajmniej "+r+" "+n(r,e)},loadingMore:function(){return"Trwa ładowanie…"},maximumSelected:function(e){return"Możesz zaznaczyć tylko "+e.maximum+" "+n(e.maximum,t)},noResults:function(){return"Brak wyników"},searching:function(){return"Trwa wyszukiwanie…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/pt-BR.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt-BR",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Apague "+t+" caracter";return t!=1&&(n+="es"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Digite "+t+" ou mais caracteres";return n},loadingMore:function(){return"Carregando mais resultados…"},maximumSelected:function(e){var t="Você só pode selecionar "+e.maximum+" ite";return e.maximum==1?t+="m":t+="ns",t},noResults:function(){return"Nenhum resultado encontrado"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/pt.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor apague "+t+" ";return n+=t!=1?"caracteres":"carácter",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Introduza "+t+" ou mais caracteres";return n},loadingMore:function(){return"A carregar mais resultados…"},maximumSelected:function(e){var t="Apenas pode seleccionar "+e.maximum+" ";return t+=e.maximum!=1?"itens":"item",t},noResults:function(){return"Sem resultados"},searching:function(){return"A procurar…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/ro.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ro",[],function(){return{errorLoading:function(){return"Rezultatele nu au putut fi incărcate."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vă rugăm să ștergeți"+t+" caracter";return t!==1&&(n+="e"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vă rugăm să introduceți "+t+"sau mai multe caractere";return n},loadingMore:function(){return"Se încarcă mai multe rezultate…"},maximumSelected:function(e){var t="Aveți voie să selectați cel mult "+e.maximum;return t+=" element",e.maximum!==1&&(t+="e"),t},noResults:function(){return"Nu au fost găsite rezultate"},searching:function(){return"Căutare…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/sv.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vänligen sudda ut "+t+" tecken";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vänligen skriv in "+t+" eller fler tecken";return n},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(e){var t="Du kan max välja "+e.maximum+" element";return t},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/th.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/th",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="โปรดลบออก "+t+" ตัวอักษร";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="โปรดพิมพ์เพิ่มอีก "+t+" ตัวอักษร";return n},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(e){var t="คุณสามารถเลือกได้ไม่เกิน "+e.maximum+" รายการ";return t},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/tr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/tr",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" karakter daha girmelisiniz";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="En az "+t+" karakter daha girmelisiniz";return n},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(e){var t="Sadece "+e.maximum+" seçim yapabilirsiniz";return t},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/vi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/vi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vui lòng nhập ít hơn "+t+" ký tự";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vui lòng nhập nhiều hơn "+t+' ký tự"';return n},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(e){var t="Chỉ có thể chọn được "+e.maximum+" lựa chọn";return t},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/zh-CN.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="请删除"+t+"个字符";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="请再输入至少"+t+"个字符";return n},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(e){var t="最多只能选择"+e.maximum+"个项目";return t},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/AdminLTE/plugins/select2/i18n/zh-TW.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="請刪掉"+t+"個字元";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="請再輸入"+t+"個字元";return n},loadingMore:function(){return"載入中…"},maximumSelected:function(e){var t="你只能選擇最多"+e.maximum+"項";return t},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/bootstrap-fileinput/img/loading-sm.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/bootstrap-fileinput/img/loading-sm.gif
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/bootstrap-fileinput/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/bootstrap-fileinput/img/loading.gif
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/bootstrap3-editable/img/clear.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/bootstrap3-editable/img/clear.png
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/bootstrap3-editable/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/bootstrap3-editable/img/loading.gif
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/font-awesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/font-awesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Bold.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Bold.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Bold.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Italic.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Italic.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Italic.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light-Italic.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light-Italic.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light-Italic.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Light.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold-Italic.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold-Italic.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold-Italic.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro-Semibold.woff2
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.eot
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.ttf
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.woff
--------------------------------------------------------------------------------
/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/public/vendor/laravel-admin/google-fonts/fonts/Source-Sans-Pro.woff2
--------------------------------------------------------------------------------
/resources/assets/js/app.js:
--------------------------------------------------------------------------------
1 |
2 | /**
3 | * First we will load all of this project's JavaScript dependencies which
4 | * includes Vue and other libraries. It is a great starting point when
5 | * building robust, powerful web applications using Vue and Laravel.
6 | */
7 |
8 | require('./bootstrap');
9 |
10 | window.Vue = require('vue');
11 |
12 | /**
13 | * Next, we will create a fresh Vue application instance and attach it to
14 | * the page. Then, you may begin adding components to this application
15 | * or customize the JavaScript scaffolding to fit your unique needs.
16 | */
17 |
18 | Vue.component('example-component', require('./components/ExampleComponent.vue'));
19 |
20 | const app = new Vue({
21 | el: '#app'
22 | });
23 |
--------------------------------------------------------------------------------
/resources/assets/js/components/ExampleComponent.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Example Component
7 |
8 |
9 | I'm an example component!
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/resources/assets/sass/app.scss:
--------------------------------------------------------------------------------
1 |
2 | // Fonts
3 | @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
4 |
5 | // Variables
6 | @import "variables";
7 |
8 | // Bootstrap
9 | @import "~bootstrap-sass/assets/stylesheets/bootstrap";
10 |
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/elusive/font/elusive.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/elusive/font/elusive.eot
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/elusive/font/elusive.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/elusive/font/elusive.ttf
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/elusive/font/elusive.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/elusive/font/elusive.woff
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/fontawesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/fontawesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/fontawesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/fontawesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/fontawesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/fontawesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/fontawesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/fontawesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/glyphicons/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/glyphicons/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/glyphicons/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/glyphicons/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/glyphicons/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/glyphicons/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/linecons/font/linecons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/linecons/font/linecons.eot
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/linecons/font/linecons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/linecons/font/linecons.ttf
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/linecons/font/linecons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/linecons/font/linecons.woff
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/meteocons/font/meteocons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/meteocons/font/meteocons.eot
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/meteocons/font/meteocons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/meteocons/font/meteocons.ttf
--------------------------------------------------------------------------------
/resources/assets/web-stack/css/fonts/meteocons/font/meteocons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/css/fonts/meteocons/font/meteocons.woff
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/favicon.png
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/flags/flag-cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/flags/flag-cn.png
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/flags/flag-us.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/flags/flag-us.png
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/logo-collapsed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/logo-collapsed@2x.png
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/logo@2x.png
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/logo_dark@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/logo_dark@2x.png
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/preview.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/preview.gif
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/webstack_banner_cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/webstack_banner_cn.png
--------------------------------------------------------------------------------
/resources/assets/web-stack/images/webstack_icon_producthunt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CrazyBoyM/WebStack-Laravel/63e733add05197c7cebae627cfcda3f1bed3cb41/resources/assets/web-stack/images/webstack_icon_producthunt.png
--------------------------------------------------------------------------------
/resources/lang/en/auth.php:
--------------------------------------------------------------------------------
1 | 'These credentials do not match our records.',
17 | 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
18 |
19 | ];
20 |
--------------------------------------------------------------------------------
/resources/lang/en/pagination.php:
--------------------------------------------------------------------------------
1 | '« Previous',
17 | 'next' => 'Next »',
18 |
19 | ];
20 |
--------------------------------------------------------------------------------
/resources/lang/en/passwords.php:
--------------------------------------------------------------------------------
1 | 'Passwords must be at least six characters and match the confirmation.',
17 | 'reset' => 'Your password has been reset!',
18 | 'sent' => 'We have e-mailed your password reset link!',
19 | 'token' => 'This password reset token is invalid.',
20 | 'user' => "We can't find a user with that e-mail address.",
21 |
22 | ];
23 |
--------------------------------------------------------------------------------
/resources/lang/zh-CN/auth.php:
--------------------------------------------------------------------------------
1 | '用户名和密码不符',
9 | ];
--------------------------------------------------------------------------------
/resources/views/admin/home.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
关于项目
6 |
7 |
这是一个开源的网址导航网站项目,您可以拿来制作自己的网址导航,也可以做与导航无关的网站。
8 |
网站前台静态页面采用 viggoz 的 WebStack
9 | 项目源码。
10 |
如果对本项目有任何建议都可以发起 issue。
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
关于作者
19 |
20 |
GitHub 地址:请看
21 |
E-mail 地址:hui-ho@outlook.com
22 |
如果你有更好的想法,可以通过邮件与我联系,欢迎与我交流分享。
23 |
24 |
25 |
--------------------------------------------------------------------------------
/routes/api.php:
--------------------------------------------------------------------------------
1 | get('/user', function (Request $request) {
17 | return $request->user();
18 | });
19 |
--------------------------------------------------------------------------------
/routes/channels.php:
--------------------------------------------------------------------------------
1 | id === (int) $id;
16 | });
17 |
--------------------------------------------------------------------------------
/routes/console.php:
--------------------------------------------------------------------------------
1 | comment(Inspiring::quote());
18 | })->describe('Display an inspiring quote');
19 |
--------------------------------------------------------------------------------
/routes/web.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 |
--------------------------------------------------------------------------------
/storage/app/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !public/
3 | !.gitignore
4 |
--------------------------------------------------------------------------------
/storage/app/public/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/debugbar/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/.gitignore:
--------------------------------------------------------------------------------
1 | config.php
2 | routes.php
3 | schedule-*
4 | compiled.php
5 | services.json
6 | events.scanned.php
7 | routes.scanned.php
8 | down
9 |
--------------------------------------------------------------------------------
/storage/framework/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/sessions/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/testing/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/views/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/logs/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/tests/CreatesApplication.php:
--------------------------------------------------------------------------------
1 | make(Kernel::class)->bootstrap();
20 |
21 | Hash::setRounds(4);
22 |
23 | return $app;
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/tests/Feature/ExampleTest.php:
--------------------------------------------------------------------------------
1 | get('/');
18 |
19 | $response->assertStatus(200);
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/tests/TestCase.php:
--------------------------------------------------------------------------------
1 | assertTrue(true);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------