hunghbm/bagisto-customize-ui

UI Customization package for bagisto

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/hunghbm/bagisto-customize-ui

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

This package is auto-updated.

Last update: 2025-09-22 17:38:26 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