LaravelPackages.net
Acme Inc.
Toggle sidebar
ahmadsyamim/voyager-pages

Ahoy! - A package to implement pages into Voyager

273
0
0.2.14
About ahmadsyamim/voyager-pages

ahmadsyamim/voyager-pages is a Laravel package for ahoy! - a package to implement pages into voyager. It currently has 0 GitHub stars and 273 downloads on Packagist (latest version 0.2.14). Install it with composer require ahmadsyamim/voyager-pages. Discover more Laravel packages by ahmadsyamim or browse all Laravel packages to compare alternatives.

Last updated

Voyager Pages

This Laravel/Voyager module adds Pages to Voyager.

Built by Pivotal Agency.


Prerequisites


Installation

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

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

Usage

Installation generates a new database and BREAD table "pages", which is also available as menu item in Voyager. Voyager Pages implicitly adds web routes to your Laravel installation according to defined slugs in pages entries. Additionally, web route / is overridden to display home page.


Views Customization

In order to override views delivered by Voyager Pages, copy contents from vendor/pvtl/voyager-pages/resources/views to the views/vendor/voyager-pages directory of your Laravel installation.

Comments