Также релизнулись:
— Laravel 6.20.5
— Breeze 0.1.0
— Browser Kit Testing 6.2.2
— Cashier Stripe 12.6
— Dusk 6.9.1
— Fortify 1.7.2
— Horizon 5.5
— Jetstream 1.6.2
— Sanctum 2.8.2
— Socialite 5.1.1
— Laravel 6.20.5
— Breeze 0.1.0
— Browser Kit Testing 6.2.2
— Cashier Stripe 12.6
— Dusk 6.9.1
— Fortify 1.7.2
— Horizon 5.5
— Jetstream 1.6.2
— Sanctum 2.8.2
— Socialite 5.1.1
Laravel отношения Многие-ко-многим: Дополнительные поля в сводной таблице
https://youtu.be/v6kX9U5xxqQ
https://youtu.be/v6kX9U5xxqQ
YouTube
Laravel Many-to-Many: Extra Fields in Pivot Table
What if you have a belongsToMany relationship, and want to add the extra field(s) to the pivot table? In this video, I will show you how to do it, step-by-step: migration, model, form, controller.
Even more details - in this article "Laravel BelongsToMany:…
Even more details - in this article "Laravel BelongsToMany:…
Релиз Spatie Backtrace
Пакет для упрощения обратной трассировки в PHP
https://freek.dev/1840-a-better-way-to-work-with-a-backtrace-in-php
Пакет для упрощения обратной трассировки в PHP
https://freek.dev/1840-a-better-way-to-work-with-a-backtrace-in-php
freek.dev
A better way to work with a backtrace in PHP | freek.dev
To get the backtrace in PHP, you can use the debug_backtrace function. By default, it can be hard to work with. Using our newly released spatie/backtrace package, this becomes much simpler.
Let's dive in!
Let's dive in!
Добавляем биллинг за 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…