Add Homestead and Valet. Reorder.

This commit is contained in:
Jamie 2020-05-11 23:13:59 +01:00
parent ffa4269773
commit f70a55bbe3
1 changed files with 3 additions and 1 deletions

View File

@ -806,8 +806,9 @@ Libraries to help manage database schemas and migrations.
### PHP Installation
*Tools to help install and manage PHP on your computer.*
* [HomeBrew](https://brew.sh/) - A package manager for OSX.
* [Brew PHP Switcher](https://github.com/philcook/brew-php-switcher) - Brew PHP switcher.
* [HomeBrew](https://brew.sh/) - A package manager for OSX.
* [Laravel Valet](https://laravel.com/docs/master/valet) - A development environment for macOS.
* [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
* [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
* [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
@ -817,6 +818,7 @@ Libraries to help manage database schemas and migrations.
* [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
* [Docker](https://www.docker.com/) - A containerization platform.
* [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
* [Puppet](https://puppet.com/) - A server automation framework and application.
* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.