Micheal Mand

Results 34 comments of Micheal Mand

Do you have an example of what kind of input you would want to provide and what kind of output you are expecting?

Hi @KristofMorva, I'm sorry I wasn't clearer in my description. This PR adds the line that says what file the macro came from (for example: `// @see: vendor/spatie/laravel-collection-macros/src/Macros/After.php:19`). That part...

Hi @Haehnchen, I'm using the [`laravel-modules`](https://github.com/nwidart/laravel-modules) package. Each module has views namespaced with the module's name (for example, `contact::admin.messages.show` would be a view at `\Modules\Contact\Resources\views\admin\messages\show.blade.php`). I will try adding each...

Hi @Haehnchen, I'm sorry it has taken me so long to get back to this. Recent versions of the plugin have worked wonderfully! I always have to add my modules'...

That sounds like you are using a plain `*.php` file rather than a `*.blade.php` file.

Hi @liam-wiltshire, It's pretty generic, I think. Here's the code for my model: ```php

Hi Liam, Awesome, good to know. Thank you for taking the time to look into this for me. I only have a few more questions for you, but these are...

Hi Liam, I was more wondering about within the `newCollection` method, but it's good to know this caveat about nested relationships. Thank you for the answers!

Hi @keithlaikf, This error occurs because of PHP 7.4 depreciations. If possible, use PHP 7.3. If not possible, you will have to edit line 53 of the file `vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php` to...

Branch [master](https://github.com/AsgardCms/Platform/tree/master) (which can be installed by specifying version `4.0-dev` when you install) is currently running on [Laravel 5.7](https://github.com/AsgardCms/Platform/blob/6e778d289fcb0030ee7963fa8ef998963422dd3a/composer.json#L16). It has not been updated to Laravel 5.8, as of yet,...