Voyager Blog

April 30, 2018 ยท View on GitHub

This Laravel/Voyager module adds a Blog to Voyager.

Built by Pivotal Agency.


Prerequisites

  • Composer Installed
  • Install Laravel
  • Install Voyager

Installation

# 1. Require this Package in your fresh Laravel/Voyager project
composer require pvtl/voyager-blog

# 2. Run the Installer
php artisan voyager-blog:install

Contents

  1. 1Prerequisites
  2. 2Installation