thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
872 stars 383 forks source link

cloud hosting / microsoft onedrive #238

Open sb-lc opened 8 years ago

sb-lc commented 8 years ago

hi could someone please tell me if there is any scope for integrationg functions that automatically store uploaded files on cloud servers line one drive. thanks

balping commented 8 years ago

I'd suggest you to start reading here: https://laravel.com/docs/5.2/filesystem#the-public-disk

Im not sure if these drivers are currently compatible with ticketit, i'll take a loom

balping commented 8 years ago

@sb-lc Now I checked the source and there's no attachment support in the stable (0.2) release at all. You can only insert images in the editor, that's it. In 1.0 however you can upload files but the code doesn't use Laravel's flysystem, uploads are handled via native php calls. Since 1.0 is discontinued and never be released, but it kinda works, I suggest you to fork that branch and do whatever you want in order to use flysystem.

If you dont like that way you can wait for v2, however it's very far from release.