В одном из моих проектов было требование отправить приветственное письмо после регистрации пользователя. Я начал гуглить и наткнулся на почтовый клиент Sendgrid.
https://laravel.demiart.ru/how-to-send-welcome-emails-after-user-registration/
https://laravel.demiart.ru/how-to-send-welcome-emails-after-user-registration/
Уроки Laravel
Как отправить письмо после регистрации пользователя | Уроки Laravel
В одном из моих проектов было требование отправить приветственное письмо после регистрации пользователя. Я начал гуглить и наткнулся на почтовый клиент Sendgrid. Для его использования нужна учетная за
Новое в Laravel 8.16: Добавляем индикатор выполнения в artisan-команду
https://youtu.be/lJcW7SO_V1s
https://youtu.be/lJcW7SO_V1s
YouTube
Laravel: Add Progress Bar in Artisan Command
If your Artisan command takes longer, it may make sense to inform the user about the status, with a progress bar. In the newest Laravel 8.16, it became even more convenient.
Docs: https://laravel.com/docs/8.x/artisan#progress-bars
- - - - -
Try our Laravel…
Docs: https://laravel.com/docs/8.x/artisan#progress-bars
- - - - -
Try our Laravel…
Laravel live-кодинг: админка, crud и почтовые уведомления
https://youtu.be/rgOlkcTncv8
https://youtu.be/rgOlkcTncv8
YouTube
Live-coding: Laravel Admin Seed, Tenants CRUD and Email Invitations
A long video of me live-coding the BEGINNING of the project, which should have been an online course, but after these three lessons, I decided to cancel it, cause it would have been too long - 8-10 hours of my coding. So decided to publish this 40-minute…
Поиск с автозаполнением с помощью Typeahead
https://www.mynotepaper.com/laravel-auto-complete-search-using-typeahead
https://www.mynotepaper.com/laravel-auto-complete-search-using-typeahead
Shouts.dev
Laravel Auto Complete Search Using Typeahead
hi artisans, today I’m going to show you how to make an auto-complete search using typeahead.js. Typeahead.js is a flexible JavaScript library that provid
Использование blade-компонентов для заголовков страниц
https://youtu.be/I18SZee2tU4
https://youtu.be/I18SZee2tU4
YouTube
Using Laravel Blade Components for Page Titles
Want more? Explore the library at https://codecourse.com
Blade components are useful for re-usable elements of your app, but they also work really nicely as templates. This makes it really clean to define page titles for each of your pages.
Official site…
Blade components are useful for re-usable elements of your app, but they also work really nicely as templates. This makes it really clean to define page titles for each of your pages.
Official site…
Laravel детектор запросов N+1
https://youtu.be/MbN7BIcUnPA
https://youtu.be/MbN7BIcUnPA
YouTube
Laravel N+1 Query Detector: Don't Forget Eager Loading
There's a package that will automatically detect the so-called "N+1 Query Problem" with Eloquent Eager loading.
Package: https://github.com/beyondcode/laravel-query-detector
What is Eager Loading and N+1 Query Problem: https://laravel.com/docs/8.x/eloquent…
Package: https://github.com/beyondcode/laravel-query-detector
What is Eager Loading and N+1 Query Problem: https://laravel.com/docs/8.x/eloquent…
Использование NLP (Natural Language Processing — обработка естественного языка) для определение спама в Laravel-приложениях
https://towardsdatascience.com/how-to-deploy-machine-learning-model-in-laravel-application-5e021494d316
https://towardsdatascience.com/how-to-deploy-machine-learning-model-in-laravel-application-5e021494d316
Medium
How to deploy Machine Learning Model in Laravel Application
Call model API from Algorithmia & predict in Laravel
Livewire: Массовое редактирование
https://youtu.be/qazbd9mpPZI
https://youtu.be/qazbd9mpPZI
YouTube
Livewire Bulk-Edit with Laravel Collection Lessons
Two-in-one: demo of multi-entry editing with Livewire and Bootstrap modals, and also a few advanced examples of Laravel Collections transformations.
Repository: https://github.com/LaravelDaily/Laravel-Livewire-Bulk-Edit
My course on Laravel Livewire: h…
Repository: https://github.com/LaravelDaily/Laravel-Livewire-Bulk-Edit
My course on Laravel Livewire: h…
Создание и использование RESTful API в Laravel
https://madhavendra-dutt.medium.com/creating-and-consuming-restful-api-in-laravel-7dc116430b3
https://madhavendra-dutt.medium.com/creating-and-consuming-restful-api-in-laravel-7dc116430b3
Medium
Creating and Consuming RESTful API in Laravel
What is API?
В этой статье я расскажу вам, как создать свой собственный сервер GraphQL при помощи Laravel. Мы используем Lighthouse и научимся использовать встроенные директивы, создавать запросы и мутации, а также обрабатывать авторизацию и аутентификацию.
https://laravel.demiart.ru/graphql-laravel/
https://laravel.demiart.ru/graphql-laravel/
Уроки Laravel
GraphQL и Laravel | Уроки Laravel
В этой статье я расскажу вам, как создать свой собственный сервер GraphQL при помощи Laravel. Мы используем Lighthouse и научимся использовать встроенные директивы, создавать запросы и мутации, а такж
Также зарелизены:
— Laravel 7.30
— Laravel 6.20.6
— Horizon 5.6
— Jetstream 1.6.3
— Laravel 7.30
— Laravel 6.20.6
— Horizon 5.6
— Jetstream 1.6.3
Контроллеры вложенных ресурсов
https://youtu.be/9R_9Xe3Fgnw
https://youtu.be/9R_9Xe3Fgnw
YouTube
Laravel Nested Resource Controllers: Two-Level Deep
A less-known feature of Laravel Controllers: you can manage one Model related to a Parent model.
Docs: https://laravel.com/docs/8.x/controllers#restful-nested-resources
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in…
Docs: https://laravel.com/docs/8.x/controllers#restful-nested-resources
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in…
Как создавать свои Фасады в Laravel
https://youtu.be/SzZtQWdEFkk
https://youtu.be/SzZtQWdEFkk
YouTube
Laravel: How to create your own custom Facades
👨💻 Sign up for my test-driven development course.
https://tddwithlaravel.com
👨💻 Sign up to my newsletter and receive PHP, JS and Laravel news in a weekly-basis:
https://subscribe.mateusguimaraes.com
🎉 Party up:
https://twitter.com/mateusjatenee/
htt…
https://tddwithlaravel.com
👨💻 Sign up to my newsletter and receive PHP, JS and Laravel news in a weekly-basis:
https://subscribe.mateusguimaraes.com
🎉 Party up:
https://twitter.com/mateusjatenee/
htt…