LaravelPackages.net
Acme Inc.
Toggle sidebar
apurv/voyager-site

Voyager Site used to generate dynamic cms page with Laravel Voyager Admin.

125
1
About apurv/voyager-site

apurv/voyager-site is a Laravel package for voyager site used to generate dynamic cms page with laravel voyager admin.. It currently has 1 GitHub stars and 125 downloads on Packagist. Install it with composer require apurv/voyager-site. Discover more Laravel packages by apurv or browse all Laravel packages to compare alternatives.

Last updated

voyager-site

Voyager Site used to generate dynamic cms page with Laravel Voyager Admin.

Installation

composer require apurv/voyager-site

If you already have tcg/voyager installed and setup then it will ingnore that package or else it will install and configure it manually

Voyager Admin Installation

Regular Installation

php artisan site:install

Manual Installation

php artisan vendor:publish --provider="Apurv\LaravelSite\VoyagerSiteProvider"

It will publish the table and seeder

php artisan migrate
php artisan db:seed SiteDatabaseSeeder
Comments