π’ The blog was created using the Laravel 6.1 Framework
HTML5, CSS3, SCSS, JavaScript, Vue.js, jQuery, Bootstrap, Font Awesome, Webpack, Yarn, Gravatar, Heroku, Nginx, PHP, Laravel Framework, Laravel Eloquent, Laravel Socialite, Laravel Blade, Laravel Dusk, Laravel Homestead, Laravel Backup, Composer, Redis, Google reCAPTCHA V3, Amazon S3, Algolia, Pusher, PostgreSQL, New Relic, Timber.io Logging, Mailgun, Mailtrap.
- Clone the repo and
cd
into it - Run this command
vagrant box add laravel/homestead
- Run this command
composer install
- Run this command Mac / Linux
php vendor/bin/homestead make
or Windowsvendor\\bin\\homestead make
- Rename or copy
.env.homestead
file to.env
- Set your GitHub app credentials in your
.env
file - Set your amazon s3 credentials in your
.env
file - Set your reCAPTCHA v3 credentials in your
.env
file - Set your algolia credentials in your
.env
file - Set your pusher credentials in your
.env
file - Run this command
php artisan key:generate
- Run this command
php artisan config:cache
- Run this command
vagrant up
- Run this command
vagrant ssh
- Run this command
cd home/vagrant/code/
- Run this command
php artisan migration
- Run this command
php artisan db:seed
- Run this command
yarn install
- Run this command
yarn run dev
- Visit
laravel-wordsmith.test
in your browser
- Clone the repo and
cd
into it - Create users and table in PostgreSQL
- Run this command
composer install
- Rename or copy
.env.example
file to.env
- Run this command
php artisan key:generate
- Set your database credentials in your
.env
file - Set your redis credentials in your
.env
file - Set your mail credentials in your
.env
- Set your algolia credentials in your
.env
file - Set your pusher credentials in your
.env
file - Set your reCAPTCHA v3 credentials in your
.env
file - Set your amazon s3 credentials in your
.env
file - Set your GitHub app credentials in your
.env
file - Set your
APP_URL
in your.env
file - Set your
APP_DEBUG
in your.env
file with the valuetrue
- Set your
TELESCOPE_ENABLED
in your.env
file with the valuetrue
- Run this command
php artisan config:cache
- Run this command
php artisan db:seed
- Run this command
php artisan scout:import "App\Models\Article"
- Run this command
yarn install
- Run this command
yarn run dev
- Run this command
php artisan serve
or use Laravel Valet or Laravel Homestead - Visit
localhost:8000
in your browser
- Clone the repo and
cd
into it - Create users and table in PostgreSQL
- Configure Nginx with these settings
nginx.conf
- Run this command
composer install
- Rename or copy
.env.example
file to.env
- Run this command
php artisan key:generate
- Set your database credentials in your
.env
file - Set your redis credentials in your
.env
file - Set your mail credentials in your
.env
file - Set your algolia credentials in your
.env
file - Set your pusher credentials in your
.env
file - Set your reCAPTCHA v3 credentials in your
.env
file - Set your amazon s3 credentials in your
.env
file - Set your GitHub app credentials in your
.env
file - Set your
APP_URL
in your.env
file - Set your
APP_DEBUG
in your.env
file with the valuefalse
- Set your
TELESCOPE_ENABLED
in your.env
file with the valuefalse
- Run this command
php artisan config:cache
- Run this command
php artisan db:seed
- Run this command
php artisan scout:import "App\Models\Article"
- Run this command
yarn install
- Run this command
yarn run production
- Clone the repo and
cd
into it - Run this command
heroku create
- Run this command
heroku buildpacks:set heroku/php
- Run this command
heroku buildpacks:set heroku/nodejs
- Run this command
heroku addons:create heroku-postgresql:hobby-dev
- Run this command
heroku addons:create heroku-redis:hobby-dev
- Run this command
heroku addons:create scheduler:standard
- Run this command
heroku addons:create algoliasearch:free
- Run this command
heroku addons:create pusher:free
- Run this command
heroku addons:create timber-logging:free
- Run this command
heroku addons:create newrelic:free
- Run this command
heroku addons:create cloudcube:free
- Run this command
heroku addons:create mailtrap:free
- Run this command
heroku addons:create mailgun:free
- Run this command
heroku config:set APP_NAME=Wordsmith
- Run this command
heroku config:set APP_ENV=production
- Run this command
heroku config:set APP_KEY=secret
- Run this command
heroku config:set APP_DEBUG=secret
- Run this command
heroku config:set TELESCOPE_ENABLED=secret
- Run this command
heroku config:set APP_URL=secret
- Run this command
heroku config:set LOG_CHANNEL=errorlog
- Run this command
heroku config:set DB_CONNECTION=pgsql
- Run this command
heroku config:set CAPTCHA_HOSTNAME=secret
- Run this command
heroku config:set MIX_CAPTCHA_SITE_KEY=secret
- Run this command
heroku config:set MIX_CAPTCHA_SECRET_KEY=secret
- Run this command
heroku config:set ALGOLIA_APP_ID=secret
- Run this command
heroku config:set ALGOLIA_SECRET=secret
- Run this command
heroku config:set MIX_ALGOLIA_APP_ID=secret
- Run this command
heroku config:set MIX_ALGOLIA_SECRET=secret
- Run this command
heroku config:set PUSHER_APP_ID=secret
- Run this command
heroku config:set PUSHER_APP_KEY=secret
- Run this command
heroku config:set PUSHER_APP_SECRET=secret
- Run this command
heroku config:set PUSHER_APP_CLUSTER=secret
- Run this command
heroku config:set MIX_PUSHER_APP_KEY=secret
- Run this command
heroku config:set MIX_PUSHER_APP_CLUSTER=secret
- Run this command
heroku config:set BROADCAST_DRIVER=pusher
- Run this command
heroku config:set CACHE_DRIVER=redis
- Run this command
heroku config:set SESSION_DRIVER=redis
- Run this command
heroku config:set SESSION_LIFETIME=120
- Run this command
heroku config:set QUEUE_DRIVER=redis
- Run this command
heroku config:set GITHUB_CLIENT_ID=secret
- Run this command
heroku config:set GITHUB_CLIENT_SECRET=secret
- Run this command
heroku config:set GITHUB_CLIENT_URL=secret
- Run this command
heroku config:set FILESYSTEM_DRIVER=s3
- Run this command
heroku config:set AWS_ACCESS_KEY_ID=secret
- Run this command
heroku config:set AWS_SECRET_ACCESS_KEY=secret
- Run this command
heroku config:set AWS_DEFAULT_REGION=secret
- Run this command
heroku config:set AWS_BUCKET=secret
- Run this command
heroku config:set AWS_URL=secret
- Run this command
heroku config:set URL_FILE=secret
- Run this command
heroku config:set MIX_URL_FILE=secret
- Run this command
heroku config:set MAIL_DRIVER=mailgun
- Run this command
heroku config:set MAILGUN_DOMAIN=secret
- Run this command
heroku config:set MAILGUN_SECRET=secret
- Run this command
heroku config:set MAILGUN_ENDPOINT=secret
- Run this command
heroku config:set MAIL_FROM_ADDRESS=secret
- Run this command
heroku config:set MAIL_FROM_NAME=Wordsmith Site
- Run this command
heroku config:set MAILGUN_DOMAIN=Wordsmith Site
- Run this command
heroku config:set MAILGUN_SECRET=Wordsmith Site
- Run this command
git push heroku master
- Run this command
heroku open
or
βββ after.sh
βββ aliases
βββ app
β βββ Console
β β βββ Kernel.php
β βββ Events
β β βββ CommentSent.php
β βββ Exceptions
β β βββ Handler.php
β βββ Http
β β βββ Controllers
β β β βββ AbstractController.php
β β β βββ Admin
β β β β βββ AdminController.php
β β β β βββ ArticleController.php
β β β β βββ BaseController.php
β β β β βββ CategoryController.php
β β β β βββ CommentsController.php
β β β β βββ PageController.php
β β β β βββ RoleController.php
β β β β βββ SeoController.php
β β β β βββ SettingController.php
β β β β βββ SociallinkController.php
β β β β βββ SubscribeController.php
β β β β βββ UserController.php
β β β βββ Api
β β β β βββ v1
β β β β βββ ArticleController.php
β β β β βββ BaseController.php
β β β β βββ CategoryController.php
β β β β βββ CommentController.php
β β β βββ Auth
β β β β βββ BaseController.php
β β β β βββ ForgotPasswordController.php
β β β β βββ LoginController.php
β β β β βββ RegisterController.php
β β β β βββ ResetPasswordController.php
β β β β βββ VerificationController.php
β β β βββ Site
β β β βββ ArticleController.php
β β β βββ BaseController.php
β β β βββ CategoryController.php
β β β βββ CommentsController.php
β β β βββ ProfileController.php
β β β βββ SiteController.php
β β β βββ SitemapController.php
β β β βββ SubscribeController.php
β β βββ Kernel.php
β β βββ Middleware
β β β βββ Authenticate.php
β β β βββ CheckForMaintenanceMode.php
β β β βββ CheckRole.php
β β β βββ EncryptCookies.php
β β β βββ RedirectIfAuthenticated.php
β β β βββ TrimStrings.php
β β β βββ TrustProxies.php
β β β βββ VerifyCsrfToken.php
β β βββ Requests
β β βββ AbstractRequest.php
β β βββ Admin
β β β βββ ArticleStoreRequest.php
β β β βββ ArticleUpdateRequest.php
β β β βββ CategoryStoreRequest.php
β β β βββ CategoryUpdateRequest.php
β β β βββ CommentStoreRequest.php
β β β βββ CommentUpdateRequest.php
β β β βββ PageUpdateRequest.php
β β β βββ RoleUpdateRequest.php
β β β βββ SeoStoreRequest.php
β β β βββ SeoUpdateRequest.php
β β β βββ SettingUpdateRequest.php
β β β βββ SociallinkStoreRequest.php
β β β βββ SociallinkUpdateRequest.php
β β β βββ SubscribeStoreRequest.php
β β β βββ SubscribeUpdateRequest.php
β β β βββ UserStoreRequest.php
β β β βββ UserUpdateRequest.php
β β βββ Site
β β βββ CommentRequest.php
β β βββ ContactRequest.php
β β βββ ProfileEditRequest.php
β β βββ ProfilePasswordRequest.php
β β βββ SearchRequest.php
β β βββ SubscribeRequest.php
β βββ Mail
β β βββ MailShipped.php
β βββ Models
β β βββ Article.php
β β βββ Category.php
β β βββ Comment.php
β β βββ Page.php
β β βββ Role.php
β β βββ Seo.php
β β βββ Setting.php
β β βββ Sociallink.php
β β βββ Subscribe.php
β β βββ User.php
β βββ Observers
β β βββ ArticleObserver.php
β β βββ CategoryObserver.php
β β βββ CommentObserver.php
β β βββ PageObserver.php
β β βββ RoleObserver.php
β β βββ SeoObserver.php
β β βββ SettingObserver.php
β β βββ SociallinkObserver.php
β β βββ SubscribeObserver.php
β β βββ UserObserver.php
β βββ Providers
β β βββ AppServiceProvider.php
β β βββ AuthServiceProvider.php
β β βββ BroadcastServiceProvider.php
β β βββ EventServiceProvider.php
β β βββ RouteServiceProvider.php
β β βββ TelescopeServiceProvider.php
β βββ Repositories
β βββ ArticleRepository.php
β βββ CacheRepository.php
β βββ CategoryRepository.php
β βββ CommentRepository.php
β βββ PageRepository.php
β βββ RepositoryInterface.php
β βββ RoleRepository.php
β βββ SeoRepository.php
β βββ SettingRepository.php
β βββ SociallinkRepository.php
β βββ SubscribeRepository.php
β βββ UserRepository.php
βββ app.json
βββ artisan
βββ bootstrap
β βββ app.php
β βββ cache
β βββ config.php
β βββ packages.php
β βββ services.php
βββ composer.json
βββ composer.lock
βββ config
β βββ app.php
β βββ auth.php
β βββ broadcasting.php
β βββ cache.php
β βββ database.php
β βββ filesystems.php
β βββ hashing.php
β βββ logging.php
β βββ mail.php
β βββ queue.php
β βββ scout.php
β βββ services.php
β βββ session.php
β βββ telescope.php
β βββ view.php
βββ database
β βββ factories
β β βββ UserFactory.php
β βββ migrations
β β βββ 2018_06_24_172602_create_roles_table.php
β β βββ 2018_06_24_172603_create_users_table.php
β β βββ 2018_06_24_172604_create_password_resets_table.php
β β βββ 2018_06_24_172605_create_seos_table.php
β β βββ 2018_06_24_172606_create_settings_table.php
β β βββ 2018_08_19_120114_create_subscribes_table.php
β β βββ 2018_09_07_092849_create_categories_table.php
β β βββ 2018_09_11_143425_create_sociallinks_table.php
β β βββ 2018_09_22_102802_create_articles_table.php
β β βββ 2018_09_23_130248_create_comments_table.php
β β βββ 2018_09_24_184220_create_pages_table.php
β β βββ 2019_01_24_153837_create_sessions_table.php
β β βββ 2019_03_30_142204_create_cache_table.php
β βββ seeds
β βββ ArticlesTableSeeder.php
β βββ CategoriesTableSeeder.php
β βββ CommentsTableSeeder.php
β βββ DatabaseSeeder.php
β βββ PagesTableSeeder.php
β βββ RolesTableSeeder.php
β βββ SeoTableSeeder.php
β βββ SettingsTableSeeder.php
β βββ SociallinkTableSeeder.php
β βββ UsersTableSeeder.php
βββ LICENSE.md
βββ nginx.conf
βββ nginx.heroku.conf
βββ package.json
βββ phpunit.xml
βββ Procfile
βββ public
β βββ css
β β βββ admin.css
β β βββ app.css
β β βββ auth.css
β β βββ base.css
β β βββ error.css
β β βββ font-awesome
β β β βββ css
β β β β βββ fa-brands.css
β β β β βββ fa-brands.min.css
β β β β βββ fa-regular.css
β β β β βββ fa-regular.min.css
β β β β βββ fa-solid.css
β β β β βββ fa-solid.min.css
β β β β βββ fontawesome-all.css
β β β β βββ fontawesome-all.min.css
β β β β βββ fontawesome.css
β β β β βββ fontawesome.min.css
β β β βββ webfonts
β β β βββ fa-brands-400.eot
β β β βββ fa-brands-400.svg
β β β βββ fa-brands-400.ttf
β β β βββ fa-brands-400.woff
β β β βββ fa-brands-400.woff2
β β β βββ fa-regular-400.eot
β β β βββ fa-regular-400.svg
β β β βββ fa-regular-400.ttf
β β β βββ fa-regular-400.woff
β β β βββ fa-regular-400.woff2
β β β βββ fa-solid-900.eot
β β β βββ fa-solid-900.svg
β β β βββ fa-solid-900.ttf
β β β βββ fa-solid-900.woff
β β β βββ fa-solid-900.woff2
β β βββ main.css
β β βββ site.css
β β βββ vendor.css
β βββ favicon.ico
β βββ fonts
β β βββ kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWx8QDP2V.woff2
β β βββ kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWxEQDA.woff2
β β βββ kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY3KcA.woff2
β β βββ kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY5KcCsww.woff2
β β βββ kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2
β β βββ kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4G2JvY10IUql-.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4G2JvY1MIUg.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4G2JvY1wIUql-.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4GwZuY10IUql-.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4GwZuY1MIUg.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4GwZuY1wIUql-.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8aBc5iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8aBc5jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8WAc5iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8WAc5jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8WAc5tU1E.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc9iB85iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc9iB85jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc9iB85tU1E.woff2
β β βββ pe0oMImSLYBIv1o4X1M8cce4E9dKdmwp.woff2
β β βββ pe0oMImSLYBIv1o4X1M8cce4E9lKdg.woff2
β β βββ pe0oMImSLYBIv1o4X1M8cce4E9ZKdmwp.woff2
β β βββ pe0qMImSLYBIv1o4X1M8cce9I9s.woff2
β β βββ pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2
β β βββ pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2
β β βββ vendor
β β βββ @fortawesome
β β βββ fontawesome-free-webwebfa-brands-400.eot
β β βββ fontawesome-free-webwebfa-brands-400.svg
β β βββ fontawesome-free-webwebfa-brands-400.ttf
β β βββ fontawesome-free-webwebfa-brands-400.woff
β β βββ fontawesome-free-webwebfa-brands-400.woff2
β β βββ fontawesome-free-webwebfa-regular-400.eot
β β βββ fontawesome-free-webwebfa-regular-400.svg
β β βββ fontawesome-free-webwebfa-regular-400.ttf
β β βββ fontawesome-free-webwebfa-regular-400.woff
β β βββ fontawesome-free-webwebfa-regular-400.woff2
β β βββ fontawesome-free-webwebfa-solid-900.eot
β β βββ fontawesome-free-webwebfa-solid-900.svg
β β βββ fontawesome-free-webwebfa-solid-900.ttf
β β βββ fontawesome-free-webwebfa-solid-900.woff
β β βββ fontawesome-free-webwebfa-solid-900.woff2
β βββ github
β β βββ db-schema.png
β βββ images
β β βββ avatars
β β β βββ user.jpg
β β βββ icon-arrow-left.svg
β β βββ icon-arrow-right.svg
β β βββ icon-arrow-up.svg
β β βββ [email protected]
β β βββ icon-location.png
β β βββ icon-mail.svg
β β βββ icon-minus.svg
β β βββ icon-plus.svg
β β βββ icons
β β β βββ icon-arrow-left.svg
β β β βββ icon-arrow-right.svg
β β β βββ icon-arrow-up.svg
β β β βββ icon-mail.svg
β β β βββ icon-minus.svg
β β β βββ icon-plus.svg
β β β βββ icon-search.svg
β β βββ icon-search.svg
β β βββ logo.png
β β βββ logo.svg
β β βββ sample-image.jpg
β β βββ thumbs
β β β βββ about
β β β β βββ about-1000.jpg
β β β β βββ about-2000.jpg
β β β β βββ about-500.jpg
β β β βββ contact
β β β β βββ contact-1000.jpg
β β β β βββ contact-2000.jpg
β β β β βββ contact-500.jpg
β β β βββ featured
β β β β βββ featured-beetle.jpg
β β β β βββ featured-guitarman.jpg
β β β β βββ featured-watch.jpg
β β β βββ post
β β β β βββ avian-400.jpg
β β β β βββ avian-800.jpg
β β β β βββ beetle-400.jpg
β β β β βββ beetle-800.jpg
β β β β βββ flowers-400.jpg
β β β β βββ flowers-800.jpg
β β β β βββ fuji-400.jpg
β β β β βββ fuji-800.jpg
β β β β βββ guitarist-400.jpg
β β β β βββ guitarist-800.jpg
β β β β βββ jump-400.jpg
β β β β βββ jump-800.jpg
β β β β βββ lamp-400.jpg
β β β β βββ lamp-800.jpg
β β β β βββ music-400.jpg
β β β β βββ music-800.jpg
β β β β βββ shutterbug-400.jpg
β β β β βββ shutterbug-800.jpg
β β β β βββ sydney-400.jpg
β β β β βββ sydney-800.jpg
β β β β βββ tulips-400.jpg
β β β β βββ tulips-800.jpg
β β β β βββ watch-400.jpg
β β β β βββ watch-800.jpg
β β β β βββ wheel-400.jpg
β β β β βββ wheel-800.jpg
β β β β βββ woodcraft-400.jpg
β β β β βββ woodcraft-800.jpg
β β β βββ single
β β β β βββ standard
β β β β βββ standard-1000.jpg
β β β β βββ standard-2000.jpg
β β β β βββ standard-500.jpg
β β β βββ small
β β β βββ beetle-150.jpg
β β β βββ cookies-150.jpg
β β β βββ salad-150.jpg
β β β βββ shutterbug-150.jpg
β β β βββ tulips-150.jpg
β β β βββ wheel-150.jpg
β β βββ wheel-1000.jpg
β β βββ wheel-2000.jpg
β β βββ wheel-500.jpg
β βββ index.php
β βββ js
β β βββ admin.js
β β βββ app.js
β β βββ auth.js
β β βββ error.js
β β βββ main.js
β β βββ modernizr.js
β β βββ plugins.js
β β βββ site.js
β βββ mix-manifest.json
β βββ robots.txt
β βββ uploads
β β βββ posts
β β βββ dwdw.jpg
β βββ vendor
β β βββ telescope
β β βββ app.css
β β βββ app-dark.css
β β βββ app.js
β β βββ favicon.ico
β β βββ mix-manifest.json
β βββ web.config
βββ readme.md
βββ resources
β βββ fonts
β β βββ librebaskerville
β β β βββ v6
β β β βββ kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWx8QDP2V.woff2
β β β βββ kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWxEQDA.woff2
β β β βββ kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY3KcA.woff2
β β β βββ kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY5KcCsww.woff2
β β β βββ kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2
β β β βββ kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2
β β βββ nunitosans
β β βββ v4
β β βββ pe01MImSLYBIv1o4X1M8cce4G2JvY10IUql-.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4G2JvY1MIUg.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4G2JvY1wIUql-.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4GwZuY10IUql-.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4GwZuY1MIUg.woff2
β β βββ pe01MImSLYBIv1o4X1M8cce4GwZuY1wIUql-.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8aBc5iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8aBc5jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8WAc5iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8WAc5jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8WAc5tU1E (1).woff2
β β βββ pe03MImSLYBIv1o4X1M8cc8WAc5tU1E.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc9iB85iU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc9iB85jU1EQVg.woff2
β β βββ pe03MImSLYBIv1o4X1M8cc9iB85tU1E.woff2
β β βββ pe0oMImSLYBIv1o4X1M8cce4E9dKdmwp.woff2
β β βββ pe0oMImSLYBIv1o4X1M8cce4E9lKdg.woff2
β β βββ pe0oMImSLYBIv1o4X1M8cce4E9ZKdmwp.woff2
β β βββ pe0qMImSLYBIv1o4X1M8cce9I9s.woff2
β β βββ pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2
β β βββ pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2
β βββ images
β β βββ [email protected]
β β βββ icon-location.png
β β βββ icons
β β β βββ icon-arrow-left.svg
β β β βββ icon-arrow-right.svg
β β β βββ icon-arrow-up.svg
β β β βββ icon-mail.svg
β β β βββ icon-minus.svg
β β β βββ icon-plus.svg
β β β βββ icon-search.svg
β β βββ logo.svg
β β βββ sample-image.jpg
β β βββ wheel-1000.jpg
β β βββ wheel-2000.jpg
β β βββ wheel-500.jpg
β βββ js
β β βββ admin.js
β β βββ auth.js
β β βββ bootstrap.js
β β βββ components
β β β βββ Articles.vue
β β β βββ Categories.vue
β β β βββ Comments-List.vue
β β β βββ Comments.vue
β β β βββ Pagination.vue
β β β βββ SearchComponent.vue
β β βββ error.js
β β βββ site.js
β βββ lang
β β βββ en
β β βββ admin.php
β β βββ auth.php
β β βββ errors.php
β β βββ pagination.php
β β βββ passwords.php
β β βββ site.php
β β βββ validation.php
β βββ sass
β β βββ admin.scss
β β βββ app.scss
β β βββ auth.scss
β β βββ base.css
β β βββ error.scss
β β βββ fonts.scss
β β βββ main.css
β β βββ site.scss
β β βββ _variables.scss
β β βββ vendor.css
β βββ views
β βββ admin
β β βββ articles
β β β βββ create.blade.php
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ categories
β β β βββ create.blade.php
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ comments
β β β βββ create.blade.php
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ home
β β β βββ index.blade.php
β β βββ includes
β β β βββ error.blade.php
β β β βββ nav.blade.php
β β β βββ success.blade.php
β β β βββ title.blade.php
β β βββ layouts
β β β βββ main.blade.php
β β βββ pages
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ roles
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ seo
β β β βββ create.blade.php
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ settings
β β β βββ index.blade.php
β β βββ social-link
β β β βββ create.blade.php
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ subscribes
β β β βββ create.blade.php
β β β βββ edit.blade.php
β β β βββ index.blade.php
β β β βββ show.blade.php
β β βββ users
β β βββ create.blade.php
β β βββ edit.blade.php
β β βββ index.blade.php
β β βββ show.blade.php
β βββ auth
β β βββ includes
β β β βββ success.blade.php
β β βββ login.blade.php
β β βββ passwords
β β β βββ email.blade.php
β β β βββ reset.blade.php
β β βββ register.blade.php
β βββ emails
β β βββ mail
β β βββ shipped.blade.php
β βββ errors
β β βββ 401.blade.php
β β βββ 403.blade.php
β β βββ 404.blade.php
β β βββ 500.blade.php
β β βββ layouts
β β βββ error.blade.php
β βββ site
β βββ articles
β β βββ index.blade.php
β β βββ view.blade.php
β βββ categories
β β βββ view.blade.php
β βββ includes
β β βββ error.blade.php
β β βββ featured.blade.php
β β βββ footer.blade.php
β β βββ footer-slide.blade.php
β β βββ header.blade.php
β β βββ success.blade.php
β βββ layouts
β β βββ main.blade.php
β βββ pages
β β βββ about.blade.php
β β βββ algolia.blade.php
β β βββ contact.blade.php
β β βββ index.blade.php
β β βββ privacy-policy.blade.php
β βββ profile
β β βββ edit.blade.php
β β βββ index.blade.php
β β βββ password.blade.php
β βββ sitemap
β βββ articles.blade.php
β βββ categories.blade.php
β βββ index.blade.php
β βββ pages.blade.php
βββ routes
β βββ api.php
β βββ channels.php
β βββ console.php
β βββ web.php
βββ server.php
βββ storage
β βββ app
β β βββ public
β βββ framework
β β βββ cache
β β βββ sessions
β β βββ testing
β β βββ views
β βββ logs
βββ tests
β βββ Browser
β β βββ console
β β βββ ExampleTest.php
β β βββ Pages
β β β βββ HomePage.php
β β β βββ Page.php
β β βββ screenshots
β βββ CreatesApplication.php
β βββ DuskTestCase.php
β βββ Feature
β β βββ ExampleTest.php
β βββ TestCase.php
β βββ Unit
β βββ ExampleTest.php
βββ Vagrantfile
βββ webpack.mix.js
βββ yarn.lock
Collision is an open-sourced software licensed under the MIT license.