Добавляем биллинг за 10 минут в Laravel-приложение
https://lorisleiva.com/add-billing-to-you-apps-in-10-minutes/
https://lorisleiva.com/add-billing-to-you-apps-in-10-minutes/
Loris
Add billing to your apps in 10 minutes
Add billing to your Laravel application using Paddle and Kanuu in 10 minutes.
This media is not supported in your browser
VIEW IN TELEGRAM
Завтра релиз PHP 8
Релиз Clockwork 5
Браузерный инструмент для PHP-разработки. Поддерживает Laravel, Lumen, Slim и Symfony.
https://underground.works/blog/clockwork-5.0-released-with-client-side-metrics-toolbar-and-more
Браузерный инструмент для PHP-разработки. Поддерживает Laravel, Lumen, Slim и Symfony.
https://underground.works/blog/clockwork-5.0-released-with-client-side-metrics-toolbar-and-more
Я работаю над проектами с Vue и Laravel последние два-три года. И в начале каждого я спрашиваю себя: «Как я собираюсь передать данные из Laravel в Vue?». Это относится как к приложениям, где компоненты Vue тесно связаны с шаблонами Blade, так и к одностраничникам, работающим совершенно независимо от бэкэнда Laravel. Вот вам четыре различных способа передачи данных от Laravel к Vue.
https://laravel.demiart.ru/four-ways-to-pass-data-from-laravel-to-vue/
https://laravel.demiart.ru/four-ways-to-pass-data-from-laravel-to-vue/
Уроки Laravel
Четыре способа передать данные из Laravel в Vue | Уроки Laravel
Я работаю над проектами с Vue и Laravel последние два-три года. И в начале каждого я спрашиваю себя: «Как я собираюсь передать данные из Laravel в Vue?». Это относится как к приложениям, где компонент
Laravel Livewire: Лайк и Дизлайк без JavaScript
https://youtu.be/wAnu_qXbV8c
https://youtu.be/wAnu_qXbV8c
YouTube
Laravel Livewire: Upvoting Posts without JavaScript
A simple example of a Livewire component that allows you to upvote/downvote posts, like on Reddit.
Full course "Practical Laravel Livewire from Scratch": https://bit.ly/livewirecourse
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Full course "Practical Laravel Livewire from Scratch": https://bit.ly/livewirecourse
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Новое в Laravel v8.16: Artisan-команда для подключения к БД
https://www.amitmerchant.com/artisan-command-to-connect-to-the-database-in-laravel-8x/
https://www.amitmerchant.com/artisan-command-to-connect-to-the-database-in-laravel-8x/
Amit Merchant - A blog on PHP, JavaScript, and more
Artisan command to connect to the database in CLI in Laravel 8.x
Laravel keeps getting better on each of its major releases. But sometimes, it’s the minor and patch releases that take the cake by introducing some lesser-noticed features.
В одном из моих проектов было требование отправить приветственное письмо после регистрации пользователя. Я начал гуглить и наткнулся на почтовый клиент 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?