Mason Curry

Results 7 comments of Mason Curry

Possible that the latest version may help with this - if you add `REDIRECT_RUN_MIGRATIONS=false` to your env, it will not automatically run migrations on the boot() call. Also, you can...

@imbwaldo have you tried this in ENV? `REDIRECT_RUN_MIGRATIONS=false`

@jincdream if you need any help testing on Apply Silicon, let me know - would be glad to assist if you do not have access to it.

That's the odd part - there isn't anything else I see within this request: ![Image](https://github.com/user-attachments/assets/32fa7675-569a-41c1-ac6f-158e0a68a331) ![Image](https://github.com/user-attachments/assets/204b6ae5-28de-43a2-adb6-861bbf6a9557) ![Image](https://github.com/user-attachments/assets/6b8dfbe3-5e73-43f0-bf67-94c46b2a1917) I'm only able to get local to throw the error sometimes - deleting...

I suppose so but no clue what happens when you remove characters from the string, hence why I have not PRed any of these.

Hey @jasonvarga if you could provide technical direction here, I'd be happy to PR! We're needing this for a project now and the `nocache_regions` has become quite problematic for us...

Being able to set the visibility property with a callable class would kill two birds with one stone - `visibility: 'new \App\Support\Visibility::function()'` We would like to make a certain field...