Want to store ics file in root directory like upload image

Issue #1 resolved
Former user created an issue

HI,

I am using laravel 5.5 and event is creating successfully. But I want to store generated .ics file in the storage location. Can anyone please help me how can I do this?

Comments (5)

  1. Luc Sanchez repo owner

    Hello, If you want to save the file locally. Do not use the ->addHeader() method. You have to write the contents of $ical to a file.

  2. Log in to comment