PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of TJ Webb   Laravel CRUD Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel CRUD Generator
Generate MVC classes for any Laravel model
Author: By
Last change:
Date: 4 years ago
Size: 703 bytes
 

Contents

Class file image Download
{ "name": "webbtj/crud", "description": "Automatically add crud routes/methods to any model.", "keywords": ["laravel", "crud"], "license": "MIT", "type": "library", "authors": [ { "name": "TJ Webb", "email": "webb.tj@gmail.com" } ], "require": { "php": "^7.2", "doctrine/dbal": "^2.9" }, "autoload": { "psr-4": { "Webbtj\\Crud\\": "src/" } }, "extra": { "laravel": { "providers": [ "Webbtj\\Crud\\CrudServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev" }