Тейлор о новом расписании выхода мажорных версий
Кратко: теперь они будут выходить не каждые полгода, а раз в год
https://blog.laravel.com/updates-to-laravels-versioning-policy
Кратко: теперь они будут выходить не каждые полгода, а раз в год
https://blog.laravel.com/updates-to-laravels-versioning-policy
The Laravel Blog
Laravel: New Release Schedule - The Laravel Blog
For the last 4 years, Laravel has released a new "major" version every 6 months. Before adopting the "semantic versioning" standard - the second number in the Laravel version number changed every 6 months. With the adoption of semantic versioning,...
Релиз Laravel 8.25
https://github.com/laravel/framework/releases/tag/v8.25.0
https://github.com/laravel/framework/releases/tag/v8.25.0
GitHub
Release v8.25.0 · laravel/framework
Added
Added Stringable::pipe & make Stringable tappable (#36017)
Accept a command in object form in Bus::assertChained (#36031)
Adds parallel testing (#36034)
Make Listeners, Mailables, and No...
Added Stringable::pipe & make Stringable tappable (#36017)
Accept a command in object form in Bus::assertChained (#36031)
Adds parallel testing (#36034)
Make Listeners, Mailables, and No...
Новое в Laravel 8.25: Параллельное Тестирование
https://blog.laravel.com/laravel-parallel-testing-is-now-available
https://blog.laravel.com/laravel-parallel-testing-is-now-available
The Laravel Blog
Laravel: Parallel Testing Is Now Available - The Laravel Blog
We're excited to announce that Parallel Testing is now available in Laravel. Starting Laravel v8.25, you may use the built-in `test` Artisan command to run your tests simultaneously across multiple processes to significantly reduce the time required to run…
Также зарелизены:
— Laravel 6.20.15
— Dusk 6.11.2
— Jetstream 2.1.2
— Lumen 8.2.2
— Sail 1.3.0
— Sanctum 2.9
— Slack Notification Channel 2.3.1
— Telescope 4.4.1
— Tinker 2.6
— Laravel 6.20.15
— Dusk 6.11.2
— Jetstream 2.1.2
— Lumen 8.2.2
— Sail 1.3.0
— Sanctum 2.9
— Slack Notification Channel 2.3.1
— Telescope 4.4.1
— Tinker 2.6
Кастомные маршруты в Fortify
https://youtu.be/Z3O9Pflsl4g
https://youtu.be/Z3O9Pflsl4g
YouTube
Custom Laravel Fortify Routes
Want more? Explore the library at http://codecourse.com
Need to tinker with Laravel Fortify routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
Need to tinker with Laravel Fortify routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
Кастомные маршруты в Jetstream
https://youtu.be/jEHxoMXmKhs
https://youtu.be/jEHxoMXmKhs
YouTube
Custom Laravel Jetstream Routes
Want more? Explore the library at http://codecourse.com
Need to tinker with Laravel Jetstream routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
Need to tinker with Laravel Jetstream routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
This media is not supported in your browser
VIEW IN TELEGRAM
Перезапуск сайта Laravel Pastebin
Обновлён дизайн. Добавлен тёмный режим. Сделана кнопка копирования.
https://paste.laravel.io/
Обновлён дизайн. Добавлен тёмный режим. Сделана кнопка копирования.
https://paste.laravel.io/
Отправка писем с помощью Mailjet
https://www.itsolutionstuff.com/post/how-to-send-mail-using-mailjet-in-laravelexample.html
https://www.itsolutionstuff.com/post/how-to-send-mail-using-mailjet-in-laravelexample.html
Itsolutionstuff
How to Send Mail using Mailjet in Laravel?
how to send mail using mailjet in laravel, laravel send mail mailjet example, laravel mailjet smtp example, laravel mailjet send email, laravel mailjet mail driver, send email with mailjet php laravel
Релиз Environment Synchronization
Пакет для актуализации файла .env.example
https://habr.com/ru/post/539464/
Пакет для актуализации файла .env.example
https://habr.com/ru/post/539464/
Контрактные тесты: гарантированное одинаковое поведение во всех реализациях интерфейса
https://www.kai-sassnowski.com/post/contract-tests/
https://www.kai-sassnowski.com/post/contract-tests/
Kai-Sassnowski
Contract Tests
There is more to the contract of an interface than just the methods it provides. All implementation of this interface actually need to behave consistently in the same situations. This post shows a way how we can test for this.
Испытание нового Параллельного Тестирования в Laravel 8.25
https://youtu.be/-zoWORI3_1g
https://youtu.be/-zoWORI3_1g
YouTube
Trying out the new Parallel Testing in Laravel 8
Laravel just released the new Parallel Testing feature so I thought I'd put a quick video together upgrading and seeing how much faster tests are - the results are pretty cool!
Definitely a great addition to Laravel 8!
Parallel Testing Docs:
https://la…
Definitely a great addition to Laravel 8!
Parallel Testing Docs:
https://la…
Видообзор пакета переключающего Jetstream с Tailwind на использование Bootstrap
https://youtu.be/Pd7EF2rkyOM
https://youtu.be/Pd7EF2rkyOM
YouTube
Jetstrap: Convert Jetstream from Tailwind to Bootstrap
Review of a package to swap Tailwind CSS to Bootstrap presets (with two themes), in Laravel Jetstream.
Try it out: https://github.com/nascent-africa/jetstrap
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel…
Try it out: https://github.com/nascent-africa/jetstrap
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel…
Развертывание приложения с нулевым временем простоя с помощью Github Actions на несколько серверов
https://philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-multiple-servers/
https://philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-multiple-servers/
Philo's Blog
Laravel Deployment With GitHub Actions
Learn step by step how to deploy any application to multiple servers without any down-time for free with GitHub Actions.
Hotwire в Laravel
https://laravel-news.com/use-basecamps-hotwire-in-laravel
https://laravel-news.com/use-basecamps-hotwire-in-laravel
Laravel News
Use Basecamp’s Hotwire in Laravel
Turbo Laravel is a package that gives you a set of conventions to get the most out of Hotwire in Laravel. Turbo is inspired by the turbo-rails gem, giving Laravel developers a similar experience as those developing with Hotwire in the Ruby world.
Быстрая генерация любых классов в PhpStorm
https://youtu.be/O-0gDmRDOXI
https://youtu.be/O-0gDmRDOXI
YouTube
Quickly Generate Any Laravel Class with PhpStorm
After a discussion on Twitter, I decided to show a few examples of how to use your IDE instead of wanting a "make:something" Artisan command for an empty PHP/Laravel class.
Original tweet: https://twitter.com/PovilasKorop/status/1353964417176784900
A few…
Original tweet: https://twitter.com/PovilasKorop/status/1353964417176784900
A few…
Макросы в Laravel: что это такое и как их использовать
https://qirolab.com/posts/what-are-laravel-macros-and-how-to-extending-laravels-core-classes-using-macros
https://qirolab.com/posts/what-are-laravel-macros-and-how-to-extending-laravels-core-classes-using-macros
Qirolab
What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example? | Qirolab
Laravel Macros are a great way of expanding Laravel's core macroable classes and add additional functionality needed for your application. In simple word, Laravel Macro is an (...)