Today, I have published a new release of the Custom Fresh, and Easy Model Laravel packages. ?
For Custom Fresh, here are the most IMPORTANT updates that have been applied:
- Since Laravel v.11 no longer supports doctrine/dbal, I've removed it from the composer’s require key and will now use the database processor methods introduced in Laravel v.10.
- 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:
-
Improve the query time where I have tested this release on 1000 records with the same query Laravel, and it was completely FASTER. ?
The above is the detailed content of Its a new release day! ✨. For more information, please follow other related articles on the PHP Chinese website!