PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Material Dashboard Pro   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Material Dashboard Pro
Integrate the Material Dashboard Pro in Laravel
Author: By
Last change:
Date: 3 days ago
Size: 492 bytes
 

Contents

Class file image Download
{ "name": "kield01/laravel-material-dashboard-pro", "description": "Material Dashboard PRO from Creative Tim", "type": "library", "authors": [ { "name": "Roman Kozin", "email": "romanko95.rk@gmail.com" } ], "require": { "laravel/framework": "*" }, "autoload": { "psr-4": { "KielD01\\LaravelMaterialDashboardPro\\" : "./src/" } }, "extra": { "laravel": { "providers": [ "KielD01\\LaravelMaterialDashboardPro\\Providers\\CoreServiceProvider" ] } } }