LaravelPackages.net
Acme Inc.
Toggle sidebar
eliurkis/crud

CRUD Generator

796
4
0.0.41
About eliurkis/crud

eliurkis/crud is a Laravel package for crud generator. It currently has 4 GitHub stars and 796 downloads on Packagist (latest version 0.0.41). Install it with composer require eliurkis/crud. Discover more Laravel packages by eliurkis or browse all Laravel packages to compare alternatives.

Last updated

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 [email protected] instead of using the issue tracker.

Credits

License

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

Star History Chart