Релиз Laravel Analytics
Аналитика просмотров страниц с панелью управления
https://github.com/AndreasElia/laravel-analytics
Аналитика просмотров страниц с панелью управления
https://github.com/AndreasElia/laravel-analytics
Успешный рефакторинг — будьте готовы остановиться в любой момент
https://matthiasnoback.nl/2021/02/refactoring-prepare-to-stop/
https://matthiasnoback.nl/2021/02/refactoring-prepare-to-stop/
Код-ревью от Povilas Korop: оптимизация сидов и eloquent-запросов
https://youtu.be/pJe1OUDCOmY
https://youtu.be/pJe1OUDCOmY
YouTube
Code Review: Optimize Seeds and Eloquent Queries
In this video, I take the code written by one of the developers I mentor and show how to make the seeds run 3x faster.
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
- Enroll…
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
- Enroll…
❤1
Модульное тестирование API с помощью Pest
https://www.twilio.com/blog/unit-test-laravel-api-pest-framework
https://www.twilio.com/blog/unit-test-laravel-api-pest-framework
Twilio
How to Unit Test a Laravel API with the Pest Framework
Pest is a new testing framework for PHP, aiming to provide a better experience for writing tests by providing expressive interfaces. In this tutorial, you'll learn how to build a small, Laravel, to-do application and test it using the Pest framework.
Мутационное тестирование
https://johnbraun.blog/posts/mutation-testing
https://johnbraun.blog/posts/mutation-testing
ww16.johnbraun.blog
johnbraun.blog - This website is for sale! - johnbraun Resources and Information.
This website is for sale! johnbraun.blog is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, johnbraun.blog has it all. We hope you find what you are searching for!
Релиз Sprucewire
Адаптер для Spruce и Livewire. Позволяет использовать глобальные состояния Spruce для обмена данными между компонентами Livewire и синхронизировать их состояния.
https://github.com/joshhanley/sprucewire
Адаптер для Spruce и Livewire. Позволяет использовать глобальные состояния Spruce для обмена данными между компонентами Livewire и синхронизировать их состояния.
https://github.com/joshhanley/sprucewire
GitHub
GitHub - joshhanley/sprucewire: An adapter enabling Livewire and Spruce to be entangled
An adapter enabling Livewire and Spruce to be entangled - GitHub - joshhanley/sprucewire: An adapter enabling Livewire and Spruce to be entangled
Новое в Laravel 8.28: каст AsArrayObject
https://www.amitmerchant.com/mutation-free-json-columns-updation-using-asarrayobject-eloquent-cast/
https://www.amitmerchant.com/mutation-free-json-columns-updation-using-asarrayobject-eloquent-cast/
Amit Merchant - A blog on PHP, JavaScript, and more
Mutation-free JSON column updation using AsArrayObject Eloquent cast
If you have worked with a Large scale Laravel application, there might be a great chance that you would have to use JSON columns to save some information in your tables.
Эксплуатация уязвимости в Laravel Ignition
https://zdresearch.com/rce-on-a-laravel-private-program/
https://zdresearch.com/rce-on-a-laravel-private-program/
ZDResearch
RCE on a Laravel Private Program - ZDResearch
The recent Laravel CVE enables remote attackers to exploit a RCE flaw in websites using Laravel. I’ve read the article about the exploitation procedure using the Ignition library on Laravel. To get started, I went through our recon database which contains…
Статистика установок за последние 30 дней:
«Устаревший» пакет уделывает новичков на порядок.
Laravel UI
— 1 216 358Laravel Jetstream
— 145 850Laravel Breeze
— 43 802«Устаревший» пакет уделывает новичков на порядок.
Тестирование Stripe Elements на Laravel Dusk
https://duncanm.dev/stripe-elements-laravel-dusk
https://duncanm.dev/stripe-elements-laravel-dusk
Как в Laravel загружать файлы на Amazon S3
https://youtu.be/xZQM9q_QxMA
https://youtu.be/xZQM9q_QxMA
YouTube
Laravel: How to Upload Files to Amazon S3
A free lesson from my upcoming course about file uploads in Laravel.
Check out all my courses: https://laraveldaily.teachable.com
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Check out all my courses: https://laraveldaily.teachable.com
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Релиз Laravel Vite
Интеграция Vite (очень быстрый сборщик) для замены Laravel Mix.
https://laravel-vite.innocenzi.dev/
Интеграция Vite (очень быстрый сборщик) для замены Laravel Mix.
https://laravel-vite.innocenzi.dev/
Как использовать меньше памяти при загрузке Eloquent-данных
https://youtu.be/IE557e1Fy84
https://youtu.be/IE557e1Fy84
YouTube
Eloquent RAM Optimize: Load Only What You Need
A simple example of how to use less memory when loading Eloquent data.
My course "Eloquent: Expert Level" http://bit.ly/eloquent-course
New in Laravel 8: withSum/withMax/withAvg on Relationships: https://www.youtube.com/watch?v=LmRmgcIJt-4
- - - - -
Support…
My course "Eloquent: Expert Level" http://bit.ly/eloquent-course
New in Laravel 8: withSum/withMax/withAvg on Relationships: https://www.youtube.com/watch?v=LmRmgcIJt-4
- - - - -
Support…
Кэшируем Laravel API с помощью ETag и условных http-запросов
https://hergen.nl/caching-your-laravel-api-with-etag-and-conditional-requests
https://hergen.nl/caching-your-laravel-api-with-etag-and-conditional-requests
Hergen's Blog
Caching your Laravel API with ETag and Conditional Requests
When writing an application with a decoupled front- and backend, you'll have to start considering the requests your frontend client makes to the API. Fetching data again from the backend, even when you only want to verify that your frontend's cache i...