websk / php-crud
此包的最新版本(1.4.1)没有可用的许可证信息。
CRUD
1.4.1
2022-02-13 12:18 UTC
Requires
- php: ^7.4
- ext-json: *
- ext-mbstring: *
- o-log/php-html: 1.11
- slim/slim: ^3.0
- websk/php-cache: 1.2.*
- websk/php-config: 1.0.*
- websk/php-db: 1.3.*
- websk/php-entity: 1.2.*
- websk/php-filemanager: 1.0.*
- websk/php-utils: 1.0.*
- websk/php-view: 1.1.*
- dev-master
- 1.4.1
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/composer/guzzlehttp/guzzle-7.7.0
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-crud_upload_file_widget
This package is auto-updated.
Last update: 2024-09-18 18:43:52 UTC
README
配置
- CRUD无需特殊配置
演示
- 将config/config.php复制为config/config.php
- 替换设置和路径
- composer install
- 将MySQL数据库src/WebSK/CRUD/Demo/dump/demo_dump.sql加载到数据库中
- cd public
- php -S localhost:8000
- 打开https://:8000