laravel-langman-gui
laravel-langman-gui copied to clipboard
All Routes 404 Not Found
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.