mshossain110 / LaravelDrive

Private file storage and share with user build with laravel and vue inspired by google drive
http://laraveldrive.decoderlab.com
MIT License
80 stars 32 forks source link

Get shareable link not working. #1

Open zikrikhairan opened 5 years ago

zikrikhairan commented 5 years ago

When I click get shareable link, its nothing happen.

mshossain110 commented 5 years ago

Thank you for creating the first issue in my repository.

I have to say sorry that all feature is not complete yet, like the shareable link, move file, permission. Whenever I will get time I will complete those features.

I hope you will get in touch and keep giving feedback. Thanks

zikrikhairan commented 5 years ago

ok, no problem.

antonis-ant commented 5 years ago

Hello, I would like to contribute to the project and maybe help with the shareable link functionality. Would it be ok if I tried to resolve this issue ? If yes I sure could use some info about how it functions so far and whatnot. Thank you :)

mshossain110 commented 5 years ago

Hello @tonyanant

you are welcome to contribute to my application. at this moment I have done 70% of shareable link feature. in a fresh pull, you will see the shareable link is generating in the modal. now I need a page where the shareable file will show in frontend. I have created the page just need the design and fetch data in the controller. if you are able to do, you are welcome.

antonis-ant commented 5 years ago

Great, thank you! I will ge to to it then. Just one last question though: How come you created a laravel view for the share link page and not a vue view since the rest of the application uses vue for the front end? Thanks in advance!