library laravel-rackbeat
Laravel Integration With Rackbeat App
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
Laravel Rackbeat App wrapper
, (*1)
Installation
- 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,
// ...
]
- Copy the package config to your local config with the publish command:
bash
php artisan vendor:publish --provider="Rackbeat\RackbeatServiceProvider"
, (*3)
dev-master
9999999-dev
Laravel Integration With Rackbeat App
Sources
Download
MIT
The Requires
by
Stefan Ninic
v1.1
1.1.0.0
Laravel Integration With Rackbeat App
Sources
Download
MIT
The Requires
by
Stefan Ninic
v1.0
1.0.0.0
Laravel Integration With Rackbeat App
Sources
Download
MIT
The Requires
by
Stefan Ninic