PHPackages                             binarycabin/laravel-toolbelt - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. binarycabin/laravel-toolbelt

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

binarycabin/laravel-toolbelt
============================

A handful of helper components and for Laravel

1.0.1(7y ago)01.1k↓87%MITPHP

Since Mar 9Pushed 7y agoCompare

[ Source](https://github.com/binarycabin/laravel-toolbelt)[ Packagist](https://packagist.org/packages/binarycabin/laravel-toolbelt)[ RSS](/packages/binarycabin-laravel-toolbelt/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Laravel Toolbelt
================

[](#laravel-toolbelt)

[![Build Status](https://camo.githubusercontent.com/d4c6afb1d148610acedf934398193432ff7bf42bd3b866aa8331648906833fb4/68747470733a2f2f7472617669732d63692e6f72672f62696e617279636162696e2f6c61726176656c2d746f6f6c62656c742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/binarycabin/laravel-toolbelt)[![StyleCI](https://camo.githubusercontent.com/0ebaf9de968145df52f11271bee6daa3c0b238bc1d1b3af8c7f4b6b165558f3e/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3137343031353631342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/174701943)[![Latest Stable Version](https://camo.githubusercontent.com/24ce0123385e81cfae09f8660c34d53c3e54398989244fe50a97ccc5e7e85813/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696e617279636162696e2f6c61726176656c2d746f6f6c62656c742e7376673f7374796c653d666c6174)](https://packagist.org/packages/binarycabin/laravel-toolbelt)[![Total Downloads](https://camo.githubusercontent.com/6e769fd2d6aeab4bbeef0add6328a06eccc3a8921fd7aab7354df580f3b960ac/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696e617279636162696e2f6c61726176656c2d746f6f6c62656c742e7376673f7374796c653d666c6174)](https://packagist.org/packages/binarycabin/laravel-toolbelt)

A handful of helper components and for Laravel

Installation
------------

[](#installation)

```
composer require binarycabin/laravel-toolbelt

```

Usage
-----

[](#usage)

### Commands

[](#commands)

#### init:roles

[](#initroles)

If using spatie/laravel-permission and binarycabin/options, you can auto create your default roles using the command:

```
php artisan init:roles

```

Note you should also have `use HasRoles;` set on your User Model, and an array of options ready at \\App\\Options\\Role;

#### make:user

[](#makeuser)

Create a new user via cl using

```
php artisan make:user

```

If using spatie/laravel-permission you can set a role for this user via:

```
php artisan make:user --role=admin

```

### Components:

[](#components)

#### Panels

[](#panels)

```
@component('toolbelt::components.panel',['title'=>'Panel Title'])
    Panel Body Content
@endcomponent

```

#### Tables

[](#tables)

(coming soon)

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

2671d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33656106?v=4)[Binary Cabin](/maintainers/binarycabin)[@binarycabin](https://github.com/binarycabin)

---

Top Contributors

[![kilrizzy](https://avatars.githubusercontent.com/u/132478?v=4)](https://github.com/kilrizzy "kilrizzy (5 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/binarycabin-laravel-toolbelt/health.svg)

```
[![Health](https://phpackages.com/badges/binarycabin-laravel-toolbelt/health.svg)](https://phpackages.com/packages/binarycabin-laravel-toolbelt)
```

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20619.4k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
