Login
Discover
Waves
Decks
Plus
Login
Signup
symfonydev
@symfonydev
25
Followers
12
Following
0
Resource Credits
Available
Used
Created
August 15, 2017
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
symfonydev
phpstorm
2018-03-28 11:30
{@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
2018-03-12 14:40
How to implement a rollback feature
$ 0.000
1
symfonydev
behat
2018-02-09 09:35
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
2018-01-19 18:22
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
2018-01-17 12:08
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
2018-01-02 09:58
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
2017-11-08 09:44
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
2017-11-08 09:13
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
2017-11-03 13:46
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
2017-09-26 08:27
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
2017-09-25 22:41
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
2017-09-25 13:40
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
2017-09-25 11:03
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
2017-09-10 20:38
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
2017-09-06 15:47
Quick and painless updating PHP 7.0 to PHP 7.1 on Ubuntu
$ 0.000
0
symfonydev
doctrine
2017-08-22 21:46
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
2017-08-18 11:11
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
2017-08-15 12:46
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
2017-08-15 08:15
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