Download the PHP package bndwgn/laravel-bandwagon without Composer
On this page you can find all versions of the php package bndwgn/laravel-bandwagon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bndwgn/laravel-bandwagon
More information about bndwgn/laravel-bandwagon
Files in bndwgn/laravel-bandwagon
Package laravel-bandwagon
Short Description Social proof package for Laravel
License MIT
Homepage https://github.com/bndwgn/laravel-bandwagon
Informations about the package laravel-bandwagon
Introduction
This is a Laravel package to help promote social proof and legitimacy within your application. With a simple blade component added to any page you can share with potential customers or users that other customers are using and/or paying for your product. A simple pop-up will display in the corner of page with information such as "Someone from New York purchased the business plan 2 minutes ago."
Full documentation can be found at laravelbandwagon.com
Getting Started
Installation
You can install this package via composer using:
The package will automatically register its service provider.
To publish the config file to config/bandwagon.php
run:
Rendering the component
To render the component just add the component to any or all desired pages like so:
Publishing an event to users
To use the example of sharing a purchase with people who are on the purchase page of your application you would just add the following:
This will create a new Bandwagon record which then any users who are on the purchase page where you render the component (<x-bandwagon-renderer />
) will see.
Credits
- Alex Harris
- All Contributors
License
The MIT License (MIT). Please see License File for more information.