uconn-core / kennel-seeder
Pulls user data from the Kennel API server
Installs: 341
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/uconn-core/kennel-seeder
Requires
- guzzlehttp/guzzle: ^6.2
- illuminate/database: ^5.4
- illuminate/support: ^5.4
This package is not auto-updated.
Last update: 2025-12-25 02:14:34 UTC
README
Provide your projects with fresh user data from the UConn Kennel!
Setting up your development environment
docker-compose up -d # start containers
. scripts/attach.sh # attach to workspace container
# inside container:
composer install # pull in packages
Setting up kennel-seeder on a project
Run composer require uconn-core/kennel-seeder.
Then add KennelSeeder\KennelServiceProvider to your providers list in your config/app.php file.
Also, make sure to set the URL and API key in your .env files.
If you're having trouble, see [https://gitlab.com/uconn-core/faculty-travel/merge_requests/7/commits], [https://gitlab.com/uconn-core/faculty-travel/merge_requests/8/commits], and [https://gitlab.com/uconn-core/faculty-travel/blob/8424743884691a30a3db8fa27d935125cace853c/.env.example#L35-36]
Also please read the Kennel docs.