Паттерн «Сервисный слой» в Laravel
Сервисный слой (Service layer) — это шаблон проектирования, который поможет вам абстрагировать логику от логики предметной области (domain logic), при необходимости использования разных интерфейсов. На самом деле вы делегируете логику приложения общему сервису (сервисному слою) и обслуживаете только один класс. К тому же это хороший способ почистить ваши контроллеры и содержать их в читабельном виде.
https://laravel.demiart.ru/service-layer-design-pattern/
Сервисный слой (Service layer) — это шаблон проектирования, который поможет вам абстрагировать логику от логики предметной области (domain logic), при необходимости использования разных интерфейсов. На самом деле вы делегируете логику приложения общему сервису (сервисному слою) и обслуживаете только один класс. К тому же это хороший способ почистить ваши контроллеры и содержать их в читабельном виде.
https://laravel.demiart.ru/service-layer-design-pattern/
Уроки Laravel
Паттерн «Сервисный слой» в Laravel | Уроки Laravel
Что такое паттерн «Сервисный слой» и примеры его применения в Laravel
Настройка Laravel 8 для CI/CD с Jenkins и GitHub
https://medium.com/@danielgara/configure-laravel-8-for-ci-cd-with-jenkins-and-github-part-1-58b9be304292
https://medium.com/@danielgara/configure-laravel-8-for-ci-cd-with-jenkins-and-github-part-1-58b9be304292
Medium
Configure Laravel 8 for CI/CD with Jenkins and GitHub — Part 1
This month I started to read a book called “Continuous Delivery with Docker and Jenkins — Second edition” from Rafal LESZKO. I bought it…
API-шлюз — аутентификация пользователя без использования базы данных
https://medium.com/@sirajul.anik/api-gateway-authenticating-user-without-db-storage-in-laravel-lumen-3ef1c1f300d3
https://medium.com/@sirajul.anik/api-gateway-authenticating-user-without-db-storage-in-laravel-lumen-3ef1c1f300d3
Medium
API gateway — Authenticating user without DB storage in Laravel/Lumen
Goal
Релиз Laravel Queued DB Cleanup
Пакет для безопасного удаления большого количества записей из базы данных
https://github.com/spatie/laravel-queued-db-cleanup
Пакет для безопасного удаления большого количества записей из базы данных
https://github.com/spatie/laravel-queued-db-cleanup
Маршрутизация в Laravel 8. Полное описание.
https://medium.com/@zubairidrisaweda/routing-in-laravel-8-e8e373413b8f
https://medium.com/@zubairidrisaweda/routing-in-laravel-8-e8e373413b8f
Medium
Routing In Laravel 8
How It Should Be Done
Как создать Хелперы (глобальные функции) в Laravel 8
https://dev.to/kingsconsult/how-to-create-laravel-8-helpers-function-global-function-d8n
https://dev.to/kingsconsult/how-to-create-laravel-8-helpers-function-global-function-d8n
DEV Community
How to create Helpers function in Laravel 8 (Global function)
Good day, today, we are going to create a helper function in laravel 8, this is the same method in cr...
Auth0 в Laravel 8 API + SPA
https://codelike.pro/successfully-implement-auth0-in-laravel-apis-with-a-spa/
https://codelike.pro/successfully-implement-auth0-in-laravel-apis-with-a-spa/
codelike.pro
Successfully implement Auth0 in Laravel 8 APIs with a SPA
When you have to choose how to start a new project you have many choices if you think about languages, frameworks and authentication.
In our case (we = company where I work) we’re going with a classic SPA: Vue + Laravel API. Additionally, we’re using Auth0…
In our case (we = company where I work) we’re going with a classic SPA: Vue + Laravel API. Additionally, we’re using Auth0…
Автоматизация получения событий с Facebook с помощью Laravel Dusk
https://medium.com/@microDesignn/automatically-fetch-facebook-page-events-with-laravel-dusk-5a6c6a8662b3
https://medium.com/@microDesignn/automatically-fetch-facebook-page-events-with-laravel-dusk-5a6c6a8662b3
Medium
Automatically Fetch Facebook Page Events With Laravel Dusk
As you may know, Facebook removes access to their page events API so only manually approved businesses can use it, even if you are the…
Бесконечная прокрутка в Laravel
https://devdojo.com/bobbyiliev/how-to-add-a-simple-infinite-scroll-pagination-to-laravel
https://devdojo.com/bobbyiliev/how-to-add-a-simple-infinite-scroll-pagination-to-laravel
DevDojo
How to Add a Simple Infinite Scroll Pagination to Laravel?
Introduction In order to optimize your website load time, you should not load too many resources on one page as it could result in longer page load times. That is why it is good to use pagination to l...
Создаём PDF-файл в Laravel 8
https://www.phpcodingstuff.com/blog/laravel-8-generate-pdf-file-using-dompdf.html
https://www.phpcodingstuff.com/blog/laravel-8-generate-pdf-file-using-dompdf.html
PHP Coding Stuff
[Laravel 8 PDF] Laravel 8 Generate PDF File using DomPDF- Step by Step
Generate pdf in php.In this tutorial, we will learn how to generate html2pdf in very easy ways too. Very easy to use how to generate pdf in php dynamically.
Рефакторинг: Флюентный API (цепочка методов по которой перетекает вызов) и Ожидающий объект
https://youtu.be/w7QzoOZN2tk
https://youtu.be/w7QzoOZN2tk
YouTube
Fluent APIs and Pending Objects - Laravel
👨💻 Check out the discounted, early-release version of my test-driven development course: https://tddwithlaravel.com👨💻 Sign up to my newsletter and rece...
Работа с пакетом Laravel Typescript Transformer
https://rubenvanassche.com/typing-your-frontend-from-the-backend/
https://rubenvanassche.com/typing-your-frontend-from-the-backend/
Ruben Van Assche
Typing your frontend from the backend
In the past few months, we've been working on one of the biggest projects ever. This created some challenges to keep our frontend and backend types in sync.
Очереди в Laravel. Шаг за шагом на примере.
https://itsolutionstuff.com/post/laravel-8-queue-step-by-step-tutorial-exampleexample.html
https://itsolutionstuff.com/post/laravel-8-queue-step-by-step-tutorial-exampleexample.html
Itsolutionstuff
Laravel 8 Queue Step by Step Tutorial Example
laravel 8 queue example, laravel 8 queue step by step, laravel 8 queue example, laravel 8 mail queue example, laravel 8 queue database driver, laravel 8 queue driver database not working, laravel 8 queue listen
Преобразование, валидация и хранение base64-файлов в Laravel
https://protone.media/en/blog/convert-and-store-base64-encoded-files-in-laravel-use-validation-rules-and-access-the-decoded-files-from-the-request-instance
https://protone.media/en/blog/convert-and-store-base64-encoded-files-in-laravel-use-validation-rules-and-access-the-decoded-files-from-the-request-instance
Protone Media
Convert and store Base64 encoded files in Laravel, use Validation rules, and access the decoded files from the Request instance…
Laravel makes it easy to handle file uploads from a request that's
multipart/form-data encoded. You can access uploaded files through a
Request instance, and it has helper methods to store files easily. It
also has a bunch of rules to validate incoming files.…
multipart/form-data encoded. You can access uploaded files through a
Request instance, and it has helper methods to store files easily. It
also has a bunch of rules to validate incoming files.…
Исключения в Laravel: Зачем и как использовать и создавать свои собственные
https://youtu.be/RTTXZVIL6tw
https://youtu.be/RTTXZVIL6tw
YouTube
Exceptions in Laravel: Why/How to Use and Create Your Own
I see a lot of developers not using Exception classes and try-catch blocks because they don't understand how they actually work under the hood. So, let's learn with an example.
Links mentioned in the video:
- Laravel: When to Use Static Methods, Services…
Links mentioned in the video:
- Laravel: When to Use Static Methods, Services…