Skip to content

Commit

Permalink
Merge pull request #3 from TomHAnderson/hotfix/service-provider
Browse files Browse the repository at this point in the history
Added badges and ServiceProvider to composer.json
  • Loading branch information
TomHAnderson authored Feb 5, 2022
2 parents 32ef2b4 + 0ece4b3 commit 0de1e4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Laravel Doctrine Data Fixtures

[![Build Status](https://github.com/API-Skeletons/laravel-doctrine-data-fixtures/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/API-Skeletons/laravel-doctrine-data-fixtures/actions/workflows/continuous-integration.yml?query=branch%3Amain)
[![Code Coverage](https://codecov.io/gh/API-Skeletons/laravel-doctrine-data-fixtures/branch/main/graphs/badge.svg)](https://codecov.io/gh/API-Skeletons/laravel-doctrine-data-fixtures/branch/main)
[![PHP Version](https://img.shields.io/badge/PHP-8.0%2b-blue)](https://img.shields.io/badge/PHP-8.0%2b-blue)
[![Laravel Version](https://img.shields.io/badge/Laravel-8.x%2b-red)](https://img.shields.io/badge/Laravel-5.7%20to%208.x-red)
[![Total Downloads](https://poser.pugx.org/api-skeletons/laravel-doctrine-data-fixtures/downloads)](//packagist.org/packages/api-skeletons/laravel-doctrine-data-fixtures)
[![License](https://poser.pugx.org/api-skeletons/laravel-doctrine-data-fixtures/license)](//packagist.org/packages/api-skeletons/laravel-doctrine-data-fixtures)


Laravel has built-in support for 'seed' data. In seed data, the classes
are not namespaced and many developers treat seed data as a one-time
import. Seed data often uses auto-increment primary keys. Perhaps
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@
"name": "Tom H Anderson",
"email": "[email protected]"
}
]
],
"extra": {
"laravel": {
"providers": [
"ApiSkeletons\\Laravel\\Doctrine\\DataFixtures\\ServiceProvider"
]
}
}
}

0 comments on commit 0de1e4b

Please sign in to comment.