Monday, March 6, 2017

Logging with Laravel Mix?

With elixir I used to be able to log via:

elixir.Log.heading('Hello')
elixir.Log.message('something is happening');

How can I achieve the same with mix? I've tried mix.log with no luck.



via panthro

Advertisement