Skip to content

ichtrojan/MacOS-PHP-Essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Is this for you

Are you a PHP Developer? ... Did you get a new Mac? ... or ... Did you wipe your Mac?

If All Yes then this script is for you

setup

  • clone the repo
  • change directory to MacOS-PHP-Essentials
  • run bash script.sh

This script would install

  • composer Composer is the dependency manager for PHP.
  • valet Valet is a local development server that allowes you to reach your projects via my-custom-project.tld in your browser. It also allows you to issue SSL-certificates for local development. This allows you to develop your applications on a .dev domain.
  • homebrew Homebrew installs the stuff you need that Apple didn’t.
  • PHP 7.1 One of the latest PHP versions.
  • MySQL A current state-of-the art RDMBS that allows you to save your data in a relational database. MySQL works great with MySQL Workbench and/or Sequel Pro.

Any Suggestion?...

Send in a PR

Releases

No releases published

Packages

No packages published

Languages