PHP Classes

File: chatapp/resources/js/bootstrap.js

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Chat App Laravel   chatapp/resources/js/bootstrap.js   Download  
File: chatapp/resources/js/bootstrap.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chat App Laravel
Chat systen that support multiple rooms
Author: By
Last change:
Date: 9 months ago
Size: 374 bytes
 

Contents

Class file image Download
import axios from 'axios'; window.axios = axios; window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; /** * Echo exposes an expressive API for subscribing to channels and listening * for events that are broadcast by Laravel. Echo and event broadcasting * allow your team to quickly build robust real-time web applications. */ import './echo';