|
1 | | -# Laravel Eloquent Flag |
| 1 | + |
2 | 2 |
|
3 | | -[](https://travis-ci.org/cybercog/laravel-eloquent-flag) |
4 | | -[](https://styleci.io/repos/69245607) |
5 | | -[](https://github.com/cybercog/laravel-eloquent-flag/releases) |
6 | | -[](https://github.com/cybercog/laravel-eloquent-flag/blob/master/LICENSE) |
| 3 | +<p align="center"> |
| 4 | +<a href="https://travis-ci.org/cybercog/laravel-eloquent-flag"><img src="https://img.shields.io/travis/cybercog/laravel-eloquent-flag/master.svg?style=flat-square" alt="Build Status"></a> |
| 5 | +<a href="https://styleci.io/repos/69245607"><img src="https://styleci.io/repos/69245607/shield" alt="StyleCI"></a> |
| 6 | +<a href="https://github.com/cybercog/laravel-eloquent-flag/releases"><img src="https://img.shields.io/github/release/cybercog/laravel-eloquent-flag.svg?style=flat-square" alt="Releases"></a> |
| 7 | +<a href="https://github.com/cybercog/laravel-eloquent-flag/blob/master/LICENSE"><img src="https://img.shields.io/github/license/cybercog/laravel-eloquent-flag.svg?style=flat-square" alt="License"></a> |
| 8 | +</p> |
7 | 9 |
|
8 | | -Eloquent flagged attributes behavior. Add commonly used flags to models very quick and easy. |
| 10 | +## Introduction |
9 | 11 |
|
10 | | - |
| 12 | +Eloquent flagged attributes behavior. Enhance eloquent models with commonly used flags like `Active`, `Published`, `Approved` and other in a minutes! |
11 | 13 |
|
12 | 14 | ## Features |
13 | 15 |
|
@@ -50,7 +52,7 @@ composer require cybercog/laravel-eloquent-flag |
50 | 52 |
|
51 | 53 | And then include the service provider within `app/config/app.php`. |
52 | 54 |
|
53 | | -*// Service provider not using yet. Will be used to boot console commands in future.* |
| 55 | +*// Service provider not using yet. This step not mandatory. Will be used to boot console commands in future.* |
54 | 56 |
|
55 | 57 | ```php |
56 | 58 | 'providers' => [ |
@@ -515,7 +517,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
515 | 517 |
|
516 | 518 | ## Security |
517 | 519 |
|
518 | | -If you discover any security related issues, please email support@cybercog.su instead of using the issue tracker. |
| 520 | +If you discover any security related issues, please email a.komarev@cybercog.su instead of using the issue tracker. |
519 | 521 |
|
520 | 522 | ## Credits |
521 | 523 |
|
|
0 commit comments