demo
demo copied to clipboard
Symfony Demo Application
Hi 👋🏻 I recently faced an issue when it comes to use the search form plugged to a LiveComponent, it seems that the LiveProp is not initialized: ```js Uncaught Error:...
https://github.com/symfony/demo/blob/206f0c9aab07cdc9f7437640b12947d35e9d5e72/src/Controller/BlogController.php#L55 Hi, I think a reference application should not promote unnecessary SQL queries. You fetch a tag object from DB then execute another SQL call, why not just passing a...
Fix #1434 Unfortunately there is no Rest endpoints in the demo, I think it would have been more interesting to use it then.
This is the modern solution to automatically update timestamps in Doctrine. I have added `createdAt` and `updatedAt` to all entities using [LifecycleCallbacks](https://www.doctrine-project.org/projects/doctrine-orm/en/2.16/reference/events.html#lifecycle-callbacks).
Hi everyone, I post that message do discuss about the better way to translate **flash messages**. In my case, I use symfony/demo as the place were better practices are grouped...
According to the configuration, the application may write file sessions to the `var/cache//sessions` folder, [which is a default location](https://github.com/symfony/framework-bundle/blob/6.2/DependencyInjection/Configuration.php#L664) or the PHP configured location, that is, by default, is the...
Hi, Symfony has a large community of Iranian developers and I suggest adding translation for the Persian language.
Hello, I opened this tiny PR because I noticed this little error in a comment. Despite the size, I think it's a rather confusing error, because not knowing how locales...
saas:build fails right now when `composer install --no-dev` has been done. it cannot find bootstrap, as it's right now in require-dev 🤔 https://github.com/symfony/demo/blob/main/composer.json#L66
Tried all the possibilities to install Symfony Demo (with symfony and composer) but when start Symfony Demo website, assets are not loaded.