Download the PHP package adminos/skeleton without Composer
On this page you can find all versions of the php package adminos/skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package skeleton
ADMINOS Skeleton
Starter Laravel + Filament template for client projects built on the ADMINOS platform.
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/coreplugin loader pre-wired — manifest-based plugin discovery fromcomposer.json > extra.adminosworks out of the box
Creating a new client project
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 or php artisan serve).
Adding ADMINOS modules
Each module is a separate composer package under the adminos/ vendor:
Modules auto-register through extra.adminos manifest discovery; no manual provider wiring required.
Customising for the client
Override defaults without forking:
config/client.php— config overridesapp/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
- PHP 8.3+
- Node.js 20+
- A database (SQLite / MySQL / PostgreSQL)
Status
This is a pre-stable preview. Public APIs marked @api follow SemVer; everything else may change without notice between 0.x releases.
License
Proprietary. See LICENSE. Copyright © Rekoj.cz.
Issues and pull requests
This repository is a read-only mirror generated from the 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: https://github.com/AdminosCZ/adminos/issues
- Pull requests: https://github.com/AdminosCZ/adminos/pulls
All versions of skeleton with dependencies
adminos/core Version ^0.1.0-alpha.1@dev
adminos/feedmanager Version ^0.1.0-alpha.1@dev
adminos/feedmanager-pro Version ^0.1.0-alpha.1@dev
filament/filament Version ^4.0
laravel/framework Version ^13.0
laravel/tinker Version ^3.0