PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Aleksey   PHP Framework Bootstrap 4 Template   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Framework Bootstrap 4 Template
Show application pages using Bootstrap templates
Author: By
Last change:
Date: 2 years ago
Size: 544 bytes
 

Contents

Class file image Download
{ "name": "php-mvc-project/template-bootstrap4", "description": "Template for initializing the PHP MVC Project application using Bootstrap v4.", "keywords": ["php mvc project", "templates", "template", "mvc"], "license": "MIT", "type": "project", "authors": [ { "name": "Meet Aleksey", "homepage": "https://github.com/meet-aleksey" } ], "require": { "php-mvc-project/php-mvc": "^1.2", "components/jquery": "3.3.1", "twbs/bootstrap": "4.1.1" } }