WeAreAthlon / Silla.IO

PHP Application Development Framework.
https://silla.io
GNU General Public License v3.0
25 stars 3 forks source link

Add CLI command for installation `new` #41

Open pnikolov opened 9 years ago

pnikolov commented 9 years ago

Example usage:

$ silla new project-name

Which will install a new instance of silla.io in the project-name directory

pnikolov commented 8 years ago

Make sure to generate random demo user credentials on each installation.

pnikolov commented 8 years ago

Is this still applicable, as we use $composer create-project? @kalins