hunghbm/bagisto-customize-ui

UI Customization package for bagisto

dev-master 2020-09-21 06:42 UTC

This package is auto-updated.

Last update: 2025-03-22 16:43:27 UTC


README

This package allows customizing back button in admin interface for Bagisto

Requirements

Installation

Install with composer

  1. Run the following command
composer require hunghbm/bagisto-customize-ui
  1. Open config/app.php and add Hunghbm\UI\Providers\UIServiceProvider::class.
  2. Run the following command
composer dump-autoload

Install with package folder

  1. Unzip all the files to packages/Hunghbm/UI.
  2. Open config/app.php and add Hunghbm\UI\Providers\UIServiceProvider::class.
  3. Open composer.json and add "Hunghbm\UI\": "packages/Hunghbm/UI/src" to psr-4.
  4. Run the following command
composer dump-autoload