Martin Bean
Martin Bean
Hi. I could do with multiple rows adding back in too.
Reading the **file_upload_settings.php** file, it seems the key `required` is what determines whether a file upload’s needed to save the record: ``` php /** * Behavior Setting Only. * *...
The requirements in **composer.json** need to be amended given that this library is _not_ compatible with PHP ^8.0 in its current state.
@stefanbauer Laravel _used_ to have environment-specific configuration files like you describe, and there will have a been a reason for moving away from them. Its environment should determine how your...
@stefanbauer I feel as though you’re going about configuration the wrong way. You should be configuring your stacks etc in your configuration files, and then using environment variables to specify...
@stefanbauer I think you’re missing what I’m trying to get at, though. If you need to say, log to multiple stacks, then you can “compose” them in an entirely new...
One use case I have for a `Time` class is things like the duration of media. One of my side projects is a video on demand site, and it’s a...
@rsese Try it with _any_ PHP project, because it’s unusable in Atom for me across three different Macs, so much so that I quickly stopped using the “IDE” features.
I gave up with this issue, and Atom in general. Started using [Visual Studio Code](https://code.visualstudio.com/) with the [Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) package and it’s snappy and has more IDE-features than even this package...
@mikebronner I was a longtime user of Atom. Had used it as my primary development environment since private beta. But been using VS Code in anger for a couple of...