demo
demo copied to clipboard
Symfony Demo Application
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
after these changes Use logout_path() helper + add CSRF protection to logout change password is not working , Invalid CSRF token. in UserController return $this->redirectToRoute('security_logout');
I don't know if it's linked or not. But I've started 15 days ago a new project with `[V1.8.0] Symfony/demo 5.4`. I've update my composer packages today, which include `symfony/*...
Currently try to debug session problems with symfony application and roadrunner. See also: https://github.com/chirimoya/sulu-skeleton-runtime/pull/1 1. clone branch 2. install composer dependency 3. run redis-server 4. adopt database in .env file...
Calling for help from Docker experts. We need to create the best possible `docker-compose.yml` file for this project. The application requirements are well defined (we use env vars, Webpack Encore,...
Hi. Local web serwer (OpenServer_5_3_8) on Win 8.1, PHP8, all extensions intalled (Ctype, iconv, JSON, PCRE, Session, SimpleXML,Tokenizer, sqlite) An attempt to run the command "symfony new . --demo" fails:...
Hi, After comparing changes before and after in #1030 I said to myself It's maybe better to create remake the job with new newly updated `Symfony 5.2` (and `bootswtach v5.4.3`)....
- Added "real" migrations - Tests works with both sqlite and mysql (and yes the blog_test.sqlite file are deleted), I can not test with postgres at the moment What this...
This PR provides a Docker implementation for the Symfony Demo project. (based on https://github.com/mpiot/docker4symfony)
Hey guys, I think i've finished this PR symfony/demo#1029 Here is what I did : 1. Update dependencies : - [bootstrap](https://yarnpkg.com/en/package/bootstrap) (to version 4) - [bootswatch](https://yarnpkg.com/en/package/bootswatch) (to version 4) 2....