PHPackages                             pine207/pine-dashboard - 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. pine207/pine-dashboard

ActiveLibrary

pine207/pine-dashboard
======================

Pacote dashboard para laravel 8

v1.0.0(2y ago)03MITJavaScriptPHP ^8.0

Since Apr 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/felipe207/pine-dashboard)[ Packagist](https://packagist.org/packages/pine207/pine-dashboard)[ RSS](/packages/pine207-pine-dashboard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (5)Used By (0)

bredi-dashboard
===============

[](#bredi-dashboard)

Pacote dashboard para projetos Laravel 9

Instruções de uso
-----------------

[](#instruções-de-uso)

### Instalando o pacote

[](#instalando-o-pacote)

1 - Adicione as seguintes dependências ao composer.json do seu projeto:

Em require:

```
"brediweb/bredi-dashboard": "9.x",
"brediweb/imagemupload": "9.x",
```

Ao final do arquivo, adicione:

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/brediweb/imagem-upload"
    },
    {
        "type": "vcs",
        "url": "https://github.com/brediweb/bredi-dashboard"
    }
]
```

2 - Instalação:

Faça a instalação do composer:

```
composer install
```

Se é a primeira vez que você irá instalar o pacote, será pedido um token, referênte aos repositórios da Bredi no github, solicite a mesma ao Erick ou ao Michel.

3 - Após instalar o pacote, execute o seguinte comando:

OBS: Antes de rodar este comando, lembre-se de configurar corretamente o arquivo .env

```
php artisan dashboard:install
```

### Rotas

[](#rotas)

Exemplo de rotas do controle

```
Route::group([
    'prefix'        => 'controle/',
    'middleware'    => ['web', 'auth:sanctum', 'verified'],
    'as'            => 'controle.'
] ,function () {

    /*--------------------------------------------------------------------------
    | Adicione as rotas do controle aqui dentro
    |--------------------------------------------------------------------------*/

    ...

    /*--------------------------------------------------------------------------
    | Rotas para Gerenciamento de Empreendimentos
    |--------------------------------------------------------------------------*/
    Route::prefix('empreendimentos')->name('empreendimentos.')->group(function () {
        $controller = EmpreendimentoController::class;
        Route::get('/', [$controller, 'index'])->middleware('permission:Visualizar empreendimento')->name('index');
        Route::get('/create', [$controller, 'create'])->middleware('permission:Cadastrar empreendimento')->name('create');
        Route::post('/store', [$controller, 'store'])->middleware('permission:Cadastrar empreendimento')->name('store');
        Route::get('/edit/{id}', [$controller, 'edit'])->middleware('permission:Alterar empreendimento')->name('edit');
        Route::put('/update/{id}', [$controller, 'update'])->middleware('permission:Alterar empreendimento')->name('update');
        Route::delete('/delete/{id}', [$controller, 'delete'])->middleware('permission:Excluir empreendimento')->name('delete');
    });

    ...

});
```

### Login inicial

[](#login-inicial)

user: senha: bredi

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% 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 ~285 days

Total

3

Last Release

922d ago

Major Versions

8.x-dev → 9.x-dev2023-08-25

PHP version history (2 changes)8.x-devPHP ^7.3|^8.0

9.x-devPHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/284528cfa6231ac37cb4fde88c8777d96d5048e84e6c0d8e97b3afd9e268ab59?d=identicon)[felipe207](/maintainers/felipe207)

---

Top Contributors

[![Ilvini](https://avatars.githubusercontent.com/u/24575283?v=4)](https://github.com/Ilvini "Ilvini (29 commits)")[![msmaioral](https://avatars.githubusercontent.com/u/14186996?v=4)](https://github.com/msmaioral "msmaioral (2 commits)")[![PINHEIRO207](https://avatars.githubusercontent.com/u/66948626?v=4)](https://github.com/PINHEIRO207 "PINHEIRO207 (2 commits)")[![moraismarcelo](https://avatars.githubusercontent.com/u/59709842?v=4)](https://github.com/moraismarcelo "moraismarcelo (1 commits)")

### Embed Badge

![Health badge](/badges/pine207-pine-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/pine207-pine-dashboard/health.svg)](https://phpackages.com/packages/pine207-pine-dashboard)
```

###  Alternatives

[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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