Quellcode durchsuchen

Add Homestead and Valet. Reorder.

pull/1097/head
Jamie vor 5 Jahren
Ursprung
Commit
f70a55bbe3
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3
    1
      README.md

+ 3
- 1
README.md Datei anzeigen

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

Laden…
Abbrechen
Speichern