Download the PHP package multimedia-street/forever without Composer
On this page you can find all versions of the php package multimedia-street/forever. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download multimedia-street/forever
More information about multimedia-street/forever
Files in multimedia-street/forever
Package forever
Short Description Forever broadcasting <3
License MIT
Homepage https://github.com/multimedia-street/forever
Informations about the package forever
Forever
Forever broadcasting.
Install
NPM
Add the required Nodejs Packages.
Via Composer
Require the multimedia-street/forever
package in your composer.json and update your dependencies.
Add Service Provider
Include the Service Provider to your config/app.php
in providers array
Optional Publish Configuration
You can publish the configuration.
This will create config/forever.php
.
port
Port number for forever listen. Default 3000
channel
Channel of the forever. This will be added on broadcastOn()
array of your events, if your events implements the interface ShouldBroadcast
. Default global
.
Commands
Example usage
forever:generate
Generate a forever.js
file to your base app.
forever:start
Start the forever service. This also generate a forever.js
forever:stop
[-c|--clear]
Stop the forever service. Option --clear
will also delete the logs afterwards, this is only calling the forever:clear
forever:clear
Clear the forever logs.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Credits
- Jay Are Galinada
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of forever with dependencies
illuminate/support Version >=5.1
illuminate/console Version >=5.1
illuminate/broadcasting Version >=5.1
illuminate/view Version >=5.1