Skip to content
Discussion options

You must be logged in to vote

Hey @gabrielfigueroa thanks for the question and thanks for the answer @MaraIGI

It's like @MaraIGI said, we use the URL helper under the hood, we just add the "admin prefix segment" to the url.

Please ensure your .env is correct, you can also enforce https in your RouteServiceProvider:

if($this->app->environment('production')) {
    \URL::forceScheme('https');
}

Hope that helps.

Cheers

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants