As defined in documentation of barryvdh/laravel-cors, I've tried to implement laravel-cors on a fresh installation of Laravel but that doesn't work.
It yet gives the error of No Access Origin.
I'm trying to access the post request using Axios on Quasar
Any assistance will be thanked.
Specs:
- Laravel @ v5.4
- Laravel-Cors @ v0.9.2
- Axios @ v0.16.2
- Quasar @ v0.14
Laravel-Cors documentation ref.
Works on Chrome if the extension of CORS is installed and enabled, but not the case without any extension in Firefox.
Hence need to make it work without any extension on all browsers.