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.php
and add GGPHP\UI\Providers\UIServiceProvider::class. - Open
composer.json
and add "GGPHP\UI\": "packages/GGPHP/UI/src" to psr-4. - Run the following command
composer dump-autoload
php artisan vendor:publish --all
- 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