Skip to content

Instantly share code, notes, and snippets.

@markhatchell
markhatchell / new-cake
Last active August 14, 2018 10:44
CakePHP 3 & Bootstrap 3 install and setup script
#!/bin/bash
#
# run this to download the new-cake installer script:
# curl -L "https://gist.githubusercontent.com/markhatchell/1e6c1acd75b6150058fb/raw/f295074747f2fd2f218b5df9a92b22a1cf96a518/new-cake" -onew-cake; chmod +x new-cake;
#
# useage: new-cake [project_name]
#
#
echo "updating composer" && \
curl -sS https://getcomposer.org/installer | php