File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Doctrine Data Fixtures
2
2
3
+ [ ![ 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 )
4
+ [ ![ 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 )
5
+ [ ![ PHP Version] ( https://img.shields.io/badge/PHP-8.0%2b-blue )] ( https://img.shields.io/badge/PHP-8.0%2b-blue )
6
+ [ ![ Laravel Version] ( https://img.shields.io/badge/Laravel-8.x%2b-red )] ( https://img.shields.io/badge/Laravel-5.7%20to%208.x-red )
7
+ [ ![ Total Downloads] ( https://poser.pugx.org/api-skeletons/laravel-doctrine-data-fixtures/downloads )] ( //packagist.org/packages/api-skeletons/laravel-doctrine-data-fixtures )
8
+ [ ![ License] ( https://poser.pugx.org/api-skeletons/laravel-doctrine-data-fixtures/license )] ( //packagist.org/packages/api-skeletons/laravel-doctrine-data-fixtures )
9
+
10
+
3
11
Laravel has built-in support for 'seed' data. In seed data, the classes
4
12
are not namespaced and many developers treat seed data as a one-time
5
13
import. Seed data often uses auto-increment primary keys. Perhaps
Original file line number Diff line number Diff line change 31
31
"name" : " Tom H Anderson" ,
32
32
33
33
}
34
- ]
34
+ ],
35
+ "extra" : {
36
+ "laravel" : {
37
+ "providers" : [
38
+ " ApiSkeletons\\ Laravel\\ Doctrine\\ DataFixtures\\ ServiceProvider"
39
+ ]
40
+ }
41
+ }
35
42
}
You can’t perform that action at this time.
0 commit comments