Documentation

Learn how to install, configure and build powerful admin panels using our framework. Follow the step-by-step guides below to get started quickly and efficiently.

Installation

Install the package via Composer and publish the configuration files.

composer require vendor/package-name
php artisan vendor:publish --tag=package-config

Configuration

After installation, configure your environment variables and update the settings file according to your project needs.

  • • Set your API keys
  • • Configure widget preferences
  • • Define user roles and permissions
  • • Enable or disable modules

Usage

Once configured, you can start building admin panels, dashboards, and reports using built-in components.

Example Component

Create resources, forms, tables, and widgets using pre-built components to speed up development.

Support

Need help? Our team is here to assist you with technical questions, troubleshooting, and best practices.

Contact Support