You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! thanks to create this amazing package.
I get problem.
If you install laravel in sub directy of public_html.
for example after install your home package link is:
site.com/monitoring/home
and tube detail page is
site.com/monitoring/beanstalkd/tube/default ( default is name of tube)
your ajax calls all get fail because .it calss
site.com/beanstalkd/tube/default
and if you change route prefix that reference :#8
you have fail again because your link go to:
site.com/monitoring/monitoring/beanstalkd/tube/default ( default is name of tube)
I try to fix this problem and send pr but before that if i got wrong tell me about that.
The text was updated successfully, but these errors were encountered:
Hey! thanks to create this amazing package.
I get problem.
If you install laravel in sub directy of public_html.
for example after install your home package link is:
site.com/monitoring/home
and tube detail page is
site.com/monitoring/beanstalkd/tube/default ( default is name of tube)
your ajax calls all get fail because .it calss
site.com/beanstalkd/tube/default
and if you change route prefix that reference :#8
you have fail again because your link go to:
site.com/monitoring/monitoring/beanstalkd/tube/default ( default is name of tube)
I try to fix this problem and send pr but before that if i got wrong tell me about that.
The text was updated successfully, but these errors were encountered: