tecdrip / maverick
There is no license information available for the latest version (1.0.18) of this package.
Automatic form generation based off Models
1.0.18
2022-10-04 03:04 UTC
Requires
- davejamesmiller/laravel-breadcrumbs: ^5.2
- doctrine/dbal: ^3.3
README
A Laravel Package for Automatic Form Generation and more
Installing Guide
Require Maverick
composer require tecdrip/maverick
Publish the config file for Maverick
php artisan vendor:publish --provider Tecdrip\Maverick\MaverickServiceProvider
Clear Config
You may need to clear your config cache if Maverick config file changes are not updating
php artisan config:clear