PHPackages                             miguelsapalo/ms-free-responsive-web-ui-kit-dashboard-template-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. miguelsapalo/ms-free-responsive-web-ui-kit-dashboard-template-bootstrap

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

miguelsapalo/ms-free-responsive-web-ui-kit-dashboard-template-bootstrap
=======================================================================

Boilerplate UI com Bootstrap 4 e jQuery para Laravel

v1.0.0(1y ago)01MITBladePHP ^8.1|^8.2|^8.3|^8.4

Since May 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/migueltchiyovosapalalo827/MS-Free-Responsive-Web-UI-Kit-Dashboard-Template-bootstrap)[ Packagist](https://packagist.org/packages/miguelsapalo/ms-free-responsive-web-ui-kit-dashboard-template-bootstrap)[ RSS](/packages/miguelsapalo-ms-free-responsive-web-ui-kit-dashboard-template-bootstrap/feed)WikiDiscussions main Synced today

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

MS-Free-Responsive-Web-UI-Kit-Dashboard-Template-bootstrap
==========================================================

[](#ms-free-responsive-web-ui-kit-dashboard-template-bootstrap)

Starter kit Laravel com Bootstrap 4, jQuery, autenticação e permissões.

Instalação
----------

[](#instalação)

```
composer require miguelsapalo/ms-free-responsive-web-ui-kit-dashboard-template-bootstrap
php artisan vendor:publish --tag=starter-kit-assets
php artisan vendor:publish --tag=starter-kit-views
```

Permissões
----------

[](#permissões)

Use o seeder abaixo para criar permissões:

```
use Spatie\Permission\Models\Role;
use Spatie\Permission\Models\Permission;

$admin = Role::create(['name' => 'admin']);
$user = Role::create(['name' => 'user']);

$viewDashboard = Permission::create(['name' => 'view dashboard']);
$admin->givePermissionTo($viewDashboard);
$user->givePermissionTo($viewDashboard);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance45

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

426d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/69122010?v=4)[Miguel tchiyovo sapalalo ](/maintainers/migueltchiyovosapalalo827)[@migueltchiyovosapalalo827](https://github.com/migueltchiyovosapalalo827)

---

Top Contributors

[![migueltchiyovosapalalo827](https://avatars.githubusercontent.com/u/69122010?v=4)](https://github.com/migueltchiyovosapalalo827 "migueltchiyovosapalalo827 (2 commits)")[![migueltchiyovosapalalo](https://avatars.githubusercontent.com/u/59967352?v=4)](https://github.com/migueltchiyovosapalalo "migueltchiyovosapalalo (1 commits)")

### Embed Badge

![Health badge](/badges/miguelsapalo-ms-free-responsive-web-ui-kit-dashboard-template-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/miguelsapalo-ms-free-responsive-web-ui-kit-dashboard-template-bootstrap/health.svg)](https://phpackages.com/packages/miguelsapalo-ms-free-responsive-web-ui-kit-dashboard-template-bootstrap)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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