How-to articles, tricks, and solutions about SYMFONY

How to programmatically login/authenticate a user

Learn How to programmatically login/authenticate a user with W3docs tutorial. Also, try the examples yourself and see the results

How to keep symlinks in web/bundles after composer update

When updating vendor through "composer update" or "composer install", the content of "Resources/public" of each bundle is copied into web/bundles. In order to create symlinks you have to make small change in composer.json.