|
| 1 | +# crud |
| 2 | + |
| 3 | +[](https://packagist.org/packages/tabacitu/crud) |
| 4 | +[](LICENSE.md) |
| 5 | +[](https://travis-ci.org/tabacitu/crud) |
| 6 | +[](https://scrutinizer-ci.com/g/tabacitu/crud/code-structure) |
| 7 | +[](https://scrutinizer-ci.com/g/tabacitu/crud) |
| 8 | +[](https://packagist.org/packages/tabacitu/crud) |
| 9 | + |
| 10 | +Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a complete CMS at 10 minutes/model, max. |
| 11 | + |
| 12 | +## Install |
| 13 | + |
| 14 | +Via Composer |
| 15 | + |
| 16 | +``` bash |
| 17 | +$ composer require tabacitu/crud |
| 18 | +``` |
| 19 | + |
| 20 | +## Usage |
| 21 | + |
| 22 | +``` php |
| 23 | + |
| 24 | +// TODO |
| 25 | + |
| 26 | +``` |
| 27 | + |
| 28 | +## Change log |
| 29 | + |
| 30 | +Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. |
| 31 | + |
| 32 | +## Testing |
| 33 | + |
| 34 | +``` bash |
| 35 | +$ composer test |
| 36 | +``` |
| 37 | + |
| 38 | +## Contributing |
| 39 | + |
| 40 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 41 | + |
| 42 | +## Security |
| 43 | + |
| 44 | +If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
| 45 | + |
| 46 | +## Credits |
| 47 | + |
| 48 | +- [Cristian Tabacitu][http://tabacitu.ro] |
| 49 | +- [All Contributors][link-contributors] |
| 50 | + |
| 51 | +## License |
| 52 | + |
| 53 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
| 54 | + |
| 55 | +[ico-version]: https://img.shields.io/packagist/v/league/crud.svg?style=flat-square |
| 56 | +[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square |
| 57 | +[ico-travis]: https://img.shields.io/travis/tabacitu/crud/master.svg?style=flat-square |
| 58 | +[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/tabacitu/crud.svg?style=flat-square |
| 59 | +[ico-code-quality]: https://img.shields.io/scrutinizer/g/tabacitu/crud.svg?style=flat-square |
| 60 | +[ico-downloads]: https://img.shields.io/packagist/dt/league/crud.svg?style=flat-square |
| 61 | + |
| 62 | +[link-packagist]: https://packagist.org/packages/league/crud |
| 63 | +[link-travis]: https://travis-ci.org/tabacitu/crud |
| 64 | +[link-scrutinizer]: https://scrutinizer-ci.com/g/tabacitu/crud/code-structure |
| 65 | +[link-code-quality]: https://scrutinizer-ci.com/g/tabacitu/crud |
| 66 | +[link-downloads]: https://packagist.org/packages/league/crud |
| 67 | +[link-author]: https://github.com/tabacitu |
| 68 | +[link-contributors]: ../../contributors |
0 commit comments