项目作者: eliurkis

项目描述 :
Laravel CRUD Generator
高级语言: PHP
项目地址: git://github.com/eliurkis/crud.git
创建时间: 2016-12-27T01:04:15Z
项目社区:https://github.com/eliurkis/crud

开源协议:MIT License

下载


Laravel CRUD Generator

Latest Version
Software License
Build Status
SensioLabs Insight
Quality Score
StyleCI
Total Downloads

A Laravel CRUD Generator.

Install

Require this package with composer using the following command:

  1. $ composer require eliurkis/crud

After updating composer, add the service provider to the providers array in config/app.php

  1. Eliurkis\Crud\CrudServiceProvider::class,

Testing

  1. $ composer test

Usage Example

Here you can find a repository with an example project using CRUD: https://github.com/eliurkis/crud-example

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email me@eliurkis.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.