PHPackages                             bittenbyte/laravel-bulma-components - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. bittenbyte/laravel-bulma-components

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

bittenbyte/laravel-bulma-components
===================================

View components and Sublime Text snippets to integrate Bulma.io easier into your Laravel 5.4 (or more) projects

0.1.3(9y ago)41051MITHTMLPHP &gt;=5.6.4

Since Feb 1Pushed 9y ago2 watchersCompare

[ Source](https://github.com/BittenByte/laravel-bulma-components)[ Packagist](https://packagist.org/packages/bittenbyte/laravel-bulma-components)[ Docs](https://github.com/BittenByte/laravel-bulma-components)[ RSS](/packages/bittenbyte-laravel-bulma-components/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

Laravel Bulma Components
========================

[](#laravel-bulma-components)

View components and Sublime Text snippets to integrate Bulma.io easier into your Laravel 5.4 (or more) projects.

Install
-------

[](#install)

Via Composer

```
$ composer require bittenbyte/laravel-bulma-components
```

Setup
-----

[](#setup)

Add the service provider to your config/app.php

```
BittenByte\LaravelBulmaComponents\LaravelBulmaComponentsServiceProvider::class,
```

optionally you can publish vendor assets and customize/modify those view components

```
php artisan vendor:publish --tag="views" --provider="BittenByte\LaravelBulmaComponents\LaravelBulmaComponentsServiceProvider"

```

If you want you want to use ST3 snippets we recommend you to symlink the snippets folder. To do that just:

```
# Clone this repo
cd ~/your-git-repos
git clone git@github.com:BittenByte/laravel-bulma-components.git
#cd to your sublime Packages/User folder, in our case (Mac Os X)
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/
ln -s ~/your-git-repos/snippets bulma-snippets

```

Examples
--------

[](#examples)

### Section (snippet `bl-section,tab`)

[](#section-snippet-bl-sectiontab)

```
    {{-- Your blade stuff --}}

    @component('bulma::layout.section', ['id' => 'my-id', 'class' => 'is-blue'])
        my section content
    @endcomponent

    {{-- Your blade stuff --}}

```

### Section (snippet `bl-level,tab`)

[](#section-snippet-bl-leveltab)

```
    {{-- Your blade stuff --}}

    @component('bulma::components.level', ['class' => 'is-mobile'])
        {{-- Left/Right level starts here --}}
        @slot('leftSide')

                something

        @endslot
        @slot('rightSide')  @endslot
        {{-- Left/Right level ends here --}}

        {{-- Centered level starts here --}}

                something

        {{-- Centered level ends here --}}
    @endcomponent

    {{-- Your blade stuff --}}

```

### Media (snippet `bl-media,tab`)

[](#media-snippet-bl-mediatab)

```
    {{-- Your blade stuff --}}

    @component('bulma::components.media', ['id' => 'my-id', 'class' => 'is-blue'])
        @slot('mediaLeft')

        @endslot
        your media content
    @endcomponent

    {{-- Your blade stuff --}}

```

### Media (snippet `bl-card,tab`)

[](#media-snippet-bl-cardtab)

```
    {{-- Your blade stuff --}}

    @component('bulma::components.card', [
        'id' => 'my-id',
        'class' => 'is-blue',
        'cardImage' => [
            'src' => 'http://bulma.io/images/placeholders/1280x960.png',
            'alt' => 'some alt attribute'
        ],
        ])
        @slot('header') My header @endslot
        my content
        @slot('footer')
            Save
            Edit
            Delete
        @endslot
    @endcomponent

    {{-- Your blade stuff --}}

```

To-do
-----

[](#to-do)

More blade sections to add and sublime snippet

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [BittenByte](http://www.bittenbyte.io)
- [Jose H. Milán](http://www.jmilan.net)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~1 days

Total

4

Last Release

3380d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1105e151a2eeb57510b2a74dec01375b032efa4ac1be91a8df6892e15d7da2d?d=identicon)[jhmilan](/maintainers/jhmilan)

---

Top Contributors

[![jhmilan](https://avatars.githubusercontent.com/u/19405?v=4)](https://github.com/jhmilan "jhmilan (10 commits)")

---

Tags

laravelemailpostforward

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bittenbyte-laravel-bulma-components/health.svg)

```
[![Health](https://phpackages.com/badges/bittenbyte-laravel-bulma-components/health.svg)](https://phpackages.com/packages/bittenbyte-laravel-bulma-components)
```

###  Alternatives

[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[rdanusha/laravel-elastic-email

Package for send emails with attachments via elastic email driver

1114.5k](/packages/rdanusha-laravel-elastic-email)[signaturetech/laravel-otp

A package to generate and manage otp

181.2k](/packages/signaturetech-laravel-otp)

PHPackages © 2026

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