Download the PHP package monorailphp/monorail without Composer
On this page you can find all versions of the php package monorailphp/monorail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package monorail
Monorail
A Server-Driven UI (SDUI) framework for Laravel + Inertia.js + React + shadcn/ui.
Monorail sends widget definitions, table schemas, form configurations, and page blocks from PHP. The React layer is stateless — it renders whatever it receives. One source of truth, no duplicated validation, no client-side API surface to design.
→ Read the docs
Requirements
- PHP 8.2+
- Laravel 11 / 12 / 13
- Inertia.js v3 (
inertiajs/inertia-laravel) - Tailwind CSS v4 in the host app
- React 19 +
@inertiajs/react - Node.js 18+ (for npm)
Install
Or use the install command (recommended):
Then wire up Tailwind and Vite — see the Installation guide.
Quick look
Visit /admin/users — you get a sortable, searchable, paginated table,
policy-gated and ready to extend. Add a form() to unlock create/edit.
Full walkthrough: Quick Start.
Features
- Resources — auto-generated list, create, edit, view pages
- Tables — columns, filters, row + bulk actions, pagination, search
- Forms — 12 field types, layout grouping (Section / Tabs), server-side validation
- Widgets — stats, charts, tables, recent records, activity feeds
- Relation managers — manage related records inline on edit/view
- Custom pages — drop a class in
Pages/, it's auto-discovered - Authorization — policy-gated at every level (nav, page, action)
- Global search —
Cmd+Kacross resources - Notifications — bell in the header, backed by
Notification::send() - Theming — primary/accent color, font, radius, density per panel
- i18n + RTL — locale switcher, JSON translations, automatic RTL
- Panel auth — opt-in self-contained login, registration, password reset, email verification, and profile pages per panel
- Import / export — Filament-style CSV importers and exporters, queued via batched jobs
Full reference in docs/.
Docs
| Installation | Requirements and wiring |
| Quick Start | Your first panel + resource |
| Panel Configuration | Every -> method, default, and behavior |
| Resources | Model binding, pages, navigation |
| Tables | Columns, filters, actions |
| Forms | Field types, validation, layout |
| Widgets | Dashboard + resource widgets |
| Authorization | Policies and visibility |
| i18n & RTL | Locale switcher, translations, logical layout |
| Configuration | config/monorail.php reference and vendor:publish tags |
Testing
Contributing
PRs welcome — see the contributing guide.
License
MIT © Maher El Gamil
All versions of monorail with dependencies
laravel/framework Version ^11.0|^12.0|^13.0
inertiajs/inertia-laravel Version ^3.0