Tim MacDonald

Results 42 comments of Tim MacDonald

I should be able to do this for sure. Will look at that shortly.

Hey, just a heads up I'll be merging support for this shortly!

Thanks for the PR Sam. I'll be digging back into this package development next week, so I'll review early next week and get this merged for ya. Thank you so...

Hey @mindfullsilence - thanks so much for letting me know you are enjoying the package! If you feel it can be improved in anyway, please let me know 😁

I have just tested this on my Mac, and the NPM install process worked as expected and had the colourised output as well 🤩

Can't you just use `$model->a->b`?

I don't feel this is a good idea for core. The JsonResource is a value object. If you need varying implementations, you should just create varying implementations you should create...

Looking good! Just gonna mark as draft until we have the vite plugin PR ready. Gonna work on that and test everything out locally now. Thanks again for your work...

@iamgergo github isn't allow me to push changes to your branch for some reason, so I just applied some formatting adjustments via the UI. Could you finally update the test...

One additional thing we now need to consider... ```php public function boot() { Vite::useBuildDirectory('foo'); } ``` ```blade @vite('app.js', 'bar') ``` The build directory will now be ignored, so we will...