Merge standard code from other projects
This commit is contained in:
4
resources/js/bootstrap.js
vendored
4
resources/js/bootstrap.js
vendored
@@ -17,9 +17,9 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
||||
* allows your team to easily build robust real-time web applications.
|
||||
*/
|
||||
|
||||
/*
|
||||
import Echo from 'laravel-echo';
|
||||
|
||||
/*
|
||||
window.Pusher = require('pusher-js');
|
||||
|
||||
window.Echo = new Echo({
|
||||
@@ -28,7 +28,7 @@ window.Echo = new Echo({
|
||||
wsHost: window.location.hostname,
|
||||
wsPort: 6001,
|
||||
disableStats: true,
|
||||
useTLS: false,
|
||||
encrypted: true,
|
||||
});
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user