Commit 655dbadd authored by Taylor Otwell's avatar Taylor Otwell

tweaking default setup

parent 47c0b458
......@@ -25,3 +25,7 @@ MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_KEY=
PUSHER_SECRET=
PUSHER_APP_ID=
......@@ -30,3 +30,16 @@ Vue.http.interceptors.push(function (request, next) {
next();
});
/**
* Echo exposes an expressive API for subscribing to channels and listening
* for events that are broadcast by Laravel. Echo and event broadcasting
* allows your team to easily build robust real-time web applications.
*/
// import Echo from "laravel-echo"
// window.Echo = new Echo({
// connector: 'pusher',
// key: 'your-pusher-key'
// });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment