Skip to content

Commit

Permalink
Custom SurvLoopSeeder for OP.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rockhopsoft committed Nov 3, 2019
1 parent 77c5604 commit 52edb01
Show file tree
Hide file tree
Showing 4 changed files with 9,190 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ XML included an automatically generated schema, eg.<br />

* php: >=7.2
* <a href="https://packagist.org/packages/laravel/laravel" target="_blank">laravel/laravel</a>: 5.8.*
* <a href="https://packagist.org/packages/wikiworldorder/survloop" target="_blank">wikiworldorder/survloop</a>: >=0.2.5
* <a href="https://packagist.org/packages/wikiworldorder/survloop" target="_blank">wikiworldorder/survloop</a>: >=0.2.7
* <a href="https://packagist.org/packages/flexyourrights/openpolice-departments" target="_blank">flexyourrights/openpolice-departments</a>: 0.1.*
* <a href="https://packagist.org/packages/flexyourrights/openpolice-website" target="_blank">flexyourrights/openpolice-website</a>: 0.1.*

Expand Down Expand Up @@ -97,8 +97,8 @@ $ nano composer.json
...
"require": {
...
"wikiworldorder/survloop": "^0.2.5",
"flexyourrights/openpolice": "^0.2.5",
"wikiworldorder/survloop": "^0.2.7",
"flexyourrights/openpolice": "^0.2.7",
...
},
...
Expand Down Expand Up @@ -158,10 +158,10 @@ $ vagrant ssh
$ cd code/openpolice
$ php artisan migrate
$ composer dump-autoload
$ php artisan db:seed --class=SurvLoopSeeder
$ php artisan db:seed --class=ZipCodeSeeder
$ php artisan db:seed --class=OpenPoliceSLSeeder
$ php artisan db:seed --class=OpenPoliceSeeder
$ php artisan db:seed --class=OpenPoliceDeptSeeder
$ php artisan db:seed --class=ZipCodeSeeder
$ php artisan optimize:clear
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"wikiworldorder/survloop": "^v0.2.6",
"wikiworldorder/survloop": "^v0.2.7",
"flexyourrights/openpolice-departments": "^v0.1.2",
"flexyourrights/openpolice-website": "^v0.1.1"
},
Expand Down
Loading

0 comments on commit 52edb01

Please sign in to comment.