W
W
wolf-98302017-05-26 21:58:21
symfony
wolf-9830, 2017-05-26 21:58:21

symfony. How to use bundles in other applications?

Once upon a time I saw an article on habrahabr, which described how to connect bundle symfony in a self-written php application, but I can’t find this article. Can someone send me a link to it or to some similar article on this topic? Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
redya69, 2017-05-31
@redya69

I won’t suggest an article, but you need a composer. Create a composer.json file in the root of the application, describe the necessary bundles there, then run composer install, they will all be installed in the vendor folder. How to use them in your project - read about PSR-4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question