Новое в Laravel 8.32
Дамп HTTP-запроса перед отправкой.
https://laravel.com/docs/8.x/http-client#dumping-requests
Дамп HTTP-запроса перед отправкой.
https://laravel.com/docs/8.x/http-client#dumping-requests
Как использовать Laravel Sail с бэкендом Docker Desktop на WSL 2
https://medium.com/nuances-of-programming/как-использовать-laravel-sail-с-бэкендом-docker-desktop-на-wsl-2-4535a2005e20
https://medium.com/nuances-of-programming/как-использовать-laravel-sail-с-бэкендом-docker-desktop-на-wsl-2-4535a2005e20
Medium
Как использовать Laravel Sail с бэкендом Docker Desktop на WSL 2
Посмотрим, как происходит установка Docker Desktop на Windows 10, как она интегрируется с подсистемой Windows для Linux (WSL) 2 и как…
Тестирование Stripe Checkout с помощью Laravel Dusk
https://carlalexander.ca/test-stripe-checkout-customer-portal-laravel-dusk/
https://carlalexander.ca/test-stripe-checkout-customer-portal-laravel-dusk/
The Man in the Arena
How to test Stripe Checkout and Customer portal with Laravel Dusk | The Man in the Arena
Recently, I added billing to Ymir. It's a Laravel application, and adding payment functionality to it was a breeze with Laravel Cashier. Cashier supports different payment gateways…
Нормирование ресурсов для воркеров в Laravel
https://divinglaravel.com/rationing-your-laravel-queue-workers-memory-and-cpu-consumption
https://divinglaravel.com/rationing-your-laravel-queue-workers-memory-and-cpu-consumption
Релиз Laravel Remote
Пакет для запуска artisan-команд на удаленном сервере
https://freek.dev/1924-execute-artisan-commands-on-remote-servers
Пакет для запуска artisan-команд на удаленном сервере
https://freek.dev/1924-execute-artisan-commands-on-remote-servers
Как узнать какие запросы к БД будут выполняться при запуске ваших миграций
https://www.amitmerchant.com/dry-running-laravel-migrations-before-actually-migrating-them/
https://www.amitmerchant.com/dry-running-laravel-migrations-before-actually-migrating-them/
Amit Merchant - A blog on PHP, JavaScript, and more
Dry running Laravel migrations before actually migrating them
Sometimes, you might run into a situation where you want to see what all database queries will run upon running your Laravel migrations, and that too without actually running the migrations.
Как Laravel использует пакет
https://zubairmohsin.dev/blog/how-laravel-uses-dragonmantank-cronexpression-package-in-task-scheduling
dragonmantank/cron-expression
в планировщике задачhttps://zubairmohsin.dev/blog/how-laravel-uses-dragonmantank-cronexpression-package-in-task-scheduling
Релиз Laravel Database Schedule
Панель управления планировщиком задач
https://github.com/robersonfaria/laravel-database-schedule
Панель управления планировщиком задач
https://github.com/robersonfaria/laravel-database-schedule
Код-ревью от Povilas Korop: маршруты, CRUD и валидация
https://youtu.be/ZigTkUispLw
https://youtu.be/ZigTkUispLw
YouTube
Junior Code Review: Better Routes, CRUDs and Validation
Another code review from me, with a set of tips on how to structure the code better.
00:00 Intro
00:40 Route::get() to Route::view()
01:35 Formatting Code
02:15 Restructure Route Groups
04:14 Controllers: Naming Variables
05:29 Profile: No Resource Controller…
00:00 Intro
00:40 Route::get() to Route::view()
01:35 Formatting Code
02:15 Restructure Route Groups
04:14 Controllers: Naming Variables
05:29 Profile: No Resource Controller…
Релиз Laravel Multitenancy 2.0
Пакет для мультиарендности от Spatie. Теперь поддерживает PHP 8
https://spatie.be/docs/laravel-multitenancy/v2/introduction
Пакет для мультиарендности от Spatie. Теперь поддерживает PHP 8
https://spatie.be/docs/laravel-multitenancy/v2/introduction
Использование криптографических ключей AWS в Laravel
https://blog.deleu.dev/swapping-laravel-encryption-with-aws-kms/
https://blog.deleu.dev/swapping-laravel-encryption-with-aws-kms/
Тейлор продолжает интриговать своим новым пакетом. Из-за претензий его пришлось переименовать в Laravel Octane.
https://twitter.com/taylorotwell/status/1371156963283890188
https://twitter.com/taylorotwell/status/1371156963283890188
Сидирование на основе пользовательского ввода
https://www.amitmerchant.com/seeding-model-rows-based-on-user-input-in-laravel/
https://www.amitmerchant.com/seeding-model-rows-based-on-user-input-in-laravel/
Amit Merchant - A blog on PHP, JavaScript, and more
Seeding model rows based on the user input in Laravel
Oftentimes, it would be handy if you could seed the number of model rows based on the user input. i.e you don’t hardcode the number of rows a seeder would generate. The user will pass that number while running the seeder.
8 советов по аутентификации Laravel
https://youtu.be/-dpp4CJS6Vk
https://youtu.be/-dpp4CJS6Vk
YouTube
8 Tips & Tricks about Laravel Auth
Various less-known or less-used things about Laravel Authentication.
00:00 Intro
00:46 Tip 1. Login with $user
01:29 Tip 2. Get Logged-in User ID
02:18 Tip 3. Check User in Blade
02:44 Tip 4. Email Verification
03:45 Tip 5. Auth Events
04:21 Tip 6. Extra…
00:00 Intro
00:46 Tip 1. Login with $user
01:29 Tip 2. Get Logged-in User ID
02:18 Tip 3. Check User in Blade
02:44 Tip 4. Email Verification
03:45 Tip 5. Auth Events
04:21 Tip 6. Extra…
Код-ревью от Povilas Korop: безопасность и согласованность
https://youtu.be/oP7XRJZG-90
https://youtu.be/oP7XRJZG-90
YouTube
Laravel Junior Code Review: Security and Consistency
Another junior code review, with 10+ tips I can give, emphasizing security issues and consistency.
00:00 Intro: More Reviews and Celebration
01:59 Unused Routes
02:29 Run Artisan without Terminal/SSH
04:02 Blade: Two Ways of Commenting
05:07 Blade: @section…
00:00 Intro: More Reviews and Celebration
01:59 Unused Routes
02:29 Run Artisan without Terminal/SSH
04:02 Blade: Two Ways of Commenting
05:07 Blade: @section…
Реализация мультитенантности в Laravel 8
https://peretch.medium.com/multi-tenant-implementation-with-laravel-8-5d4471ed4c40
https://peretch.medium.com/multi-tenant-implementation-with-laravel-8-5d4471ed4c40
Medium
Multi-Tenant implementation with Laravel 8
In this demo I will show you how to implement a web application in Laravel, using the multi tenant pattern, with Tenancy library.