Documentation

Composer Package

Composer Package

This documentation covers how to use UltraViolet as a Composer package in your Laravel application.

Installation

Install the package via Composer:

composer require ultraviolet/package

Configuration

After installation, publish the configuration file:

php artisan vendor:publish --provider="UltraViolet\PackageServiceProvider" --tag="config"

Usage

The package provides a set of admin components and utilities for Laravel applications.

Admin Components

Access the admin interface at /admin after installation.

Customization

You can customize the package by:

  1. Publishing views: php artisan vendor:publish --provider="UltraViolet\PackageServiceProvider" --tag="views"
  2. Publishing assets: php artisan vendor:publish --provider="UltraViolet\PackageServiceProvider" --tag="assets"
  3. Publishing migrations: php artisan vendor:publish --provider="UltraViolet\PackageServiceProvider" --tag="migrations"

Support

For support and questions, please refer to the main documentation or contact our support team.