Clayton Stone

Results 11 comments of Clayton Stone

I know there are a lot of workarounds for automatically updating the windows hosts file, just wanted to leave mine here. Instead of using the ```valet link``` command, I have...

Definitely works if you manually open and add it each time.

Correct. I'm not sure what the above is claiming to solve. This already works out-of-the-box if you add each site to your hosts file. The whole issue is about not...

Laravel wraps all helper functions in an if block to help avoid collisions. It's a common practice that should be followed in any package that drops functions into the global...

Ah thanks! Had not even thought about synonyms.

Ok, yeah I think there was a misunderstanding, maybe on my part, but I'm not searching for a command. I have a command that queries my database. It searches the...

### Details ```php /** * Define dependencies for the command. */ public function dependencies(): null | SpotlightCommandDependencies { return SpotlightCommandDependencies::collection() ->add(SpotlightCommandDependency::make('artOrder')->setPlaceholder('Type the title of the order, or a partial title.'));...

Reopening to clarify with the details above. Will close later.

The second link provided actually recommends query strings. It also links to a maxcdn site that recommends them. Here's Jeffrey's tweet asking for feedback: https://twitter.com/jeffrey_way/status/871052698233298944

Quoting the article > Most browsers these days will see a URL with a different query string as a different file and download a fresh copy. Most CDN's even support...