apurv / voyager-site
Voyager Site used to generate dynamic cms page with Laravel Voyager Admin.
Installs: 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/apurv/voyager-site
Requires
- artesaos/seotools: ^1.1.0
- tcg/voyager: ^1.6
This package is auto-updated.
Last update: 2025-09-09 13:27:48 UTC
README
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
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