codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.8k stars 224 forks source link

"EXECUTE" button's link is 404 #22

Closed royalwang closed 7 years ago

royalwang commented 7 years ago

我的本地测试地址是http://localhost/laravel-blog/public/totem/tasks/4 ,程序运行在子目录下。但是点击“执行”按钮所请求的地址是http://localhost/totem/tasks/4/execute 。其他位置的链接点击都正常,就这个“执行”按钮点击时404。

roshangautam commented 7 years ago

Thanks for reporting. This is definitely an issue when Laravel is installed in a subdirectory.

roshangautam commented 7 years ago

Please update to latest alpha. Dont forget to run php artisan totem:assets.