tecdrip/maverick

There is no license information available for the latest version (1.0.18) of this package.

Automatic form generation based off Models

Installs: 391

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

1.0.18 2022-10-04 03:04 UTC

This package is auto-updated.

Last update: 2024-05-04 06:35:56 UTC


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