https://github.com/mvccore/example-cdcol
Classic CD collection CRUD example with default SQLite database and authentication.
https://github.com/mvccore/example-cdcol
albums authentication cd-albums cds credentials crud crud-application crud-sample login mvccore
Last synced: about 1 year ago
JSON representation
Classic CD collection CRUD example with default SQLite database and authentication.
- Host: GitHub
- URL: https://github.com/mvccore/example-cdcol
- Owner: mvccore
- License: bsd-3-clause
- Created: 2016-12-18T19:35:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:44:20.000Z (over 1 year ago)
- Last Synced: 2025-04-12T12:13:18.642Z (about 1 year ago)
- Topics: albums, authentication, cd-albums, cds, credentials, crud, crud-application, crud-sample, login, mvccore
- Language: PHP
- Homepage:
- Size: 1.87 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MvcCore - Example - CD Collection - With Authentication
[](https://github.com/mvccore/example-cdcol/releases)
[](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
[](https://github.com/mvccore/packager)

[**MvcCore**](https://github.com/mvccore/mvccore) classic CD collection CRUD example with default SQLite database and authentication.
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
```