Remo Laubacher

Results 87 comments of Remo Laubacher

No, I'm afraid, I didn't do anything here. I was hoping for a feedback from one of the maintainers as I don't want to create a pull request for which...

I'm not using this package for now. We've built a custom solution based on this https://github.com/mlocati/IMAP

I know the guy who wrote it, that's pretty much my main reason 😬

Part of laravel, default configuration when you create a new laravel project, elixir and webpack.

Thanks, still no luck though. Tried: * https://github.com/vuejs/laravel-elixir-vue-2/issues/13#issuecomment-258927183 * https://laracasts.com/discuss/channels/vue/failed-to-mount-component-template-or-render-function-not-defined-1/replies/300621 * https://laracasts.com/discuss/channels/vue/failed-to-mount-component-template-or-render-function-not-defined-found-in-root-instance/replies/304352 (without common) Will try later..

I've had another look, the following `webpack.config.js` does include `vue/dist/vue.js`, but it still doesn't work: ```javascript module.exports = { vue: { loaders: { js: 'buble-loader', scss: 'vue-style-loader!css-loader!sass-loader' } }, resolve:...

I've created a new laravel project with nothing but a test component and vue-clip in it: https://github.com/ortic/larvel-vue-clip-test It seems like they've changed their structure, no more gulpfile, but it still...

@thetutlage okay, registering it differently seems to work with this version of laravel https://github.com/ortic/larvel-vue-clip-test/commit/96323dd1a1408b6b3ac0562db6dbf59fa2e23528 Not sure that's always what I want, but at least it works.

I haven't had a better thought than using events. That would have the benefit that I could create a custom block showing a list of users and simply hook into...

this package does help with that, worked for 5.6 and now for 5.7 too https://github.com/Remo/concrete5-cache-check Your approach looks certainly nicer and is better integrated into concrete5, just for those who...