Сортировка запросов БД по полю отношений
#english
https://reinink.ca/articles/ordering-database-queries-by-relationship-columns-in-laravel
#english
https://reinink.ca/articles/ordering-database-queries-by-relationship-columns-in-laravel
Используем тип данных «Валюта» с помощью Кастомных Кастов в Laravel 7
#english
https://www.twilio.com/blog/create-currency-data-type-custom-casts-laravel-7
#english
https://www.twilio.com/blog/create-currency-data-type-custom-casts-laravel-7
Laravel и фреймворк для тестирования Codeception
#english
https://glennkimble.me/blog/using-laravel-assertions-in-codeception/
#english
https://glennkimble.me/blog/using-laravel-assertions-in-codeception/
Как узнать тип файла в Laravel, начиная с версии 7.14
#english
https://www.amitmerchant.com/guess-file-extension-laravel/
#english
https://www.amitmerchant.com/guess-file-extension-laravel/
Amit Merchant - A blog on PHP, JavaScript, and more
Find the extension of files without extension in Laravel
It’s helpful sometimes when you have a file and it doesn’t have extension attached to it but you want to know the extension of the file regardless.
Учимся использовать Alpine.js с Livewire на примере создания верификационной формы для Twilio.
#english
https://www.twilio.com/blog/intro-alpine-js-twilio-verify-laravel-livewire
#english
https://www.twilio.com/blog/intro-alpine-js-twilio-verify-laravel-livewire
Twilio Blog
Intro to Alpine.js with Twilio Verify and Laravel Livewire
Create a phone number verification form with Alpine.js, Twilio Verify, and Laravel Livewire
Подробный гайд об Уведомлениях в Laravel — Часть 1
#english
https://medium.com/@sirajul.anik/laravel-notifications-part-1-understanding-laravel-notification-thoroughly-4e54b7bf0af9
#english
https://medium.com/@sirajul.anik/laravel-notifications-part-1-understanding-laravel-notification-thoroughly-4e54b7bf0af9
Medium
Laravel Notifications — Part 1: Understanding Laravel Notification thoroughly
The term notification means it all. This article tries to describe the thorough concept of Laravel Notifications and how it’s done…
Laravel Intellisense плагин для Visual Studio Code
Автокомплит для eloquent-моделей, ресурсов, шаблонов, маршрутов, конфигов и фабрик.
#english
https://laravel-news.com/laravel-intellisense-vscode
Автокомплит для eloquent-моделей, ресурсов, шаблонов, маршрутов, конфигов и фабрик.
#english
https://laravel-news.com/laravel-intellisense-vscode
Laravel News
Laravel Intellisense Plugin for Visual Studio Code - Laravel News
Laravel Intellisense is a Visual Studio Code plugin by Mohamed Benhida that provides some nice auto-completion for things like Eloquent models, factories, config, and API resources.
Гайд об Уведомлениях в Laravel — Часть 2
Как создать свой канал уведомлений
#english
https://medium.com/@sirajul.anik/laravel-notifications-part-2-creating-a-custom-notification-channel-6b0eb0d81294
Как создать свой канал уведомлений
#english
https://medium.com/@sirajul.anik/laravel-notifications-part-2-creating-a-custom-notification-channel-6b0eb0d81294
Medium
Laravel Notifications — Part 2: Creating a custom notification channel
In part 1, I discussed how Laravel notifications work. I tried my best to give a thorough picture of the concept. Now I will …
Eloquent Filter 2.0
Релиз второй версии пакета для фильтрации данных модели из строки запроса
#english
https://medium.com/@mehdifathi.developer/introduce-eloquent-filter-2-in-laravel-21bfb35195e9
Релиз второй версии пакета для фильтрации данных модели из строки запроса
#english
https://medium.com/@mehdifathi.developer/introduce-eloquent-filter-2-in-laravel-21bfb35195e9
Medium
Introduce Eloquent Filter 2 in Laravel
The Eloquent filter is a package for filter data of models by the query string. Easy to use and fully dynamic.
Аутентификация через Laravel Sanctum и Android с Retrofit и RoboPojoGenerator — Часть 1
В первой части работаем с Sanctum.
#english
https://medium.com/@fahrursanjaya_37096/authentication-using-laravel-airlock-sanctum-and-android-with-retrofit-part-1-cfee460f253e
В первой части работаем с Sanctum.
#english
https://medium.com/@fahrursanjaya_37096/authentication-using-laravel-airlock-sanctum-and-android-with-retrofit-part-1-cfee460f253e
Medium
Authentication Using Laravel AirLock/Sanctum and Android with Retrofit Part 1
in this article we will try to authenticating Laravel API with the new Laravel Sanctum (before Sanctum it was called Laravel Airlock) on…
Сортировка по полю отношений
Расскажу, как отсортировать запросы к базе данных по полю Eloquent-отношения. Например, нам нужно сделать сортировку пользователей по названию их компании, которое находится в отдельной таблицу companies. Сам способ сортировки зависит от типа отношений, и, по сравнению с обычной сортировкой, может быть довольно сложен.
Расскажу, как отсортировать запросы к базе данных по полю Eloquent-отношения. Например, нам нужно сделать сортировку пользователей по названию их компании, которое находится в отдельной таблицу companies. Сам способ сортировки зависит от типа отношений, и, по сравнению с обычной сортировкой, может быть довольно сложен.
Подборка на Хабре всех новостей канала за неделю
https://habr.com/ru/post/506648/
https://habr.com/ru/post/506648/
Debugbar против Telescope: сравнение инструментов разработки
#english
https://barryvdh.nl/laravel/debugbar/telescope/2020/06/14/laravel-debugbar-vs-telescope-toolbar/
#english
https://barryvdh.nl/laravel/debugbar/telescope/2020/06/14/laravel-debugbar-vs-telescope-toolbar/
Dropzone+Laravel+Vue: Загрузка файлов простым перетаскиванием в браузер
#enligsh
https://medium.com/@cerwyneliata.c/drag-and-drop-file-uploader-using-dropzone-library-and-vue-component-laravel-9f972c1d125c
#enligsh
https://medium.com/@cerwyneliata.c/drag-and-drop-file-uploader-using-dropzone-library-and-vue-component-laravel-9f972c1d125c
Medium
Drag and Drop File Uploader using Dropzone Library and Vue Component — Laravel
The Dropzone library gives us a beautiful styling when creating a drag and drop file uploader element. Of course, it’s highly customizable!
Как получить предыдущую и следующую записи в Laravel
В моём приложении Подкасты мне нужно было показывать предыдущий и следующий подкасты из этого же шоу.
Вроде звучит просто, но на самом деле это не так, ведь для этого не существует стандартного SQL-запроса, чтобы взять и одним оператором получить всё что нужно.
В моём приложении Подкасты мне нужно было показывать предыдущий и следующий подкасты из этого же шоу.
Вроде звучит просто, но на самом деле это не так, ведь для этого не существует стандартного SQL-запроса, чтобы взять и одним оператором получить всё что нужно.
Пишем кастомное правило валидации для проверки битрейта видео
#english
https://medium.com/@elizov/laravel-custom-validation-rules-for-videos-89cbc90c9d94
#english
https://medium.com/@elizov/laravel-custom-validation-rules-for-videos-89cbc90c9d94
Medium
Laravel custom validation rules for videos
How to create a custom validation rule in Laravel to check the video bitrate
Добавляем try/catch в коллекции Laravel
#english
https://freek.dev/1691-adding-trycatch-to-laravel-collections
#english
https://freek.dev/1691-adding-trycatch-to-laravel-collections
Можно ли троттлить колбэки в Laravel? Конечно можно!
#english
https://medium.com/@DarkGhostHunter/laravel-can-you-throttle-a-callback-sure-you-can-2ab64c1a99a3
#english
https://medium.com/@DarkGhostHunter/laravel-can-you-throttle-a-callback-sure-you-can-2ab64c1a99a3
Medium
Laravel: Can you throttle a callback? Sure you can!
I’d like some pancakes!