Answers for "laravel localhost subdomain is redirecting to https"

PHP
0

laravel telescope redirect to localhost

1.Open: vendorlaraveltelescoperesourcesviewslayout.blade.php
2.Change these lines
<!-- Global Telescope Object -->
<script>
   window.Telescope = @json($telescopeScriptVariables);
   window.Telescope.path = 'your_project_folder/public/telescope';
</script>
Posted by: Guest on April-14-2021

Code answers related to "laravel localhost subdomain is redirecting to https"

Browse Popular Code Answers by Language