alex-kudrya / adminix
Fast deployment, easy configurable admin panel for Laravel apps
Requires
- php: >=8.2
- ext-mbstring: *
- ext-pdo: *
- ext-simplexml: *
- illuminate/contracts: ^12.0|^13.0
- illuminate/http: ^12.0|^13.0
- illuminate/support: ^12.0|^13.0
- laravel/framework: ^12.0|^13.0
- nesbot/carbon: ^2.67|^3.0
- symfony/http-foundation: ^6.3|^7.0|^8.0
Requires (Dev)
- ext-pdo_sqlite: *
- laravel/pint: ^1.13
- orchestra/testbench: ^10.0|^11.0
- phpunit/phpunit: ^10.5|^11.0
- dev-master
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.4.21
- v1.4.20
- v1.4.19
- v1.4.18
- v1.4.17
- v1.4.16
- v1.4.15
- v1.4.14
- v1.4.13
- v1.4.12
- v1.4.11
- v1.4.10
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.1
- v1.0.0
- v0.12.3
- v0.12.2
- v0.12.1
- v0.12.0
- v0.11.3
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.8
- v0.9.7
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7
- v0.6.1
- v0.6
- v0.5.13
- v0.5.12
- v0.5.11
- v0.5.10
- v0.5.9
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5
- v0.4.13
- v0.4.12
- v0.4.11
- v0.4.10
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1
This package is auto-updated.
Last update: 2026-06-08 08:13:00 UTC
README

Fast deployment, easy configurable admin panel for Laravel.
Official Laravel support: Laravel 12 and 13. Required PHP extensions: PDO, mbstring, SimpleXML.
Adminix resource writes use server-side module configuration for datasource, primary key, writable fields, readonly fields, hidden values, and signed param:* context.
Search input escapes LIKE wildcards before querying.
Installation
composer require alex-kudrya/adminix
php artisan adminix:install
Publish example pages when needed:
php artisan adminix:install --examples
adminix:install publishes config and runtime public assets only. Editor fields use bundled CKEditor 5 runtime assets; CKEditor 5 is dual-licensed GPL v2-or-later or commercial, see src/resources/js/ckeditor5/LICENSE.md.
Documentation
Development
composer install
composer test
composer coverage
composer pint
qodana scan --config qodana.yaml
Qodana is a local-only check for this package. Adminix CI does not run Qodana and does not use Qodana tokens.
Laravel Boost
Adminix includes compact package guidelines and an Adminix module API skill for Laravel Boost:
resources/boost/guidelines/core.blade.phpresources/boost/skills/adminix-development/SKILL.md
The skill covers page providers, menus, list/search/filter/action flows, resource forms, modal CRUD, charts, counters, links, safety rules, and package checks.
Consuming projects can discover these resources with php artisan boost:install or php artisan boost:update --discover.
Author: Oleksandr Kudria alexkudrya91@gmail.com