Download the PHP package dakataa/crud without Composer
On this page you can find all versions of the php package dakataa/crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package crud
CRUD Dashboard
Create fast and easy CRUD Dashboard. This package itself works as a REST API and can be used with ReactJS Package @dakataa/crud-react, or you can enable Twig version by adding additional package @dakataa/crud-twig.
How to Install
-
Setup Symfony Project.
-
Create Entity And Form Type
-
Add package to composer
add routes without recipe in config/routes/annotation.yaml:
-
Allow controllers to inject services. Add this code to your services.yaml controllers are imported separately to make sure services can be injected
-
Create first controller. Standard way:
if you want to customize initial query. This method is called before query execution.
with Make Command
How to extend templates
Map URL parameter to entity column
How to ...
All versions of crud with dependencies
symfony/http-kernel Version ^7.0
symfony/form Version ^7.0
symfony/validator Version ^7.0
doctrine/orm Version >=2.10.0
symfony/framework-bundle Version ^7.0
symfony/security-bundle Version ^7.0
symfony/serializer Version ^7.0
symfony/expression-language Version ^7.0