I'm using single ip with multiple port number for laravel frontend and backend. e.g 123.23.5.1:89 and 123.23.5.1:90

I just want know that how I can use Laravel asset() and url() function to return url with port number. currently both the function returns http://123.23.5.1

But I want full address like this http://123.23.5.1:89

Can you please help me?

Thanks in advance.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2GwWE37
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time