Note : Not recommended for production use as per the current state of the application.
Official API docs: https://documenter.getpostman.com/view/663428/RzfmES4z?version=latest
Note: Please don't use this application on production for now as data isn't validated.
Via Composer
composer require uzsoftic/laravel-eskiz
Next, 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\LaravelEskizServiceProvider
After installation, we need to migrate command.
php artisan migrate
Or
php artisan migrate --path=/database/migrations/2023_08_26_190625_create_eskiz_config_table.php
php artisan migrate --path=/database/migrations/2023_08_26_190642_create_eskiz_sms_table.php
Configure with admin panel
example.com/admin/eskizsms/config
Generate Eskiz SMS Token
php artisan laravel-eskiz:generate
Please see the changelog for more information on what has changed recently.
composer test
If you discover any security related issues, please email softuzb@gmail.com instead of using the issue tracker.
MIT. Please see the license file for more information.
Developer: Umarov Kamoliddin! :wink:
Bugs and requests, submit them through the project's issues section
Create an issue in issues section of the repository keeping [Feature Request] as a prefix in the title.