mvccore / example-cdcol-separated-doc-root
MvcCore Example - CD collection - classic CRUD example with default SQLite database and separated document root.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- mvccore/ext-auth-basic: ^5.2
- mvccore/ext-debug-tracy-all: ^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.2
This package is auto-updated.
Last update: 2024-10-13 00:21:11 UTC
README
MvcCore classic CD collection CRUD example with default SQLite database and separated document root.
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-separated-doc-root