faustbrian/laravel-carriers
Seed and use mobile-codes in Laravel.
1.2.0
2018-11-10 06:47 UTC
Requires
- php: ^7.1
- illuminate/support: 5.5.* || 5.6.* || 5.7.*
- faustbrian/mobile-codes: ^1.0
- illuminate/database: 5.5.* || 5.6.* || 5.7.*
Requires (Dev)
- graham-campbell/testbench: ^5.0
- mockery/mockery: ^1.0
- phpunit/phpunit: ^6.5
README
Installation
Require this package, with Composer, in the root directory of your project.
$ composer require faustbrian/laravel-carriers
To get started, you'll need to publish the vendor assets and migrate the carriers table:
php artisan vendor:publish --provider="BrianFaust\Carriers\CarriersServiceProvider" && php artisan migrate
Now you can seed the carriers into the database like this.
php artisan carriers:seed
Testing
$ phpunit
Security
If you discover a security vulnerability within this package, please send an e-mail to hello@brianfaust.me. All security vulnerabilities will be promptly addressed.