Skip to content

1.0.3

Compare
Choose a tag to compare
@devsrv devsrv released this 16 May 17:56
· 5 commits to master since this release
  • config publishable for bootstrap theme
php artisan vendor:publish --provider="devsrv\LivewireModal\LivewireModalServiceProvider" --tag=config
  • config support bootstrap 4 | 5
<?php

return [
    /**
     * Options: bs4 | bs5.
     */
    'theme' => 'bs5',
];