M
M
Maxim Fedorov2018-02-07 18:51:22
symfony
Maxim Fedorov, 2018-02-07 18:51:22

At what point does a symlink to a bundle folder appear in Symfony 4?

I created a bundle in Symfony 4 in the /bundles folder
And I noticed that a symlink to the /bundles/MyBundle/Resources/public folder appeared in the /public folder
I wonder at what point did this happen? Do you have a link to the doc?
Didn't do anything in particular, except that I just did it. doctrine:migrate:diff
Can it be generated when a bundle is included in /config/bundles.php ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-02-07
@Maksclub

Do you have a link to the doc?

https://symfony.com/blog/new-in-symfony-2-6-smarte...
bin/console assets:install --symlink runs on composer update/install, along with clearing the cache.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question