Braunson Yager
Braunson Yager
@freekmurze I'm working on it, trying to add a test and run it locally but I'm getting `could not find driver`, any idea? I see `sqlite` is set in the...
Any ideas @freekmurze?
@jrausch12 @skmexyz Same here, no path or file such as that on Windows either. **Edit** never mind, I ended up finding it at `AppData\Local\slack\app-3.0.0-beta4552e368c\resources\app.asar.unpacked\src\static`
Just had this issue, seems the permissions in the zip for all files/folders are 'nobody' when extracted on the server. I had to run `chown -R apache.apache wordpress` `apache.apache` may...
These could also be Broadcast events too..
I'm not a fan of the wildcard composer requirements, also with the change of CoreUI's interface to 2.1.12 there's bound to be some asset changes which will have to be...
@mesiarm Yes I am aware of that but this isn't permanent, I still want timestamps, just not certain times (such as a migration) when mass updating.
@mesiarm Yes but in the case of mass updates this is not an option. e.g ```php Article::update([ 'foo' => 'bar' ]); ```
I ended up using `DB::raw` as an alternative for Sqlite and it seems to have worked as a workaround but it's not ideal.
This would be helpful for further debugging. +1