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: *
This package is auto-updated.
Last update: 2025-02-25 17:02:29 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:regen
whenever u want push changes to production- add
php artisan vext:reseed
in 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')