How to Create a Third-Party Symfony Bundle
Have an awesome library you want to integrate in your Symfony application? Share your code between different Symfony instances? Share your code with other people? Create your bundle standalone and...
ReadThese posts are about "PHP", who knew.
Have an awesome library you want to integrate in your Symfony application? Share your code between different Symfony instances? Share your code with other people? Create your bundle standalone and...
ReadI created my first open-source Symfony bundle: PlaceholderBundle. It is an abstraction of Primitive and/or SQIP for use in a PHP respectively Symfony application. This way, you can automatically...
ReadAs SVGs should preferably not be base64 encoded when setting them on an ``-tag src
-attribute, the suggested alternative is to URL-encode them.
The standard PHP urlencode
...
When integrating Elasticsearch with Symfony, there can be a few troubles for newcomers. The easiest way to achieve integration is by following the setup instructions of the FOSElasticaBundle, in...
ReadThere are a few proposed ways to hack a default value to form fields.
The problen gets bigger when handling CollectionType
s, as the underlying objects don't get constructed...