PHPackages                             gufy/bootstrap - 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. [Framework](/categories/framework)
4. /
5. gufy/bootstrap

AbandonedLibrary[Framework](/categories/framework)

gufy/bootstrap
==============

Better Bootstrap Install for Laravel

v1.0.2(12y ago)190MITJavaScriptPHP &gt;=5.3.0

Since Mar 21Pushed 11y agoCompare

[ Source](https://github.com/mgufrone/laravel-bootstrap)[ Packagist](https://packagist.org/packages/gufy/bootstrap)[ RSS](/packages/gufy-bootstrap/feed)WikiDiscussions master Synced 4d ago

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

Laravel Bootstrap Package
=========================

[](#laravel-bootstrap-package)

Introduction
------------

[](#introduction)

This will make you easier to install Bootstrap Assets on your Laravel apps. This repository require [Asset Pipeline](https://github.com/CodeSleeve/asset-pipeline). We love simple, so i hope this package can get you an easy method to install bootstrap assets.

How to install
--------------

[](#how-to-install)

Install this package is pretty simple, on your laravel apps. Update your composer.json by adding this code

```
"require":{
	"gufy/bootstrap":"dev-master"
}

```

Once you've done updating your composer.json, Add this script to your `app/config/app.php` on service providers section

```
'Gufy\Bootstrap\BootstrapServiceProvider',

```

Then, you need to run this command, so it will be automatically register bootstrap assets on javascript and css files. Make sure you only run this once.

Registering Assets
------------------

[](#registering-assets)

Before registering assets, you have to run this command first

```
php artisan assets:setup // from codesleeve/asset-pipeline command

```

I have already provided this assets to the structure directories

- Bootstrap
- Angular JS
- Font Awesome
- Fancybox
- Datatables

Or type this to know what have been provided by this package.

```
php artisan bootstrap:list

```

In some case, maybe you want to install bootstrap. It's simple, type this command to install bootstrap asset.

```
php artisan bootstrap:install bootstrap

```

To make sure bootstrap is installed, check `app/assets/javascripts/application.js` and the content is containing `//= require bootstrap` and `app/assets/stylesheets/application.css` containing `*= require bootstrap`.

Updating Assets (new)
---------------------

[](#updating-assets-new)

This feature available at v1.0.2. Well, since we have install feature, we will also need to update all of it. To update your assets, it's pretty simple. just type this

```
php artisan bootstrap:update

```

Or, if you want to update specific asset only, you can do this

```
php artisan bootstrap:update angular

```

That's it. Simple, isn't it?

Changelog
---------

[](#changelog)

See [Changelog](Changelog.md)

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

[](#contributing)

I love contribution and collaboration. Just fork and make some patch, then make a pull request to this repository.

Thanks. :-)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 96.9% 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 ~27 days

Total

3

Last Release

4383d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/146045212?v=4)[mgufron](/maintainers/mgufron)[@MGufron](https://github.com/MGufron)

---

Top Contributors

[![mgufrone](https://avatars.githubusercontent.com/u/1408044?v=4)](https://github.com/mgufrone "mgufrone (31 commits)")[![gufronbeon](https://avatars.githubusercontent.com/u/4893611?v=4)](https://github.com/gufronbeon "gufronbeon (1 commits)")

### Embed Badge

![Health badge](/badges/gufy-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/gufy-bootstrap/health.svg)](https://phpackages.com/packages/gufy-bootstrap)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[stancl/tenancy

Automatic multi-tenancy for your Laravel application.

4.3k6.6M40](/packages/stancl-tenancy)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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