Home  >  Article  >  Backend Development  >  It&#s a new release day! ✨

It&#s a new release day! ✨

Mary-Kate Olsen
Mary-Kate OlsenOriginal
2024-10-19 06:07:01920browse

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. ?

It

The above is the detailed content of It&#s a new release day! ✨. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn