Hi Sanuglia,
You can import axios in your bootstrap.js file using
import axios from 'axios';
then bind it to the window so you can use it throughout your application:
window.axios = axios;
Hope this helps.
Jim
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community