zikwall/simple-mvc

There is no license information available for the latest version (dev-master) of this package.

Minimalistic and easy PHP MVC Framework

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

dev-master 2018-04-17 17:55 UTC

This package is auto-updated.

Last update: 2024-04-05 01:13:40 UTC


README

Minimalistic and easy PHP MVC Framework

APPLICATION STRUCTURE

  app/                base application directory controllers, models and views
  core/               framework core directory
  public/             contains styles and scripts, web resources

You can then install this application template using the following command:

composer create-project --prefer-dist --stability=dev zikwall/simple-mvc

CONFIGURATION