I want to work in https app I cant geerate https links whit "url" blade function
in some ask question say have use this, but, not works
IlluminateSupportFacadesURL::forceScheme('https');
I want to work in https app I cant geerate https links whit "url" blade function
in some ask question say have use this, but, not works
IlluminateSupportFacadesURL::forceScheme('https');
2
Answers
after read manual found...
Use the function secure_url() from laravel 5.2 and new versions
reference laravel secure_url() function
in app/Providers/AppServiceProvider
update your AppServiceProvider accordingly and every url will be forced to https