arqel-dev/framework

Arqel — admin panels for Laravel, forged in PHP, rendered in React. Meta-package that requires the full Arqel stack (core, auth, fields, form, actions, nav, table, widgets) plus inertia-laravel.
18
Install
composer require arqel-dev/framework
Latest Version:0.13.0
PHP:^8.3
License:MIT
Last Updated:Jun 8, 2026
Links: GitHub  ·  Packagist
Maintainer: diogocoutinho

arqel-dev/framework

Meta-package that requires the full Arqel stack:

  • arqel-dev/core — panels, resources, polymorphic routes, Inertia middleware, command palette, telemetry
  • arqel-dev/auth — bundled login / register / forgot / reset / verify-email pages
  • arqel-dev/fields — field schema types
  • arqel-dev/form — form rendering server-side
  • arqel-dev/actions — action contracts + invokers
  • arqel-dev/nav — navigation builder
  • arqel-dev/table — table query/sort/filter/paginate
  • inertiajs/inertia-laravel — required peer

Install

composer require arqel-dev/framework
php artisan arqel:install

The install command scaffolds providers, middleware, Blade root, Vite config, JS app entry, the UserResource example, and publishes the hero illustration. See https://arqel.dev/docs/install for details.

License

MIT.