its

Results 176 comments of its

I mean, are the 404 response you get a nice Laravel error pages or the basic ones from nginx? That would tell you if the problem is your web server...

You will need to add an exception for `/__clockwork/*`. Alternatively you could just copy these files to you `public` directory, but then it's up to you to keep them up...

Hey, have you had any luck figuring this out? What is the actual content of the javascript files?

Included as part of Clockwork 5.1.7.

This is a tough one. Obviously running out of memory is not an ideal scenario, but even with a limit on the number of logged messages there are so many...

Hey, when using dev tools you already have your request data in the Network tab. I find myself often switching between Network and Clockwork tabs, I'd like to have a...

I've realized I never explained why this is a challenging feature to add. We could collect the full response in the Clockwork metadata, this is pretty straight-forward to implement. The...

Hey, the `$clockwork->returnMetadata()` method expects the request id in a "request" get parameter by default. This means you want your api endpoint set to `/temp/server.php?request=`, as Clockwork apps will append...

I've published an example vanilla app here, let me know if it helps - https://github.com/underground-works/clockwork-examples/tree/master/Integrations/Vanilla-PHP

Hey, I was looking into this a few months ago and didn't find any solution I liked, though I don't remember the details. Will check how React and Vue devtools...