modseven / installer
Modseven application installer.
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~3.0|~4.0
- symfony/filesystem: ~3.0|~4.0
This package is auto-updated.
Last update: 2025-03-15 01:02:19 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:
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!