websk / php-logger
There is no license information available for the latest version (1.3.0) of this package.
Entity Logger
1.3.0
2022-02-13 12:25 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-db: 1.3.*
- websk/php-entity: 1.2.*
- 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:44:52 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_logger (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