2017 © Pedro Peláez
 

library active-trail

active-trail.

image

yehudafh/active-trail

active-trail.

  • Wednesday, December 27, 2017
  • by yehudafh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 348 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 24 % Grown

The README.md

Laravel Activetrail

Installation

Laravel Activetrail requires Laravel 5.5 or higher, and PHP 7.0+., (*1)

You may use Composer to install Laravel Activetrail into your Laravel project:, (*2)

composer require yehudafh/active-trail

Configuration

After installing the Laravel Activetrail, publish its config, using the vendor:publish Artisan command:, (*3)

php artisan vendor:publish --provider="Yehudafh\ActiveTrail\ActiveTrailServiceProvider"

Basic Usage

Add or Update user in activetrail:, (*4)

ActiveTrail::email('test@example.com')
    # Optional ->
    // ->sms('+972000000000')
    // ->status()
    // ->fullname('test test') #or  ->firstName()->lastName()
    // ->street()
    // ->zipCode()
    // ->city()
    // ->phone1()
    // ->phone2()
    // ->fax()
    // ->birthday()
    // ->anniversary()
    // ->isDoNotMail()
    // ->isDeleted()
    ->update();

Update user groups:, (*5)

ActiveTrail::email('test@example.com')
    ->addToGroup(1234);

ActiveTrail::email('test@example.com')
    ->addToGroups([1234, 45678]);

ActiveTrail::email('test@example.com')
    ->removeFromGroups([1234, 45678]);

Update user email, (*6)

ActiveTrail::updateEmail('test@example.com', 'new@example.com');

Unsubscribed User:, (*7)

ActiveTrail::email('test@example.com')->unsubscribed();

For more info found in the ActiveTrail Documentation., (*8)

Contributing

Thank you for considering contributing to the Activetrail., (*9)

License

Laravel Activetrail is open-sourced software licensed under the MIT license., (*10)

The Versions

27/12 2017

dev-master

9999999-dev

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

27/12 2017

v1.1.0

1.1.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

27/12 2017

v0.0.1

0.0.1.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

27/12 2017

v0.6.0

0.6.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

27/12 2017

v0.9.0

0.9.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

27/12 2017

v1.0.0

1.0.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

21/11 2017

v0.5.0

0.5.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

20/11 2017

v0.4.0

0.4.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

14/11 2017

v0.3.0

0.3.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

14/11 2017

v0.2.0

0.2.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail

09/11 2017

0.1

0.1.0.0

active-trail.

  Sources   Download

MIT

The Requires

 

by yehuda fahima

laravel active trail