Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 889 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 889 Bytes

Voyager Module Boilerplate

This Laravel/Voyager module lets you start creating your own Voyager module.

Built by Pivotal Agency.


Prerequisites


Installation

# 1. Create a new repository and set the upstream of this repository to the newly created one: git branch --set-upstream <remote-branch>

# 2. Rename all references to 'Boilerplate' in this project to your new modules name

# 3. Require this module in your fresh Laravel/Voyager project
-- Stable: composer require pvtl/voyager-modulename
-- Development: composer require pvtl/voyager-modulename@dev

# 4. Run the Installer
php artisan voyager-modulename:install