Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 758 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 758 Bytes

Form Cinch Logo

About FormCinch

FormCinch is a simple GUI to help you create forms for your Laravel application. This is a work in progress and not ready for deployment to a production site.

##Installation Run in the terminal:

composer require ng-media/formcinch

Publish the config, migrations, and views

php artisan vendor:publish --provider="Ngmedia\FormCinch\FormCinchServiceProvider"

Run the migrations

php artisan migrate

You should should have access to the FormCinch config as well as the views to style the forms the way you like.

License

FormCinch is open-sourced software licensed under the MIT license.