Skip to content

Getting Started

Xumina is a rapid application builder for RILT (React, Inertia, Laravel, Tailwind) stack. It provides a intuitive API to quickly build any data enriched UI that is performant, beautiful and functional.

Requirements

  • PHP 8.2
  • Laravel 11

Installation

In a freshly installed laravel app run the following command

Terminal window
composer require hasnayeen/xumina

Setup

Run following command to install and scaffold xumina package in your app

Terminal window
php artisan xumina:install

You’re now ready to use Xumina. Next, create a panel for your app.