Skip to content

Commit

Permalink
sms package created from bell
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Apr 6, 2024
1 parent 09b95c6 commit 1c760c7
Show file tree
Hide file tree
Showing 115 changed files with 364 additions and 5,891 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/fintech/Bell/discussions/new?category=q-a
url: https://github.com/laraflow/sms/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
url: https://github.com/fintech/Bell/discussions/new?category=ideas
url: https://github.com/laraflow/sms/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/fintech/Bell/security/policy
url: https://github.com/laraflow/sms/security/policy
about: Learn how to notify us for sensitive bugs
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
build
composer.lock
coverage
docs
phpunit.xml
phpstan.neon
testbench.yaml
Expand Down
38 changes: 25 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,39 @@
{
"name": "fintech/bell",
"description": "This is my package bell",
"name": "laraflow/sms",
"description": "This package allow users to change the sms driver without affecting the notification class or route name.",
"keywords": [
"fintech",
"laraflow",
"laravel",
"bell"
"sms",
"notification",
"channels",
"clicknsend",
"messagebird",
"twilio",
"telnyx",
"smsbroadcast",
"africastalking",
"infobip",
"clickatell"
],
"homepage": "https://github.com/fintech/bell",
"homepage": "https://github.com/laraflow/sms",
"license": "MIT",
"authors": [
{
"name": "Mohammad Hafijul Islam",
"email": "hafijul233@gmail.com",
"role": "Developer"
},
{
"name": "Mohammad Ariful Haque",
"email": "mah.shamim@gmail.com",
"role": "Maintainer"
}
],
"require": {
"php": "^8.1",
"fintech/core": "*",
"illuminate/contracts": "^10.0",
"owen-it/laravel-auditing": "^13.5"
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand All @@ -35,12 +49,12 @@
},
"autoload": {
"psr-4": {
"Fintech\\Bell\\": "src/"
"Laraflow\\Sms\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Fintech\\Bell\\Tests\\": "tests/"
"Laraflow\\Sms\\Tests\\": "tests/"
}
},
"scripts": {
Expand All @@ -60,12 +74,10 @@
"extra": {
"laravel": {
"providers": [
"Fintech\\Bell\\BellServiceProvider"
"Laraflow\\Sms\\SmsServiceProvider"
],
"aliases": {
"Bell": "Fintech\\Bell\\Facades\\Bell",
"push": "MobilePushChannel",
"sms": "Fintech\\Bell\\Channels\\SmsChannel"
"sms": "Laraflow\\Sms\\Channels\\SmsChannel"
}
}
},
Expand Down
289 changes: 0 additions & 289 deletions config/bell.php

This file was deleted.

Loading

0 comments on commit 1c760c7

Please sign in to comment.