Skip to content

1.2.2

Latest
Compare
Choose a tag to compare
@atmonshi atmonshi released this 04 Apr 05:08
· 3 commits to 1.x since this release

What's Changed

  • allow to configure the upload disk and directory by @atmonshi in #48
\LaraZeus\Qr\Components\Qr::make('qr_code')
    // to customize the upload disk
    ->uploadDisk('public')
   
    // to customize the upload directory
    ->uploadDirectory('qr-dir'),

Full Changelog: 1.2.1...1.2.2