Posts by Ravan Scafi • 186 points
2 posts
-
3
votes1
answer474
viewsA: Problem with Cors Laravel project 5.5 and Vuejs
This service you’re trying to access is external, therefore nay has as configure the CORS his in its application. What you can do is route in your backend that accesses this service, for example:…
-
4
votes2
answers2570
viewsA: Error "Class 'Mongodb Driver Manager' not found"
There are currently two drivers for Mongodb: Mongo and the mongodb. The mongo is legacy. Already the mongodb is more current, works with more current versions of PHP, in addition to working with…