-
The README.md file states:
```
Note for Symfony >=3.3 users
If you use Symfony at version 3.3 or superior, you do not need to use this bundle
as all the features were ported in Symfony. You ca…
-
Implement integration with the security component:
http://symfony.com/blog/new-in-symfony-2-4-customize-the-security-features-with-ease
-
See http://symfony.com/blog/new-in-symfony-3-3-automatic-console-logging?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+symfony%2Fblog+%28Symfony+Blog%29
IMO, a deprecation notice shoul…
-
Just released this week along with PHP 7.2: https://symfony.com/blog/hello-symfony-4
-
Hi,
I am using Symfony v2.3 to build an application.
I followed the installation instructions for this blog bundle.
I put
"desarrolla2/blog-bundle": "dev-master" in composer.json
And when i do c…
-
AbstractBundle simplifies the setup a lot, available with Symfony 6.1+
https://symfony.com/blog/new-in-symfony-6-1-simpler-bundle-extension-and-configuration
Also, things like templates and conf…
-
Like Symfony. see http://symfony.com/blog/new-in-symfony-2-2-small-things-matter
dewos updated
4 years ago
-
See https://symfony.com/blog/new-in-symfony-4-3-simpler-event-dispatching#supporting-both-dispatchers.
Taking the PostDeleteModelEvent as an exapmle:
```php
$event = new PostDeleteModelEvent($e…
-
It'd be great to see this bundle in action.
In particular, what I'd like to see is a trivial application like this
```bash
symfony new adr-demo --webapp && cd adr-demo
bin/console make:entity …
-
I think Bolt doesn't have any form of protection against brute-force password guessing attempts.
Symfony has recently added a Rate Limiter component `symfony/rate-limiter` that is usable from versi…