PHPackages                             componist/core - 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. componist/core

ActiveLibrary

componist/core
==============

....coming soon

051BladeCI failing

Since Mar 12Pushed 2mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Starter Kit Componist Core
==========================

[](#starter-kit-componist-core)

folgende Komponente sind am Board

- Menü Block und Menü Items
- Benachrichtigung im Benutzer Account
- - Benachrichtigung per API URL erstellen

Install
-------

[](#install)

### Install Packages

[](#install-packages)

```
composer require componist/core
```

### Delete default Files

[](#delete-default-files)

```
# Tailwind config file
del ./tailwind.config.js

# Vite config file
del ./vite.config.js

# Default Dashboard view
del ./resources/views/dashboard.blade.php

# Delete default app.css
del ./resources/css/app.css

#Delete default app.js
del ./resources/js/app.js

#Delete default package.json
del ./package.json
```

### Publish config file

[](#publish-config-file)

```
#Configuration Install
php artisan vendor:publish --tag=componist.core.install

# Blade Componentes Publishe (optional)
php artisan vendor:publish --tag=core.publishes

#Layout (optional)
# php artisan vendor:publish --tag=core.publishes.layouts // wurde auskommentiert

#Core Components (optional)
php artisan vendor:publish --tag=core.components

#Core ERRORS pages (optional)
php artisan vendor:publish --tag=core.pages.errors

#Core Dashboard pages (optional)
php artisan vendor:publish --tag=core.page.dashboard
```

### Core Seeder

[](#core-seeder)

run seed with

```
# Settings
 php artisan db:seed --class="Componist\Core\Seeders\SettingsTableSeeder"

# Menu
 php artisan db:seed --class="Componist\Core\Seeders\MenuTableSeeder"

# Menu Item
php artisan db:seed --class="Componist\Core\Seeders\MenuItemTableSeeder"
```

### Run NPM runner

[](#run-npm-runner)

```
npm run build
```

---

Open
----

[](#open)

- Login System
- - login erst die email eingeben (email zwischen speichern) mal schauen wer alles versuch sich einzulogen
- - im account settings hast du die wahl wie du dich einlogen willst mit password oder email token
- - standart ist passwort

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance57

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![Reinhold-Jesse](https://avatars.githubusercontent.com/u/88349887?v=4)](https://github.com/Reinhold-Jesse "Reinhold-Jesse (30 commits)")

### Embed Badge

![Health badge](/badges/componist-core/health.svg)

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

PHPackages © 2026

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