https://shields.io/badges/git-hub-package-json-dynamic
Official API docs: https://documenter.getpostman.com/view/663428/RzfmES4z?version=latest
Via Composer
composer require uzsoftic/laravel-eskizNext, we need to add package service provider to config/app.php inside providers array.
Uzsoftic\LaravelEskiz\LaravelEskizServiceProvider::class,And
php artisan vendor:publish --provider=Uzsoftic\LaravelEskiz\LaravelEskizServiceProviderAfter installation, we need to migrate command.
php artisan migrateOr
php artisan migrate --path=/database/migrations/2023_08_26_190625_create_eskiz_config_table.phpphp artisan migrate --path=/database/migrations/2023_08_26_190642_create_eskiz_sms_table.phpConfigure with admin panel
/admin/eskizsms/config
Generate Eskiz SMS Token
php artisan laravel-eskiz:generatePlease see the changelog for more information on what has changed recently.
$ composer testIf you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.
Developer: Umarov Kamoliddin! 😉