PHPackages                             signalads-co/laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. signalads-co/laravel

ActiveLaravel-package[API Development](/categories/api)

signalads-co/laravel
====================

laravel signalads integration

1.0.5(3y ago)014MITPHP

Since Dec 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/signalads-co/signalads-laravel)[ Packagist](https://packagist.org/packages/signalads-co/laravel)[ RSS](/packages/signalads-co-laravel/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Signalads Laravel
=================

[](#signalads-laravel)

**First of all you will ned an [API Key](https://sms.signalads.com/user/web-service/web-service-list "API Key") . You can get one [Here](https://sms.signalads.com).**

##### Supported Laravel Versions:

[](#supported-laravel-versions)

Laravel VersionSupport3.0💔4.0✅5.0✅6.0✅7.0✅8.0✅9.0✅> We highly recomment you to always use the latest version of laravel

Installation
============

[](#installation)

Step 1 - Install the package
----------------------------

[](#step-1---install-the-package)

- **Method 1**: You can install signalads/laravel with Composer directly in your project:

```
composer require signalads-co/laravel
```

- **Method 2**: Add this line to **Composer.json** file in your project

```
"signalads/laravel": "*"
```

Then run following command to download extension using **composer**

```
$ composer update
```

Step 2 - Publish
----------------

[](#step-2---publish)

Run this command in your project dirctory:

```
php artisan vendor:publish --tag=signalads-laravel

```

Step 3 - Api-Key
----------------

[](#step-3---api-key)

Now you must define your [API Key](https://sms.signalads.com/user/web-service/web-service-list "API Key") and Your Line to project. for this head to **config/signalads.php** then put your API KEY in the code:

```
