Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Add link to translatable package to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Dec 7, 2015
1 parent 0e84e1a commit 1aa191e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ BootForms

BootForms builds on top of my more general [Form](https://github.com/adamwathan/form) package by adding another layer of abstraction to rapidly generate markup for standard Bootstrap 3 forms. Probably not perfect for your super custom branded ready-for-release apps, but a *huge* time saver when you are still in the prototyping stage!

- [Installation](#installing-with-composer)
- [Using BootForms](#using-bootforms)
- [Basic Usage](#basic-usage)
- [Customizing Elements](#customizing-elements)
- [Reduced Boilerplate](#reduced-boilerplate)
- [Automatic Validation State](#automatic-validation-state)
- [Horizontal Forms](#horizontal-forms)
- [Additional Tips](#additional-tips)
- [Related Resources](#related-resources)

## Installing with Composer

You can install this package via Composer by running this command in your terminal in the root of your project:
Expand Down Expand Up @@ -231,3 +241,6 @@ BootForm::bind($user)
BootForm::close()
```

## Related Resources

- [Laravel Translatable BootForms](#https://github.com/Propaganistas/Laravel-Translatable-Bootforms), integrates BootForms with Dimsav's [Laravel Translatable](https://github.com/dimsav/laravel-translatable) package

0 comments on commit 1aa191e

Please sign in to comment.