| Package Data | |
|---|---|
| Maintainer Username: | danielrhodeswarp |
| Maintainer Contact: | daniel.rhodes@warpasylum.co.uk (Daniel Rhodes) |
| Package Create Date: | 2016-01-02 |
| Package Last Update: | 2024-12-07 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 15:05:59 |
| Package Statistics | |
|---|---|
| Total Downloads: | 21 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 1 |
It's the Git Branch Bubble which will make the current Git branch you are working on face-punchingly obvious when developing your Laravel 5 projects. It's useful if you are paranoid, forgetful or both.
composer require --dev danielrhodeswarp/git-branch-bubble
Then add Danielrhodeswarp\GitBranchBubble\GitBranchBubbleServiceProvider::class to the 'providers' bit of your project's /config/app.php
You may publish the gitbranchbubble.php config file into your project (php artisan vendor:publish) and then tinker with some visual properties of the bubble.
Git branch will show as "unknown" under any and all failure / fringe cases (Git not installed, Laravel project not a Git repo, something wrong with Git etc).