working with Angular 10 and Laravel 6 api project and now occurred following error message in my console here,
Access to XMLHttpRequest at 'http://127.0.0.1:8000/api/employees' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
``
how could I fix this problem here?