eliurkis / crud by eliurkis

CRUD Generator
788
4
3
Package Data
Maintainer Username: eliurkis
Maintainer Contact: eliurkis@gmail.com (Eliurkis Diaz)
Package Create Date: 2016-12-27
Package Last Update: 2019-04-01
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 03:01:40
Package Statistics
Total Downloads: 788
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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:

$ composer require eliurkis/crud

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

Eliurkis\Crud\CrudServiceProvider::class,

Testing

$ 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.