Nicolo Sacchi

Results 5 comments of Nicolo Sacchi

First off, thank you so much for creating this! It's an awesome library! I'd like to help you on this feature as I found myself needing this as well. Did...

Case by case, here are my thoughts: `Post Term` Should be written as: ``` public function tags(){ $this->hasOneOrMany(Tags::class); } ``` The main issue I can foresee here is that `Terms`...

Hi Evan, Thank you for your insight! I agree that the post-to-post is tricky. I don't see any way of doing that that doesn't involve including some sort of functionality...

I'm occurring in a lot of errors when using code splitting with this. Mix keeps creating a `0.js` file in all the folders. Did this occur to you as well?...

I can see there's a few active issues on their repo about this. It all boils down on how mix uses the publicPath. Weird enough though, even when I override...