This bundle helps you quickly create powerful CRUD backend. Customizing the standard functionalities is simple - you can easily overwrite any part of the generated code. Most features can be configured in one (per model) YAML file. Advanced examples are covered in our cookbook, accessible through our documentation. For a quick preview visit our demo project.
The documentation for this bundle can be found in Resources/doc
directory.
If you're having trouble or you found an error feel free to open a github ticket, but first please read submitting issues. You can also find help on our chat. If you like this bundle join our SensioConnect club, follow us on Twitter and recommend us on KnpBundles.
Releases will be numbered with the format major.minor.patch
.
And constructed with the following guidelines.
For more information on SemVer, please visit semver.org website.
When upgrading the to the newest build, always check our upgrade notes.
This bundle follows branching model described in A successful git branching model blog post by Vincent Driessen.
master
branch is used to tag stable releases.develop
branch is used to develop small changes and merge feature branches into it.feature-
branches are used to develop features. When ready, submit a PR to develop
branch.hotfixes
branch is used to develop fixes to severe bugs in stable releases. When ready, the fix is merged both to develop
and master
branches.1.1
) are created for each minor release and only patches will be merged into them.By default, this Bundle uses the AdminLTE templates. See its documentation to create your own widget and customize the interface.
This bundle is released under the MIT License except for the file: Resources/doc/img/branching-model.png
by Vincent Driessen, which is released under Creative Commons BY-SA
.