tecdrip/maverick

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

Automatic form generation based off Models

Maintainers

Package info

github.com/tecdrip/maverick

Type:package

pkg:composer/tecdrip/maverick

Statistics

Installs: 466

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.18 2022-10-04 03:04 UTC

This package is auto-updated.

Last update: 2026-04-04 10:59:44 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