OneOffTech / laravel-tus-upload

A package for handling resumable file uploads in a Laravel application via the http://tus.io/ resumable file upload protocol.
https://oneofftech.xyz/open-source/
MIT License
50 stars 13 forks source link

Service provider publishes #36

Closed romanzipp closed 4 years ago

romanzipp commented 4 years ago

First of all thanks for the package!

Since most of my projects are using database UUIDs I've added publishing for migration files which makes editing the user_id column far easier.

Also most packages don't use an own config file group for configuration files (tusupload-config -> config). What do you think of this change?

avvertix commented 4 years ago

Everything looks good. Merging in.

Thanks