This package allows customizing UI in Admin interface for Bagisto.
- Custom back button in admin interface of bagisto
- Create back button component
- Unzip all the files to packages/GGPHP/UI.
- Open
config/app.phpand add GGPHP\UI\Providers\UIServiceProvider::class. - Open
composer.jsonand add "GGPHP\UI\": "packages/GGPHP/UI/src" to psr-4. - Run the following command
composer dump-autoloadphp artisan vendor:publish --all- Add
<back-button baseUrl="{{ $baseUrl }}"></back-button>to blade file you need,$baseUrlis root url. - Run the following command
php artisan vendor:publish --all