Jens Twesmann

Results 4 comments of Jens Twesmann

This is awesome, especially the ticket creation via email - thats a thing i thought of first. If i can help in anyway - you're welcome

yes - i think it's the better option to just reference the path

I would prefer storage_path().'/app/user/ticketit/attachments' - since the storage is for that type of files.

The withCount() queries are built using the **Illuminate\Database\Eloquent\Builder**. I think this is the problem because your package only handles the **Illuminate\Database\Query\Builder**. This isn't trivial to solve... I'll look if i...