Robert M
Robert M
Apologies if this has been asked before, I am trying to build a phar for dsitribution that will ship with a migrated db. I am trying to hide db:wipe from...
### Versions * PHP version: v8.1 * Laravel version: v9.20 * Enlightn version: v2.1 * Enlightn Pro version (if applicable): v2.2 ### Description When trigger enlightn checks from Windows I...
In English locales it is common to separate thousands by using a comma ie 1000 -> 1,000, also for readability zeros are replaced with a '-' (see jquery datatables) If...
Consider allowing inheritance of attributes from parents (ie table->row->cell or table->col->cell). So instead of: ```html Header Header 2 Header 3 Support: Header Header 2 Header 3 ```
This is imperfect as we are not implementing the actual scan options, however for the purposes of mocking it should be sufficient for most uses cases. This allows the use...
The latest releases of Laravel have started using the sscan method to chunk results. RedisMock does not support this method. It would be really helpful to get this functionality added....
We ran into an issue where nova-translatable was casting user provided string `0` to float before it was serialized to send to the front end. Unlike PHP, JS (Vue that...