Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
In order to conveniently access commands installed globally by composer, I added the following to my ~/.bashrc:
export PATH="$PATH:$HOME/.config/composer/vendor/bin"
In my case I was installing the laravel installer, and this allows me to access it directly on the command line, i.e:
composer global require "laravel/installer"
laravel new projectName