webappid / profession
Daftar List Pekerjaan Di Indonesia
1.0.0
2018-09-23 02:43 UTC
Requires
- php: >=7.1.0
- illuminate/support: ~5.5
Requires (Dev)
- mockery/mockery: dev-master@dev
- orchestra/testbench: ~3.5
- phpunit/phpunit: 7.2.6
- squizlabs/php_codesniffer: 3.*
This package is not auto-updated.
Last update: 2024-11-02 02:27:36 UTC
README
Laravel package for indonesian profession list.
Install Package
Install package via composer
composer require webappid/profession
Migration
php artisan migrate
Seed the data
php artisan webappid:profession:seed
Note: just put the seed method into your autodeploy, it will add the new data if any and update the current data if needed.