Login
Discover
Waves
Decks
Upgrade
Login
Signup
25
symfonydev
Available
Used
Resource Credits
12 Followers
0 Following
August 15, 2017
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
symfonydev
phpstorm
Wednesday, March 28, 2018 11:30 AM
{@InheritDoc} plugin for PhpStorm
Don't have time now to research if it's the right thing to do to include {@InheritDoc} tag, but if you do use it, make sure you have a plyugin for PhpStorm that get the comment from the inherited
$ 0.000
0
1
symfonydev
rollback
Monday, March 12, 2018 2:40 PM
How to implement a rollback feature
$ 0.000
1
symfonydev
behat
Friday, February 9, 2018 9:35 AM
Bug in behat 3.4.0 - No specifications found at path(s), This might be because of incorrect paths configuration in your `suites`.
If anyone comes across this bug [Behat\Testwork\Tester\Exception\WrongPathsException] No specifications found at path(s) someFeatureTest.feature. This might be because of incorrect paths configuration
$ 0.000
0
symfonydev
symfony
Friday, January 19, 2018 6:22 PM
MultiUpload of files in Symfony 3.2
This helped tremendously: This repo above mentioned here: Only had to add this to config.yml: # Doctrine Configuration doctrine: dbal: server_version: '5.7' otherwise I got:
$ 0.000
1
symfonydev
symfony
Wednesday, January 17, 2018 12:08 PM
Executing command line script for different environment (database)
edp bin/console --env=behat for example: bin/console --env=behat fos:user:create admin admin@admin.xx admin --super-admin; bin/console fos:user:activate admin;
$ 0.000
1
symfonydev
forms
Tuesday, January 2, 2018 9:58 AM
Validators in Symfony
Example of usage of @Assert\File /** * @var \SplFileInfo * * @Assert\File( * mimeTypes = {"application/x-bittorrent"}, * mimeTypesMessage = "Your file was not recognize as a .torrent
$ 0.000
0
symfonydev
strings
Wednesday, November 8, 2017 9:44 AM
String encoding in php
To recognize the pasted character, there is a website that does that for you: Just copy the character and paste it into the website to get the informative description: There are a few function in php that
$ 0.000
1
symfonydev
command
Wednesday, November 8, 2017 9:13 AM
Command bus in Symfony
Materials to read on command bus, commands and events in Symfony: Series of blogposts from Matthias Noback (the creator of simple-bus/SymfonyBridge bundle): Nice presentation showing example of usage of
$ 0.000
10
symfonydev
docker
Friday, November 3, 2017 1:46 PM
Providing explicit UID (if the user is the same on client and host) at docker run will help with file permissions
$ 0.000
17
symfonydev
sql
Tuesday, September 26, 2017 8:27 AM
Check if there are the same values for given column
Note that if you column a is of type VARCHAR and you're using MySQL, by default you'll get the same results for 'value', 'VALue', etc. SELECT email, COUNT(*) a FROM sometable GROUP BY a HAVING a > 1;
$ 0.000
0
1
symfonydev
assetic
Monday, September 25, 2017 10:41 PM
Assetic bundle with Bootstrap 4
Basic config for assetic bundle: Installing assets in Symfony Asset management in Symfony (merging /concatenating resources): assetic: debug: "%kernel.debug%" use_controller: false bundles: [
$ 0.000
2
symfonydev
symfony
Monday, September 25, 2017 1:40 PM
Mysql/Doctrine/Symfony collation and case sensitivity issues
Modifying the column charset and collation (official docs) ALTER TABLE <some_table> CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; and ALTER TABLE t1 MODIFY col1 VARCHAR(5) CHARACTER SET
$ 0.000
0
symfonydev
symfony
Monday, September 25, 2017 11:03 AM
Many or multiple UniqueContraints in table definition in Dontrine/Symfony
@ORM\Table( schema="item_record", name="item_record", options={ "charset":"utf8", "collate":"utf8_unicode_ci", "comment":"library
$ 0.000
0
symfonydev
php
Sunday, September 10, 2017 8:38 PM
Another day with php and docker development.
A few docker containers helpful for development: With some commands needed to set up mysql account so that it can access apache/php container Workflow component - more control over the process implemented.
$ 0.000
2
symfonydev
php
Wednesday, September 6, 2017 3:47 PM
Quick and painless updating PHP 7.0 to PHP 7.1 on Ubuntu
$ 0.000
0
symfonydev
doctrine
Tuesday, August 22, 2017 9:46 PM
Reason to use PHP 7.1 over PHP 7.0 and Doctrine drops 7.0
Only this: Question is what's the support for 7.1 among various php packages. Latest Doctrine dropped support for php 7.0
$ 0.000
0
1
symfonydev
behat
Friday, August 18, 2017 11:11 AM
What are the advantages of BDD and Behat?
What are the advantages of BDD and Behat? Best answered in the blog post by Everzet ( creator Behat, Mink, co-creator of PhpSpec) "People get upset when software doesn't update often. This is usually
$ 0.000
1
symfonydev
symfony
Tuesday, August 15, 2017 12:46 PM
Why is it worth using Symfony?
Strategic point point of view: On the market since 22 Oct 2005 and is now a framework and a set of reusable components which are used by projects such as Drupal, Magento, Sylius, Joomla and frameworks
$ 0.000
0
1
symfonydev
symfony
Tuesday, August 15, 2017 8:15 AM
Hello World :)
Web developer here. Topics that I'd like to discuss here are PHP (7 mostly. If you're not on it, move, and fast!), Symfony framework - currently Symfony 3 is used for my own projects and at work and
$ 0.078
2
4