Laravel not getting the APP_URL parameter when we try to use url function inside the blade file
I'm facing a weird situation, just look at the following code in a blade file, and the output of it Blade {{ url('xero_invoice_authorised') }}</br> config app url - {{ config('app.url') }}</br> env app url - {{ env('APP_URL') }} Output http://xxxx/xero_invoice_authorised…