Mason Curry
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:    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...