Маршрутизация в 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…
API сервер лог в Laravel
Работая с API иногда имеет смысал делать лог запросов, которы приходят на сервер, и ответов, которы сервер отправляет. Сейчас давайте рассмотрим как делать лог, когда программируешь API сервис. Например, если система третьей стороны присылате нам уведомления, что заказ отпавлен, неплохо было бы сделать лог запросов которые эта система присылает и ответов, которые высылает наша система. Такой лог поможет разрешить спорные ситуации или найти ошибки в работе системы.
https://laravel.ru/posts/1254
Работая с API иногда имеет смысал делать лог запросов, которы приходят на сервер, и ответов, которы сервер отправляет. Сейчас давайте рассмотрим как делать лог, когда программируешь API сервис. Например, если система третьей стороны присылате нам уведомления, что заказ отпавлен, неплохо было бы сделать лог запросов которые эта система присылает и ответов, которые высылает наша система. Такой лог поможет разрешить спорные ситуации или найти ошибки в работе системы.
https://laravel.ru/posts/1254
Мульти-гвардовая аутентификация с Laravel Fortify
https://max-eckel.dev/posts/multi-guard-authentication-with-laravel-fortify
https://max-eckel.dev/posts/multi-guard-authentication-with-laravel-fortify
Кастомное логирование
https://youtu.be/GOmiWKpwFSo
https://youtu.be/GOmiWKpwFSo
YouTube
Simple Custom Laravel Logging
Want more? Explore the library at http://codecourse.com
This snippet walks you through setting up a separate log channel in Laravel, with its own file. We'll also tap into a custom log formatter to choose the output structure. Great for separating different…
This snippet walks you through setting up a separate log channel in Laravel, with its own file. We'll also tap into a custom log formatter to choose the output structure. Great for separating different…
PHP: Community Synergy Initiative
Пол Драгунис и Кристоф Румпель подняли вопрос об актуальности PHP-документации и что с этим делать. Опрос прилагается.
https://www.reddit.com/r/PHP/comments/ivpfcf/php_community_synergy_initiative/
Пол Драгунис и Кристоф Румпель подняли вопрос об актуальности PHP-документации и что с этим делать. Опрос прилагается.
https://www.reddit.com/r/PHP/comments/ivpfcf/php_community_synergy_initiative/
Reddit
From the PHP community on Reddit: PHP: Community Synergy Initiative
Explore this post and more from the PHP community