mk2/installer_webapps

Next PHP Framework 'mark2' install packeage.(Web Application Full Version)

1.0.0 2021-07-05 07:26 UTC

This package is auto-updated.

Last update: 2024-05-05 16:03:50 UTC


README

MVC compliant PHP framework "Mk2" dedicated installer. This installer is for the Web system only (the backyard, API, and front end are prepared in advance).

# Description

This is a dedicated installer when using Mk2.
You can prepare the framework library set and necessary source files by executing the following command on the terminal where Composer is installed.

composer create-project mk2/installer_webapps

# Mk2 VS. Other PHP frameworks

  • Operates at high speed.
  • Simple structure.
  • Complies with MVC conventions.
  • Equipped with OR mapping (OR mapper requires separate "Mk2-ORM" package installation).
  • Equipped with module function.
  • There is also a reference https://www.mk2-php.com/.
  • Made in Japan

# Requirement

The following packages will be installed at the same time with the following command.

composer create-project mk2/installer_webapps

# Usage

The documentation is available below.
Please refer to that.

https://www.mk2-php.com/

# Install

If you need to install it separately,
Install by executing the following command on the terminal where Composer is installed.

composer require mk2/installer_webapps
  • Since config/database.php is not attached at the initial stage,
    Copy the config/database.php.default file and install it.

# Contribution

Currently under consideration.

# Licence

# Author

Nakajima Satoru