简体   繁体   中英

Laravel Valet does not serve WebGL build, error 404

My Laravel project has a WebGL build viewer/creator in the public/admin/creator and public/admin/viewer folders. On production and development servers this works fine. Locally running Laravel Valet I receive error 404 page not found.

WebGL folders have an index.html in their folders which should be served.

I think I may need an custom valet driver but don't know what this should contain and how to install.

Fixed this by adding /index.html to the webGL route in my browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM