PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahidul Hasan   Simplex   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simplex
Example application based on a MVC framework
Author: By
Last change:
Date: 14 days ago
Size: 588 bytes
 

Contents

Class file image Download
{ "name": "nahidulhasan/simplex", "description": "The Simplex Framework is very simple and easy. It will be very helpful for the developers who are the beginner in PHP and want to learn Framework", "keywords": ["framework", "simplex"], "license": "MIT", "type": "project", "require": { "vlucas/phpdotenv": "^2.5" }, "autoload" :{ "classmap" : [ "./" ] }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ] }, "minimum-stability": "dev", "prefer-stable": true }