Tag: php

PHPStorm most used keyboard shortcuts

CMD + D I was used to use different tools like “Beyond Compare” with different editors but Phpstorm has builtin functionality.. good enough not to use separate tool. You…

Getting Started With Laravel ?

If you are Laravel starter, then just grab a book and start with it instead of reading different articles and going back and forth in between articles. You…

Excellent PHP best practices

Excellent post on This interests me: A collection of useful best practices in modern PHP development, like This post will lift your development level dramatically. There’s a lot…

PHP: The Right Way

PHP: The Right Way outlines everything available to a modern PHP programer. From getting PHP setup on your system, the environments available, modern dependency management with composer, secure…