laravel-langman-gui icon indicating copy to clipboard operation
laravel-langman-gui copied to clipboard

All Routes 404 Not Found

Open tinyCoder32 opened this issue 6 years ago • 0 comments

Hi, there is a problem I face with your library because my Laravel project is in a subfolder with a naked /public/ folder visible in the URL, so the post requests are going to http://myhost.com/langman/save instead of http://myhost.com/subgolder/public/langman/save.

I think you must change your codes $.post('/langman/scan', {_token: langman.csrf}) and add the full APPURL prefix.

Thanks.

tinyCoder32 avatar Dec 02 '18 19:12 tinyCoder32