Skip to content

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

Notifications You must be signed in to change notification settings

apurvbhavsar/voyager-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published