25

symfonydev

Available
Used
Resource Credits
12 Followers
0 Following
August 15, 2017
symfonydev
phpstorm
6y
{@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
7y
How to implement a rollback feature
$ 0.000
1
symfonydev
behat
7y
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
7y
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
7y
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
7y
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
7y
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
7y
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
7y
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
7y
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
7y
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
7y
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
7y
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
7y
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
7y
Quick and painless updating PHP 7.0 to PHP 7.1 on Ubuntu
$ 0.000
0
symfonydev
doctrine
7y
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
7y
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
7y
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
7y
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

Follow, be first to know

Nothing found in posts.