Как 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.
Использование Tailwind JIT-компилятора с Laravel Mix
https://dyrynda.com.au/blog/using-tailwind-jit-with-laravel-mix
https://dyrynda.com.au/blog/using-tailwind-jit-with-laravel-mix
Также зарелизены:
— Laravel 6.20.19
— Cashier Stripe 12.10
— Forge SDK 3.5
— Horizon 5.7.2
— Installer 4.2.1
— Sail 1.4.8
— Laravel 6.20.19
— Cashier Stripe 12.10
— Forge SDK 3.5
— Horizon 5.7.2
— Installer 4.2.1
— Sail 1.4.8
Как решить следующую ошибку в маршрутах Laravel: Undefined offset: 0
https://blog.jacksonbates.com/laravel-routes-bug
https://blog.jacksonbates.com/laravel-routes-bug
Советы по Laravel
Пример рефакторинга сделанного при помощи Коллекций.
Подробнее о методах коллекций: https://laravel.com/docs/8.x/collections#available-methods
Пример рефакторинга сделанного при помощи Коллекций.
Подробнее о методах коллекций: https://laravel.com/docs/8.x/collections#available-methods