websk / php-keyvalue
There is no license information available for the latest version (1.4.0) of this package.
KeyValue
1.4.0
2022-02-13 12:27 UTC
Requires
- php: ^7.4
- ext-mbstring: *
- slim/slim: ^3.0
- websk/php-auth: 2.2.*
- websk/php-config: 1.0.*
- websk/php-crud: 1.4.*
- websk/php-entity: 1.2.*
- websk/php-logger: 1.3.*
- websk/php-slim: 1.1.*
- websk/php-utils: 1.0.*
- websk/php-view: 1.1.*
This package is auto-updated.
Last update: 2024-10-19 22:52:08 UTC
README
Config example
- config/config.default.php
Demo
- copy config/config.default.php as config/config.php
- replace settings and paths
- composer install
- create MySQL DB db_keyvalue (or other)
- process migration in MySQL DB:
php vendor\bin\websk_db_migration.php migrations:migration_auto
orphp vendor\bin\websk_db_migration.php migrations:migration_handle
- cd public
- php -S localhost:8000
- open http://localhost:8000