Tony Partridge

Results 16 comments of Tony Partridge

Thanks @yinx, I had installed it on my local dev stack to avoid using docker if possible. But I've just seen there was a public folder and this is what...

Thanks @yinx I've only been looking at Laravel recently so that will explain it! Trying to run before I can walk jobby ;-)

@yinx I suspect it's down to my LAMP stack, but getting a 500 error, usually turning out debug mode would throw the error for me. But nothing is working, do...

@yinx, yep all in processed past Github and authorised. I suspect it's a php fatal error being thrown as an application 500 error. Likely down to the fact I'm on...

I didn't get much further.. Client jobs and bills taking priority I'm afraid.

Any plans to support 9?

Yeah it's a very poor performance way to handle it, you are adding a query for every single row. If you add it into the Builder method of the component...

Its such a shame, as it is a massive performance increase and something that should be easily catered for, simply not applying table_name before each field would suffix like: ->applyTableNamePrefix(false)

```php public function boot() { // Build out the impersonation event listeners - Otherwise we get a redirect to login if not setting the password_hash_sanctum when using sanctum. Event::listen(function (TakeImpersonation...