Skip to content

greenglobal/bagisto-customize-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customize UI README

This package allows customizing UI in Admin interface for Bagisto.

Features

  • Custom back button in admin interface of bagisto
  • Create back button component

Requirements

Installation

Install with package folder

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

Guide

Use back button component

  • Add <back-button baseUrl="{{ $baseUrl }}"></back-button> to blade file you need, $baseUrl is root url.
  • Run the following command
php artisan vendor:publish --all