PHPackages                             codesleeve/platform-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. [Admin Panels](/categories/admin)
4. /
5. codesleeve/platform-core

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

codesleeve/platform-core
========================

Platform core contains the core functionality of platform which is the backend admin panel, users, roles, overall navigation. It also includes general helpers (such as macros)

v0.0.1(12y ago)34102[1 issues](https://github.com/CodeSleeve/platform-core/issues)[1 PRs](https://github.com/CodeSleeve/platform-core/pulls)1MITPHPPHP &gt;=5.3.0

Since Mar 19Pushed 11y ago2 watchersCompare

[ Source](https://github.com/CodeSleeve/platform-core)[ Packagist](https://packagist.org/packages/codesleeve/platform-core)[ RSS](/packages/codesleeve-platform-core/feed)WikiDiscussions master Synced 4d ago

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

### Getting Started

[](#getting-started)

First add to composer.json

```
	"codesleeve/platform-core": "dev-master"

```

then add the service provider to the `providers` array in your `app\config\app.php`

```
	"Codesleeve\Platform\CoreServiceProvider",

```

then run commands for database

```
	php artisan migrate --package codesleeve/platform-core
	php artisan db:seed --class "Codesleeve\Platform\Seeds\Platform"

```

you can setup extra stuff in your project by running the command but **this is only recommended for new projects**

```
	php artisan platform:setup

```

### Adding your own navigation

[](#adding-your-own-navigation)

You can easily tap into the navigation of platform by using the Navigation laravel facade or App::make('platform.navigation');

```
	$blog = [
		'title' => 'Blogs',
		'icon' => 'fa-pencil-square-o',
		'url' => route('blogs.index'),
		'shown' => can('update', 'Blogs'),
		'active' => 'blogs',
	];

	Navigation::add($blogs);

```

### Adjusting platform views

[](#adjusting-platform-views)

If you want to make a custom view you can modify any views after running

```
   $ php artisan view:publish codesleeve/platform-core

```

### Adding your own dashboard sections

[](#adding-your-own-dashboard-sections)

**TODO**Not implemented yet but on the radar.

```
Dashboard::add('view.name')

```

### Breadcrumbs helper

[](#breadcrumbs-helper)

**TODO**Add a tidbit about Breadcrumbs. Also add the ability to easily override the Breadcrumbs view that is made (just how the Pagination component works in Laravel);

### Additional helpers

[](#additional-helpers)

**TODO**Add the form helpers and macros we have in platform core here...

**TODO**

- I don't think we should rely on the BaseController for all the extra's. This would probably be better for a view.composer. Things like Breadcrumbs...
- Change the theme and colors to match the codesleeve.com website more... theme needs a little tinder love and care.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4440d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/797669?v=4)[Norbert FEdo Fedak](/maintainers/kelt)[@Kelt](https://github.com/Kelt)

---

Top Contributors

[![kdocki](https://avatars.githubusercontent.com/u/772706?v=4)](https://github.com/kdocki "kdocki (27 commits)")

### Embed Badge

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

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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