I have published a new Custom Fresh
, and Easy Model
package release today. π
For Custom Fresh, here are the most IMPORTANT updates that have been applied:
- Since Laravel v11 no longer supports
doctrine/dbal
, I've removed it from the composerβsrequire
key and will now use the database processor methods introduced in Laravel v10. - To enhance the speed of retrieving database tables, I set the tables in the Command constructor instead of connecting to the database repeatedly in the for loop.
For the Easy Model, here are the most IMPORTANT updates that have been applied:
- The query time was significantly FASTER and improved compared to the Laravel query when tested on over 1k records. π₯΅
Top comments (1)
Great Work π