vortechron / voyager-extended
There is no license information available for the latest version (1.1.1) of this package.
1.1.1
2023-02-25 11:56 UTC
Requires
- vortechron/iseed: ~1.1.0
- vortechron/voyager: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-25 19:59:02 UTC
README
Package that reduce headache when deploying project that use voyager
- generate seeder for all changes in admin table for easy deployment
Installation
composer require vortechron/voyager-extended- run vendor:publish
Usage
- disable any changes to voyager stuff in production. only allow for local development.
php artisan vext:regenwhenever u want push changes to production- add
php artisan vext:reseedin deployment script to sync back
Notes
if u want to overide default user page
- /views/vendor/voyager/users/edit-add.blade.php
- @extends('voyager::bread.edit-add')