2017 © Pedro Peláez
 

library laravel-rackbeat

Laravel Integration With Rackbeat App

image

kg-bot/laravel-rackbeat

Laravel Integration With Rackbeat App

  • Tuesday, July 24, 2018
  • by kg-bot
  • Repository
  • 2 Watchers
  • 1 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 48 % Grown

The README.md

Laravel Rackbeat App wrapper

Total Downloads Latest Stable Version License , (*1)

Installation

  1. Require using composer

``` bash composer require kg-bot/laravel-rackbeat, (*2)


In Laravel 5.5, and above, the package will auto-register the service provider. In Laravel 5.4 you must install this service provider. 2. Add the RackbeatServiceProvider to your `config/app.php` providers array. ``` php <?php 'providers' => [ // ... \Rackbeat\RackbeatServiceProvider::class, // ... ]
  1. Copy the package config to your local config with the publish command:

bash php artisan vendor:publish --provider="Rackbeat\RackbeatServiceProvider", (*3)

The Versions

24/07 2018

dev-master

9999999-dev

Laravel Integration With Rackbeat App

  Sources   Download

MIT

The Requires

 

by Stefan Ninic

04/04 2018

v1.1

1.1.0.0

Laravel Integration With Rackbeat App

  Sources   Download

MIT

The Requires

 

by Stefan Ninic

02/04 2018

v1.0

1.0.0.0

Laravel Integration With Rackbeat App

  Sources   Download

MIT

The Requires

 

by Stefan Ninic