/create-slim3-project

A simple solution to create new slim3 projects

Primary LanguageShell

vagrant-php/create-slim3-project

installation

first use (prepare your computer)

Read the installation guide.

clone

cd ~
git clone https://github.com/vagrant-php/create-slim3-project.git

### register path

add the following line to your .bashrc or .bash_profile depending on your system

export PATH=~/create-slim3-project/bin:$PATH

update

pull

cd ~/create-slim3-project
git pull

usage

create-slim3-project --help