Пошаговое руководство для новичков по созданию первого приложения на Laravel
https://laravel-news.com/your-first-laravel-application
https://laravel-news.com/your-first-laravel-application
Laravel News
Laravel Tutorial: Step by Step Guide to Building Your First Laravel Application - Laravel News
This Laravel tutorial will take you from the very beginning of an app idea into a real deployable Laravel application.
Кастомизация страниц ошибок в Laravel
https://youtu.be/iMAFUi6Z57k
https://youtu.be/iMAFUi6Z57k
YouTube
Laravel Error Pages: Change Text or Customize Layouts
If you see the default "404 | Not Found", how to customize that error message or the full page?
Official docs: https://laravel.com/docs/8.x/errors#custom-http-error-pages
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
Official docs: https://laravel.com/docs/8.x/errors#custom-http-error-pages
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
Отчеты Laravel: динамический размер страницы
https://blog.deleu.dev/laravel-report-dynamic-page-size/
https://blog.deleu.dev/laravel-report-dynamic-page-size/
Отчеты Laravel: пользовательская сортировка
https://blog.deleu.dev/laravel-report-user-defined-sorting/
https://blog.deleu.dev/laravel-report-user-defined-sorting/
Отчеты Laravel: диапазон дат
https://blog.deleu.dev/laravel-report-date-range/
https://blog.deleu.dev/laravel-report-date-range/
Реализация «Cобытий, Посылаемых Сервером» (SSE) с помощью Mercure в Laravel/Lumen
https://medium.com/@sirajul.anik/server-sent-events-with-mercure-in-laravel-lumen-14ddc41d3f15
https://medium.com/@sirajul.anik/server-sent-events-with-mercure-in-laravel-lumen-14ddc41d3f15
Medium
Server-Sent Events with Mercure in Laravel/Lumen
Server-Sent Events (SSE) are unidirectional event stream where the client subscribes to events from the stream server and the server only…
9 советов по сокращению кода в Laravel
https://youtu.be/NUYqjdmsIj8
https://youtu.be/NUYqjdmsIj8
YouTube
9 Tips for Shorter Laravel Code
Some random things that you can write in a shorter way, with various Laravel helpers.
00:00 Intro
00:19 Tip 1. Shorter @if auth()-check()
01:14 Tip 2. Shorter Auth user in Blade
02:37 Tip 3. Shorter @foreach
03:31 Tip 4. Shorter Carbon::now()
04:31 Tip 5.…
00:00 Intro
00:19 Tip 1. Shorter @if auth()-check()
01:14 Tip 2. Shorter Auth user in Blade
02:37 Tip 3. Shorter @foreach
03:31 Tip 4. Shorter Carbon::now()
04:31 Tip 5.…
Также зарелизены:
— Laravel 6.20.18
— Cashier Stripe 12.9.3
— Cashier Paddle 1.4.4
— Fortify 1.7.8
— Horizon 5.7.1
— Installer 4.2
— Sail 1.4.7
— Sanctum 2.9.1
— Telescope 4.4.5
— Laravel 6.20.18
— Cashier Stripe 12.9.3
— Cashier Paddle 1.4.4
— Fortify 1.7.8
— Horizon 5.7.1
— Installer 4.2
— Sail 1.4.7
— Sanctum 2.9.1
— Telescope 4.4.5
Новое в Laravel 8.32
Возможность замедлять воркеры. В примере: делать паузу между заданиями 500 мс и засыпать на 5 секунд, если очередь пуста.
Внимание: если вы используете Redis для хранения очередей, то замедление воркеров приведет к повышенному потреблению памяти, так как задачи будут храниться дольше.
https://laravel.com/docs/8.x/queues#worker-sleep-duration
Возможность замедлять воркеры. В примере: делать паузу между заданиями 500 мс и засыпать на 5 секунд, если очередь пуста.
Внимание: если вы используете Redis для хранения очередей, то замедление воркеров приведет к повышенному потреблению памяти, так как задачи будут храниться дольше.
https://laravel.com/docs/8.x/queues#worker-sleep-duration
Новое в Laravel 8.32
Мидлвар
https://laravel.com/docs/8.x/queues#throttling-exceptions
Мидлвар
ThrottlesExceptions
для троттлинга исключений. Как только задача выбрасывает заданное количество исключений, то все дальнейшие попытки выполнить задачу откладываются на указанный период времени.https://laravel.com/docs/8.x/queues#throttling-exceptions
Новое в 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.