Milan Macháček
Milan Macháček
Hi, I install your boilerplate at server (U20) but app not connect to pgsql. ``` $ php bin/console doctrine:database:create [critical] Error thrown while running command "doctrine:database:create". Message: "An exception occurred...
login with facebook and user clicked on Storno returned error public function actionFbLogin(){ if ($this->context->facebook->getUser()){ $me = $this->context->facebook->api('/me'); $identity = $this->context->facebookAuthenticator->authenticate($me); $this->getUser()->login($identity); }else{ $this->flashMessage('Cancelled loged with Facebook .'); } $this->redirect('Homepage:',...
### Issue type (mark with `x`) - [ ] :thinking: Question - [x ] :bug: Bug report - [ ] :gift: Feature request - [ ] :woman_shrugging: Other ### Description...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. ### My problem with compile css...