Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvccore/project-basic

MvcCore basic website project template, not designed for full portable build/pack.
https://github.com/mvccore/project-basic

basic-project building empty-project mvccore new-project packing portable single-file template-project

Last synced: 27 days ago
JSON representation

MvcCore basic website project template, not designed for full portable build/pack.

Awesome Lists containing this project

README

        

# MvcCore - Project - Basic Web App Template

[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.3.0-brightgreen.svg?style=plastic)](https://github.com/mvccore/project-basic/releases)
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)

- [**MvcCore**](https://github.com/mvccore/mvccore) basic project template for standard web application.
- Project lists only homepage template content and **it tries to list tables** from MySQL database,
with `root` login and empty password credentials in config `~/App/config.ini`.

## Instalation
```shell
composer create-project mvccore/project-basic
```