PHPackages                             adminos/skeleton - 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. adminos/skeleton

ActiveProject[Admin Panels](/categories/admin)

adminos/skeleton
================

Starter Laravel + Filament template for ADMINOS client projects. Use via 'composer create-project adminos/skeleton my-client'.

v0.1.0-alpha.3(1mo ago)00proprietaryPHPPHP ^8.3

Since Apr 27Pushed 1mo agoCompare

[ Source](https://github.com/AdminosCZ/skeleton)[ Packagist](https://packagist.org/packages/adminos/skeleton)[ Docs](https://adminos.cz)[ RSS](/packages/adminos-skeleton/feed)WikiDiscussions main Synced 1w ago

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

ADMINOS Skeleton
================

[](#adminos-skeleton)

Starter Laravel + Filament template for client projects built on the ADMINOS platform.

What you get out of the box
---------------------------

[](#what-you-get-out-of-the-box)

- Laravel 13 + Filament 4 admin panel at `/admin`
- Apple-vibe theme with five primary colour schemes (modrá, zelená, červená, magenta, černá), per-client logo / favicon upload, dark mode
- CZ / SK / EN localisation with role-gated admin language switcher
- Profile page with avatar upload
- Dynamic gradient background, sticky topbar, collapsible sidebar
- `adminos/core` plugin loader pre-wired — manifest-based plugin discovery from `composer.json > extra.adminos` works out of the box

Creating a new client project
-----------------------------

[](#creating-a-new-client-project)

```
composer create-project adminos/skeleton my-client
cd my-client
composer setup
```

`composer setup` runs the canonical first-time bootstrap (install, copy `.env`, key generation, migrations, npm install, asset build).

Then visit `http://my-client.test/admin` (or whichever URL your local dev environment has parked the directory at — see [Herd](https://herd.laravel.com/) or `php artisan serve`).

Adding ADMINOS modules
----------------------

[](#adding-adminos-modules)

Each module is a separate composer package under the `adminos/` vendor:

```
composer require adminos/feedmanager
php artisan migrate
```

Modules auto-register through `extra.adminos` manifest discovery; no manual provider wiring required.

Customising for the client
--------------------------

[](#customising-for-the-client)

Override defaults without forking:

- `config/client.php` — config overrides
- `app/Custom/` — client-specific Filament pages, widgets, event listeners
- DI bindings in a custom service provider — swap interface implementations declared by ADMINOS modules

**Never edit code inside `vendor/adminos/`.** Updates to ADMINOS modules will overwrite changes. If a module doesn't expose the hook you need, raise an issue on `AdminosCZ/adminos` so the extension point can be added upstream.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Node.js 20+
- A database (SQLite / MySQL / PostgreSQL)

Status
------

[](#status)

This is a pre-stable preview. Public APIs marked `@api` follow SemVer; everything else may change without notice between `0.x` releases.

License
-------

[](#license)

Proprietary. See [LICENSE](LICENSE). Copyright © Rekoj.cz.

Issues and pull requests
------------------------

[](#issues-and-pull-requests)

This repository is a **read-only mirror** generated from the [`AdminosCZ/adminos`](https://github.com/AdminosCZ/adminos) monorepo by a subtree-split GitHub Action. Pull requests and issues opened here cannot be merged. File them against the monorepo instead:

- Issues:
- Pull requests:

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance92

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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 ~0 days

Total

3

Last Release

42d ago

### Community

Maintainers

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

---

Tags

laravelSkeletonadminfilamentadminos

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/adminos-skeleton/health.svg)

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

441.7k](/packages/ercogx-laravel-filament-starter-kit)[raugadh/fila-starter

Laravel Filament Starter.

625.1k](/packages/raugadh-fila-starter)

PHPackages © 2026

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