Thanks
..
- 20:41:22.706 INFO: POST 404 /account/signin
..
Great! I was unable to find how to properly disable this feature, even asked on the laravel forums and turned up nothing. So i will wait till this feature has been implemented into PHPDesktop. Thanks!
No its not, im not a stack overflow member, but i will definitely check the post out. Thanks again!
On Monday, February 10, 2014 11:25:45 PM UTC+1, ddomb...@aegisns.net wrote:
No its not, im not a stack overflow member, but i will definitely check the post out. Thanks again!
--
You received this message because you are subscribed to the Google Groups "PHP Desktop" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phpdesktop+...@googlegroups.com.
Visit this group at http://groups.google.com/group/phpdesktop.
For more options, visit https://groups.google.com/d/optout.
I am facing the same problem of url redirection in my fresh intall laravel 5.6 on phpdesktop-chrome-57.0-rc-php-7.1.3.
Everything works fine when you launch the app. but when I start adding links to new pages, the redirection on click is keeping throwing this Error 404: Not Found File not found . and the same error in the console. but the route and file existe I don't know what to do.
I have try to follow of the solution discussed here. but not working. I which to know exactly where I have to insert the __fix_mongoose_env_variables(){ ...} in my laravel app.