Productivity with PHPStorm
Since there are a lot of people out there working with PHPStorm I thought I try to write an article about how I try to get the maximum productivity out of this IDE. Also I have the hope that there are...
View ArticleFLOW3 – Using the same Layouts and Partials for different packages
I had the problem that I want to set up a web project that contains multiple packages. It did take me some time to figure how to handle this and I am still sure, that it is not the best way. The...
View ArticleUsing the TYPO3/FLOW3 Coding Guidlines with PHPStorm and PHP_CodeSniffer...
With the new release of PHPStorm 4 there is a CodeSniffer integrated. Since for us TYPO3 developers it doesn’t make much sense to us another coding standard than our own, here a short how-to for the...
View ArticleFLOW3 Tutorials updated…..
Finally after a long time I updated all my FLOW3 Tutorials to work with the current master. To be honest, it was not me who updated the tutorials. Big thanks to Linh, our trainee at AOE, who used my...
View ArticleUse twitcode.org and get flattred
It is a long time since I worked on twitcode.org but finally, after some hard times with the data migration, twitcode.org is up and running again. This time it is not running on FLOW3 anymore, it is...
View ArticleReally, I did it again – TYPO3 Flow tutorials updated ;)
Well, what should I say. I tried to update all the TYPO3 Flow tutorials on my page to run with the current master. I have not tested everything in detail, but as far as I am up to date it should run....
View ArticlePHPUnit Setup in PHPStorm with local PHPUnit (composer)
After switching to Ubuntu for my PC I had a real clean setup. After starting the first TYPO3Flow project I wanted to run my UnitTests without installing PHPUnit on my system. With the support of...
View ArticleVagrant Setup for TYPO3 Flow
Since I started to work with TYPO3 Flow there are this moments where I require a clean installation of TYPO3 Flow to test something. For this reason I spent some of my free time during the holidays to...
View ArticleVagrant Setup for TYPO3 Neos
One more. The differences are really not much. All I had to change is to change the git repository where I take the composer file from. The server setup is identically with the one form the TYPO3 Flow...
View ArticleUse the file watch function from PHPStorm on Mac OS X
This is a short tutorial how you can use the compass watch function that is new in PHPStorm, beginning with creating a gemset for compass and using this for PHPStorm. Create a new gemset using rvm [1]...
View ArticlePHPStorm – Uploading external changes
During the TYPO3Flow Usergroup Rhein-Main yesterday someone showed me a nice feature in PHPStorm that I missed until now. Now that I know that this feature exists, I want to share it. Until a short...
View ArticleUsing Jenkins to generate your documentation
I am one of the guys who wants to write the documentation for the project directly in the IDE. Since PHPStorm has a Markdown plugin I thought it might be a good idea to write the documentation in...
View ArticleUsing Gists for Sourcecode examples in WordPress
What I really don’t like that much in WordPress is, that there is no really perfect way to display source code. Today I stumbled over the idea to use gists for displaying source code in WordPress. The...
View Article