mvccore / example-cdcol-basic
MvcCore Example - CD collection - classic CRUD example with default SQLite database.
Package info
github.com/mvccore/example-cdcol-basic
Type:project
pkg:composer/mvccore/example-cdcol-basic
v5.3.0
2024-11-21 16:40 UTC
Requires
- php: >=5.4.0
- mvccore/ext-debug-tracy: ^5.3
- mvccore/ext-debug-tracy-db: ^5.3
- mvccore/ext-debug-tracy-mvccore: ^5.3
- mvccore/ext-debug-tracy-routing: ^5.3
- mvccore/ext-debug-tracy-session: ^5.3
- mvccore/ext-form: ^5.3
- mvccore/ext-form-field-button: ^5.3
- mvccore/ext-form-field-numeric: ^5.3
- mvccore/ext-form-field-text: ^5.3
- mvccore/ext-view-helper-assets: ^5.3
- mvccore/mvccore: ^5.3
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