Sergi Tur Badenas

Results 42 comments of Sergi Tur Badenas

I can avoid this problem using: ``` // Extend `Vue.prototype` to include our global event bus. if (! Vue.prototype.hasOwnProperty('$events')) { Object.defineProperty(Vue.prototype, '$events', { get: function get() { return events; }...

Hi @deadprogram thanks! Asap I will try your recommendations.

Sorry I'm so busy lately... I will check as soon as I can but maybe you could help creating a PR with your implementation please?

Take into account window.Laravel is removed/deprecated in new Laravel versions

Why this change? https://github.com/acacha/vue-laravel-authorization

Confirmed same error here. Working on a solution!

Sorry I'm so busy... asap I will take a look at that!

This tests could no be executed always only after correctly executing: php artisan adminlte:username but this command requires interaction!

See also https://github.com/acacha/adminlte-laravel/issues/252

Related: https://github.com/acacha/adminlte-laravel/issues/30