Jan Oris

Results 4 issues of Jan Oris

Your package is not yet available in npmjs.org. It would be nice if you could add it there so people don't have to use npm as well as bower to...

Hey I wanted to pull this package in via Bower but I can't find it in the repository. Could you add it please?

For example I want to send Text file: ```php $response = Curl::to( "http://url". "?".http_build_query($data) ) ->withContentType('text/plain') ->withOption('POSTFIELDS', 'this is raw data') ->enableDebug(public_path().'/logFile.txt') ->post(); ``` Here everything goes well except POSTFIELDS...

enhancement

Current way: ```php $entries = Toggl::timeEntries('2019-08-08T08:00:00+00:00', '2019-08-13T08:00:00+00:00'); ``` Best if this function uses Carbon dates instead

enhancement