A selection of fresh lessons, videos and packages on the Laravel framework.
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.
- Laravel 8.23: sole()
- CVE-2021-21263 Laravel 8.22 .
- Laravel
- Laravel
- PhpStorm 8
- Dump & Die Ray
- Getting Started with Laravel Livewire
- The Laravel Repository Pattern Using Inheritance and Dependency Injection
- 5 simple Laravel tips
Video
- How do I create an admin in Laravel: Tinker or Seeds?
- 3 secrets of the @foreach directive in blade templates
- Jetstream / Fortify: Roles, Rights and Guards
- Using Laravel Sanctum with API Tokens
- How to get started with Laravel Breeze and Jetstream
- Nuxt API Authentication Guide Using Laravel Sanctum