Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvccore/example-cdcol-basic
Classic CD collection CRUD example with default SQLite database.
https://github.com/mvccore/example-cdcol-basic
albums cd-albums cds crud crud-application crud-sample mvccore
Last synced: 2 months ago
JSON representation
Classic CD collection CRUD example with default SQLite database.
- Host: GitHub
- URL: https://github.com/mvccore/example-cdcol-basic
- Owner: mvccore
- License: bsd-3-clause
- Created: 2019-01-10T16:38:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:44:19.000Z (2 months ago)
- Last Synced: 2024-11-21T17:19:27.062Z (2 months ago)
- Topics: albums, cd-albums, cds, crud, crud-application, crud-sample, mvccore
- Language: PHP
- Size: 507 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MvcCore - Example - CD Collection - Basic
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.3.0-brightgreen.svg?style=plastic)](https://github.com/mvccore/example-cdcol-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)
[![Packager Build](https://img.shields.io/badge/Packager%20Build-passing-brightgreen.svg?style=plastic)](https://github.com/mvccore/packager)
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)[**MvcCore**](https://github.com/mvccore/mvccore) classic CD collection CRUD example with default SQLite database.
Example uses SQLite database by default, but it contains also MySQL, MSSQL and PostgreSQL database backups, included in `./.databases/` directory.
This example is not a single file project application. If you want to see how to build a single file application with this example,
run this example first (to see how it works) and then follow steps here on [`mvccore/example-cdcol-portable`](https://github.com/mvccore/example-cdcol-portable).## Instalation
```shell
composer create-project mvccore/example-cdcol-basic
```