mvccore / example-cdcol-basic
MvcCore Example - CD collection - classic CRUD example with default SQLite database.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- mvccore/ext-debug-tracy-all: ^5.0
- mvccore/ext-debug-tracy-mvccore: ^5.0
- mvccore/ext-debug-tracy-routing: ^5.0
- mvccore/ext-debug-tracy-session: ^5.0
- mvccore/ext-form: ^5.0
- mvccore/ext-form-field-button: ^5.0
- mvccore/ext-form-field-numeric: ^5.0
- mvccore/ext-form-field-text: ^5.0
- mvccore/ext-view-helper-assets: ^5.0
- mvccore/mvccore: ^5.1
This package is auto-updated.
Last update: 2024-10-13 00:15:40 UTC
README
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
.
Instalation
composer create-project mvccore/example-cdcol-basic