└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Hosts 2 | 3 | User contributed notes on various web host that play well or don't play with with Statamic. Send your pull requests, no affiliate links! 4 | 5 | ## Hosts that play nice 6 | 7 | These guys work well with Statamic right out of the box. 8 | 9 | - [A Small Orange](http://asmallorange.com) 10 | - [ArcusTech](http://arcustech.com) 11 | - [AWS](https://aws.amazon.com/) 12 | - [Azure](https://azure.microsoft.com/) 13 | - [Cyon](https://www.cyon.ch/) - Switzerland 14 | - [Digital Ocean](https://www.digitalocean.com/) ([One-Click LAMP Stack](https://www.digitalocean.com/features/one-click-apps/)) 15 | - [Digital Ocean App Platform](https://www.digitalocean.com/products/app-platform/) 16 | - [Digital Pacific](http://www.digitalpacific.com.au/hosting/) - Sydney, Australia 17 | - [DreamHost](https://www.dreamhost.com/) - [server tweaks needed](https://github.com/statamic/hosts/wiki/Dreamhost-tweaks) 18 | - [Exigo](https://www.exigo.ch/) - Switzerland 19 | - [fortrabbit](https://www.fortrabbit.com/) - US Virgina & EU Ireland, with [install guide for Statamic 3](https://help.fortrabbit.com/install-statamic-3) 20 | - [Google Cloud Platform](https://cloud.google.com/) 21 | - [Hetzner Cloud](https://www.hetzner.com/cloud) 22 | - [HostGator](http://www.hostgator.com/) 23 | - [Internethelden](https://internethelden.io/) - Germany 24 | - [Laravel Forge](https://forge.laravel.com/) + [Linode](http://linode.com) 25 | - [Laravel Forge](https://forge.laravel.com/) + [Digital Ocean](https://www.digitalocean.com) 26 | - [Media Temple (dv)](http://mediatemple.net) 27 | - [Media Temple (grid)](http://mediatemple.net) 28 | - [Metanet](http://www.metanet.ch) - Switzerland 29 | - [MyHost](https://myhost.nz/) – New Zealand & Australia 30 | - [OVH](https://www.ovh.com/fr/index.xml) is a nice web host with 3 main data centers in northeastern France and one near Montreal (Quebec, Canada). It offers PHP 5.5 and 5.4. 31 | - [Panthur](http://www.panthur.com.au/) - Sydney, Australia 32 | - [Ploi](https://ploi.io) + [Linode](http://linode.com) 33 | - [Ploi](https://ploi.io) + [Digital Ocean](https://www.digitalocean.com) 34 | - [Ploi](https://ploi.io) + [Hetzner Cloud](https://www.hetzner.com/cloud) 35 | - [ServInt](https://www.servint.net/) 36 | - [Site5](http://www.site5.com/) 37 | - [SiteHost](https://sitehost.nz/) – New Zealand & Australia 38 | - [Vultr](https://www.vultr.com/) - Worldwide 39 | - [WebFaction](https://www.webfaction.com/) 40 | 41 | ## Hosts that don't play nice 42 | 43 | You should probably avoid these. It doesn't mean it's not possible, but will likely require support tickets to enabled PHP modules like `mcrypt`, `mbstring`, and so on. 44 | 45 | - [Go Daddy](http://godaddy.com) - doesn't meet server requirements 46 | - [NameCheap](http://namecheap.com) 47 | - [Rackspace Cloud](http://www.rackspace.com/cloud/) - issues with out-of-sync file timestamps and permissions 48 | - [1and1.com](http://1and1.com) - please see [issue raised](https://github.com/statamic/hosts/issues/12) for more details. 49 | 50 | ## Standard Dev Environments 51 | 52 | Wide-spread dev environments that work well (e.g. MAMP) 53 | 54 | - [MAMP 3](http://www.mamp.info/en/) (*MAMP 2 works as well*) 55 | - [Laravel Herd](https://herd.laravel.com/) 56 | - [Laravel Valet](https://laravel.com/docs/master/valet) 57 | - [Laravel Homestead](https://laravel.com/docs/homestead) - Works well for Windows 58 | - A [Vagrant for Statamic](https://github.com/bradleyflood/vagrant-statamic) setup 59 | - [Scotch Box](https://github.com/scotch-io/scotch-box) - 'A Vagrant LAMP Stack That Just Works' 60 | - Jack's iMac 61 | - [DDEV](https://ddev.com/) - Docker-based PHP development environment 62 | --------------------------------------------------------------------------------