spatie / calendar-links

Generate add to calendar links for Google, iCal and other calendar systems
https://spatie.be/opensource
MIT License
914 stars 149 forks source link

How can I install without the 'composer' stuff? #66

Closed pkiula closed 5 years ago

pkiula commented 5 years ago

Is it possible to install it just as a class, with include? I'd like to avoid the whole composer jazz and just it simple in a functional programming way. Many thanks!

atymic commented 5 years ago

In my opinion that's not a good approach. It would make it very hard to update in the future as well.

I don't think the package will offer loading outside of composer.

alies-dev commented 5 years ago

@pkiula This package created to work with composer. The only way to use it without composer: use a modified version of this package (fork it or just copy-paste and modify)