Laravel-Digest (January 18-24, 2021)

A selection of fresh lessons, videos and packages on the Laravel framework.







Laravel Digest







Taylor on framework versioning



We are not planning to stop using semantic versioning for Laravel, but it frustrates me that it creates the illusion of very fast development of the framework, although in fact there are much fewer breaking changes in major releases than there were before.







It is still difficult for people to understand that the pace of the framework's release has not changed at all and the update process has become easier with each release.







I still think our previous versioning was better ({paradigm / era}. {Major}. {Patch}). Better specifically for the framework, not for packages like Cashier, Dusk, etc. Let this be a lesson to other open source developers: trust your intuition and don't give in to pressure.







In Russian



  • 18 Tips for Optimizing Database Queries

    If your application is slow or makes a lot of database queries, then use our tips to reduce its load time. We will explore optimization techniques for MySQL, eloquent, and raw database queries.
  • Continuous Integration for Laravel with Github Actions

    Github offers a Continuous Integration (CI) service called Github Actions. The CI build processes are called workflows (workflows). They are triggered when certain events happen in your github repository: commits, pull requests. If you are on a development team, then Github Actions will help you automatically validate pull requests by running the necessary tests for them. After that, you can confidently accept it and pour it into the project.
  • Laravel Lang Publisher —

    . Laravel-Lang/lang. — , , . , Laravel Lang Publisher.










Video





Telegram in Russian






All Articles