oh-my-cod3 / people-manager
Un package di livello medio alto
0.1
2022-04-14 16:35 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^9.0
- spatie/laravel-query-builder: ^5.0
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
README
You can install the package via composer:
composer require oh-my-cod3/people-manager
Set up
Create tables (people and planets):
php artisan migrate
Usage
php artisan pm:import
API
GET: /api/people
GET: /api/people/{person_id}
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email ohmycode@nomail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.