Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mvccore/project-basic
- Owner: mvccore
- License: bsd-3-clause
- Created: 2017-01-23T21:53:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:44:14.000Z (about 1 month ago)
- Last Synced: 2024-11-21T17:19:20.538Z (about 1 month ago)
- Topics: basic-project, building, empty-project, mvccore, new-project, packing, portable, single-file, template-project
- Language: PHP
- Homepage:
- Size: 285 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```