Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspring/polymorphic-form-type
https://github.com/softspring/polymorphic-form-type
component form symfony
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspring/polymorphic-form-type
- Owner: softspring
- License: mit
- Created: 2020-05-15T05:45:27.000Z (over 4 years ago)
- Default Branch: 5.4
- Last Pushed: 2024-11-25T11:23:20.000Z (about 2 months ago)
- Last Synced: 2024-11-25T12:27:07.417Z (about 2 months ago)
- Topics: component, form, symfony
- Language: PHP
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polymorphic form type
![Latest Stable](https://img.shields.io/packagist/v/softspring/polymorphic-form-type?label=stable&style=flat-square)
![Latest Unstable](https://img.shields.io/packagist/v/softspring/polymorphic-form-type?label=unstable&style=flat-square&include_prereleases)
![License](https://img.shields.io/packagist/l/softspring/polymorphic-form-type?style=flat-square)
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/polymorphic-form-type/php?style=flat-square)
![Downloads](https://img.shields.io/packagist/dt/softspring/polymorphic-form-type?style=flat-square)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/polymorphic-form-type/ci.yml?branch=5.4&style=flat-square&label=CI)](https://github.com/softspring/polymorphic-form-type/actions/workflows/ci.yml)This package provides a Symfony form type to manage with polymorphic collections.
## Documentation
* [1. Installation](docs/1_installation.md)
* [2. Concepts](docs/2_concepts.md)
* 3\. Register
* 4\. Account settings
* 5\. Admin accounts
* 6\. Routing with accounts## License
This bundle is under the MIT license. See the complete license in the bundle [LICENSE](LICENSE) file.