G
G
grabbee2020-09-22 13:24:46
symfony
grabbee, 2020-09-22 13:24:46

How to write a Symfony bundle without pain and hemorrhoids?

Hello. I'm trying to write bundles on symphony, but it turns out that there is no console. For example, the same entity generator becomes unavailable. How then to be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Fedorov, 2020-09-22
@grabbee

You can write a bundle in the context of a simple application:

  • create a simple application
  • start inside the project through git submodule your bundle
  • connect the namespace of the bundle to autoload via composer-section autoload
  • work with a bundle, while it has all the goodies

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question