madsem

Results 40 comments of madsem

I just ran into the same issue, but with Laravel Nova... It's not possible to build Nova Tools/Resource Tools etc. it always errors out with: ``` ➜ vessel art nova:tool...

Very nice! Thanks @mikeerickson appreciated :)

Thanks @fideloper, that's not a big deal! Maybe it would be a good idea to indeed combine the app and node containers in a future relase though?

Orrr intercept npm calls inside the app container and redirect them to the node container? Just spitballing here, might be possible.

@mikeerickson that is of course possible, and I also have npm installed. But not Redis... So then you'd always need to swap out .env settings before creating a Nova tool/using...

Hey Chris, thanks for speedy reply. I forgot to mention I opened this in reference to #https://github.com/itsgoingd/clockwork/issues/340 I've commented out these three: ```nginx # cache.appcache, your document html and data...

Yeah it's weird, but probably to do with how Clockwork delivers the files, as they aren't in the public dir of Laravel. Good to hear about 20.04! Love Vessel btw,...

Make sure your script tag includes type="text/javascript" Just adding this fixed the issues I was seeing.

dir listing: ```bash forge@somewebsite-online:~/somewebsite.online$ ls -al /home/forge/somewebsite.online/ total 48 drwxrwxr-x 7 forge forge 4096 Feb 23 14:50 . drwxr-xr-x 7 forge forge 4096 Feb 23 14:08 .. -rw-r--r-- 1 forge...

PS: The addon that creates the json files, also fires a data event, so it should theoretically be picked up by Spock? ```php event(new FileUploaded('site/storage/addons/' . $this->getAddonClassName() . '/' ....