Skip to content
Jay edited this page Jun 29, 2014 · 2 revisions

If you have composer installed in your machine

composer create-project skullyframework/project myproject

That will create a project at the directory you run the code on.

If you do not have composer installed in your machine.

git clone https://github.com/skullyprojects/project myproject
cd myproject
rm -r .git

Or simply download & extract the zip archive from https://github.com/skullyprojects/project.

Then run this command:

./composer.phar install