modseven/installer

Modseven application installer.

dev-master 2020-05-14 13:27 UTC

This package is auto-updated.

Last update: 2024-07-14 23:09:11 UTC


README

Installer for Mod(ern)(Ko)seven Framework

What is this installer for?

This installer creates a fully working Modseven installation.

It creates the public and application directory with all required files and a demo Welcome Controller. It also installs modseven via composer and adds a working composer.json for your project.

Since it installs the modseven/core package directly via composer it is very easy to manage your modseven installation and version.

How to use?

First, download the Modseven installer using Composer:

composer global require modseven/installer

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the modseven executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:

Once installed, the modseven new command will create a fresh Modseven installation in the directory you specify.

For instance:

modseven new blog

will create a directory named blog containing a fresh modseven installation with all of Modseven's dependencies already installed.

Contributing

Any help is more than welcome! Just fork this repo and do a PR.

Special Thanks

Special Thanks to all Contributors and the Community!