Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pvtl/voyager-portfolio

A Portfolio Module for Laravel Voyager 💋
https://github.com/pvtl/voyager-portfolio

laravel laravel-5-package laravel-package php voyager

Last synced: 3 months ago
JSON representation

A Portfolio Module for Laravel Voyager 💋

Lists

README

        

# Voyager Portfolio

This [Laravel](https://laravel.com/)/[Voyager](https://laravelvoyager.com/) module adds a Porfolio 'post type' and front-end.

Built by [Pivotal Agency](https://pivotal.agency/).

---

## Prerequisites

* Composer Installed
* [Install Laravel](https://laravel.com/docs/installation)
* [Install Voyager](https://github.com/the-control-group/voyager)

---

## Installation

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

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