page-cache icon indicating copy to clipboard operation
page-cache copied to clipboard

Remove the extension from the filename

Open cristianoteles opened this issue 1 year ago • 2 comments

Remove the extension from the filename to route with extension file. Example: Route::get('manifest.json')

cristianoteles avatar Jul 02 '24 14:07 cristianoteles

  1. In the same way as any other request, instead of processing in real time it will take from the generated/cached file
  2. Work with whitelabel SaaS solutions, where each domain has a different json file
  3. OK, I can arrange

cristianoteles avatar Jul 04 '24 14:07 cristianoteles

In the same way as any other request, instead of processing in real time it will take from the generated/cached file

How so? The webserver will look for manifest.json.json, which doesn't exist.

Work with whitelabel SaaS solutions, where each domain has a different json file

I don't understand how that pertains to the discussion at hand. How does the stored extension affect that?

JosephSilber avatar Jul 04 '24 16:07 JosephSilber