Skip to content

feat: Basic Demo Repository (CRUD), Symfony 6 #1

Open
@tacman

Description

@tacman

It'd be great to see this bundle in action.

In particular, what I'd like to see is a trivial application like this

symfony new adr-demo --webapp && cd adr-demo
bin/console make:entity Blog 
   # title, string 
   # content, text
bin/console make:crud Blog
composer req pitch/symfony-adr

And then refactor the controller to use your bundle and ADR.

Also, the above doesn't work, because the bundle is locked to Symfony 5.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions