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
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
- Run the following command
composer require hunghbm/bagisto-customize-ui
- Open config/app.php and add Hunghbm\UI\Providers\UIServiceProvider::class.
- Run the following command
composer dump-autoload
Install with package folder
- Unzip all the files to packages/Hunghbm/UI.
- Open config/app.php and add Hunghbm\UI\Providers\UIServiceProvider::class.
- Open composer.json and add "Hunghbm\UI\": "packages/Hunghbm/UI/src" to psr-4.
- Run the following command
composer dump-autoload