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
but there is a problem when calling it with .blade: you don't assign a prefix when calling the route
For example, if I set the prefix to admin, it will be domain.com/admin/smart-ad-manager. However, because the internal url has been hard set, there will be no admin prefix inside.
So what I want is that after setting the prefix, I want the url to look like this: domain.com/admin/smart-ad-manager/ads/create, not domain.com/smart-ad-manager/ads/create
And dont forget to name the route
The text was updated successfully, but these errors were encountered:
i see your project can set custom prefix in here
but there is a problem when calling it with .blade: you don't assign a prefix when calling the route
For example, if I set the prefix to admin, it will be
domain.com/admin/smart-ad-manager
. However, because the internal url has been hard set, there will be no admin prefix inside.So what I want is that after setting the prefix, I want the url to look like this:
domain.com/admin/smart-ad-manager/ads/create
, notdomain.com/smart-ad-manager/ads/create
And dont forget to name the route
The text was updated successfully, but these errors were encountered: