Explore >> Select a destination


You are here

blog.heckel.io
| | juffalow.com
3.5 parsecs away

Travel
| | If you are learning PHP or you are experienced programmer you surely read the word Composer. But...what is it? What is its purpose and why should you use it? Here I want to write a few things about it and show you how to use it. PHPUnit testing framework should meet the requirements as proper and useful example. Let's get started...
| | blog.coderspirit.xyz
1.8 parsecs away

Travel
| | We should be more careful about implicit dependencies in PHP projects.
| | jinoantony.com
2.2 parsecs away

Travel
| | [AI summary] This blog post explains how Composer autoloads PHP files using classmap, PSR-0, PSR-4, and files autoloading methods, along with their configurations and performance considerations.
| | arnorhs.dev
36.5 parsecs away

Travel
| I've been doing some Wordpress development for the last year or so. A few client projects, some personal etc. A common chore that I find myself doing is developing the sites on one server and then moving them to the next. Very often I'll be developing on a virtual machine instance on my local machine and then placing the files online later. Just copying the files and exporting and importing the database will not do, so there are a few extra steps you need to take to do this successfully. So the best way ...