yakimka / laravel-notification-channel-turbosms

Turbo SMS notification channel for Laravel 5.3+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install on laravel 5.4.*

CrazyFreeMan opened this issue · comments

composer require yakimka/laravel-notification-channel-turbosms:*
Error:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package yakimka/laravel-notification-channel-turbosms * is satisfiable by yakimka/laravel-notification-channel-turbosms[dev-master] but these conflict with your requirements or minimum-stability.

Installation failed, reverting ./composer.json to its original content.

Sorry about this, in the near future I will release the first stable version. In the meantime, you can install the package like this:

  1. Add to your composer.json to require section:
    "yakimka/laravel-notification-channel-turbosms": "@dev"
  2. Run composer update

v1.0.0