modseven/installer

Modseven application installer.

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

This package is auto-updated.

Last update: 2024-04-14 22:33:25 UTC


README

Installer for Mod(ern)(Ko)seven Framework

68747470733a2f2f706f7365722e707567782e6f72672f6d6f64736576656e2f696e7374616c6c65722f6c6963656e73652e737667

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:

Distribution Path
macOS / Linux $HOME/.config/composer/vendor/bin
Windows %USERPROFILE%\AppData\Roaming\Composer\vendor\bin

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!