Как массово обновить большой объем данных в Laravel, чтобы не нагружать базу данных
#english
https://medium.com/@sentiasa/bulk-update-multiple-records-with-separate-data-laravel-3da9131c279a
#english
https://medium.com/@sentiasa/bulk-update-multiple-records-with-separate-data-laravel-3da9131c279a
Medium
🔥 Bulk Update Multiple Records with Separate Data — Laravel
As a rule of thumb, we should never run database queries inside a for-loop!
Логин пользователя через Facebook с помощью пакета Laravel Socialite
#english
https://stackcoder.in/posts/facebook-login-with-php-laravel-socialite
#english
https://stackcoder.in/posts/facebook-login-with-php-laravel-socialite
StackCoder
Facebook Login With PHP Laravel Socialite | StackCoder
We will implement a Facebook login with the PHP Laravel Socialite package. This package is really awesome for all social logins.
Пакет Laravel Factories Reloaded для замены дефолтных фабрик Laravel
#english
https://laravel-news.com/laravel-factories-reloaded
#english
https://laravel-news.com/laravel-factories-reloaded
Laravel News
Laravel Factories Reloaded
Laravel Factories Reloaded is a package by Christoph Rumpel that generates class-based model factories that you can use instead of the factory files Laravel provides.
Загрузка файлов в Amazon S3 из Laravel+Vue.js/Nuxt.js
#english
https://medium.com/@dev.okonkwoflair/upload-files-to-amazon-s3-from-the-browser-using-pre-signed-post-laravel-nuxt-js-546cd0acb40e
#english
https://medium.com/@dev.okonkwoflair/upload-files-to-amazon-s3-from-the-browser-using-pre-signed-post-laravel-nuxt-js-546cd0acb40e
Medium
Upload files to Amazon S3 from the browser using pre-signed post (Laravel, Nuxt.js)
Technology Stack: Nuxt.js Frontend, Laravel (lumen) Backend
Релиз Laravel Executor 1.0
Пакет для упрощенного запуска кода и команд при установке или обновлении вашего приложения.
#english
https://laravel-news.com/laravel-executor-package
Пакет для упрощенного запуска кода и команд при установке или обновлении вашего приложения.
#english
https://laravel-news.com/laravel-executor-package
Laravel News
Simplify Installing and Updating your App With Laravel Executor
Laravel Executor is a package by Ash Allen that simplifies running code and commands when installing or updating your web application.
Laravel Passport. Управляем генерацией JSON веб-токенов и используем больше пользовательской информации.
#english
https://josepostiga.com/add-control-to-json-web-tokens-generation-on-laravel-passport/
#english
https://josepostiga.com/add-control-to-json-web-tokens-generation-on-laravel-passport/
I Am José Postiga
Add control to JSON Web Tokens generation on Laravel Passport
How to quickly extend the default JWT generation behavior to add personalized claims and make it hold more relevant information.
Оттладка Laravel-приложения с Xdebug+PhpStorm в Докере. Часть 1.
Derick Rethans, создатель XDebug, 40 минут разбирается как тут всё работает.
#english
https://vimeo.com/433218463
Derick Rethans, создатель XDebug, 40 минут разбирается как тут всё работает.
#english
https://vimeo.com/433218463
Vimeo
Setting up debugging with Xdebug, PhpStorm, and Laravel in Docker
In this video I teach myself how to run PHP's built-in web server to run a (very simple) Laravel application inside a Docker container, and then configure Xdebug…
Делаем ссылки в навигации активными с помощью blade-директивы
#english
https://ryangjchandler.co.uk/articles/add-classes-to-active-link-in-laravel
#english
https://ryangjchandler.co.uk/articles/add-classes-to-active-link-in-laravel
Релиз Guzzle 7
Новая мажорная версия популярного http-клиента
#english
https://laravel-news.com/guzzle-7-released
Новая мажорная версия популярного http-клиента
#english
https://laravel-news.com/guzzle-7-released
Laravel News
Guzzle 7 Released
The popular Guzzle HTTP client reached version 7 last week, with the exciting news that most users (the changelog says 95% of users) will be able to upgrade without modification. Learn more about what’s new in Guzzle 7.