websk/php-crud

There is no license information available for the latest version (1.4.1) of this package.

CRUD

1.4.1 2022-02-13 12:18 UTC

README

Config

  • CRUD no special configs

Demo

  • copy config/config.php as config/config.php
  • replace settings and paths
  • composer install
  • load in MySQL DB src/WebSK/CRUD/Demo/dump/demo_dump.sql
  • cd public
  • php -S localhost:8000
  • open http://localhost:8000