PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Simple React PHP CRUD   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple React PHP CRUD
Manipulate records in a page done using ReactPHP
Author: By
Last change:
Date: 2 years ago
Size: 384 bytes
 

Contents

Class file image Download
{ "require": { "php": "^7.4 || ^8.0", "react/mysql": "^0.5.4", "vlucas/phpdotenv": "^5.3" }, "autoload": { "psr-4": { "src\\": "src/", "Crud\\": "crud/" } }, "scripts": { "post-autoload-dump": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ] } }