Подробное руководство по использованию Soft Deletes в Laravel
«Мягкое удаление» — когда данные из базы не удаляются, а только помечаются как удаленные.
#english
https://www.thisprogrammingthing.com/2020/Working-With-Laravels-SoftDelete-Trait/
«Мягкое удаление» — когда данные из базы не удаляются, а только помечаются как удаленные.
#english
https://www.thisprogrammingthing.com/2020/Working-With-Laravels-SoftDelete-Trait/
Thisprogrammingthing
Working With Soft Deletes in Laravel 8 and 9 (By Example)
The annoying thing about deleting data from a database is that it’s gone forever. We can’t even look at the data to see if we needed it because it’s gone. ...
Laravel+Twilio: Пишем WhatsApp-бота для для конвертации валют
#english
https://www.twilio.com/blog/build-whatsapp-currency-conversion-bot-twilio-laravel
#english
https://www.twilio.com/blog/build-whatsapp-currency-conversion-bot-twilio-laravel
Локализация кастов в Laravel на примере часового пояса пользователя
#english
https://james.brooks.page/blog/localized-datetime-casting-in-laravel/
#english
https://james.brooks.page/blog/localized-datetime-casting-in-laravel/
james.brooks.page
Localized Date Time Casting In Laravel | James Brooks
Software Developer from Staffordshire, United Kingdom
Улучшенный способ создания трейтов для тестов
#english
https://medium.com/@SlyFireFox/laravel-tips-making-your-own-trait-hooks-for-tests-the-better-way-5eab2f78a0b1
#english
https://medium.com/@SlyFireFox/laravel-tips-making-your-own-trait-hooks-for-tests-the-better-way-5eab2f78a0b1
Medium
Laravel Tips: Making your own trait ‘hooks’ for tests (the better way)
I originally wrote Laravel Tips: Making your own trait ‘hooks’ for tests last year in March, which honestly feels like a lifetime ago with…
Разработка через тестирование (TDD): пишем RESTful API для управления публикациями
#english
https://medium.com/@armin.abbasi.alt/using-tdd-to-create-a-restful-api-with-laravel-7-x-3f82b7a1283e
#english
https://medium.com/@armin.abbasi.alt/using-tdd-to-create-a-restful-api-with-laravel-7-x-3f82b7a1283e
Medium
Using TDD to Create a RESTful API with Laravel 7.x
When I was learning about writing tests I couldn’t find a cohesive tutorial that takes you through all steps of the project implementation…
Laravel + Внедрение зависимостей: Реализуем гибкую корзину для эл.магазина. Если пользователь залогинен, то она будет использовать БД, а если нет — сессии.
#english
https://medium.com/@mwakalingajohn/laravel-7-dependency-injection-cart-implementation-in-an-ecommerce-website-service-container-b0222f8cecd4
#english
https://medium.com/@mwakalingajohn/laravel-7-dependency-injection-cart-implementation-in-an-ecommerce-website-service-container-b0222f8cecd4
Medium
Laravel 7 + Dependency Injection: Cart implementation in an eCommerce website, Service Container to the rescue
How I used service container to create a flexible cart that uses database or session implementation depending on user authentication state…
Laravel Short Schedule
Релиз нового пакета от Spatie. Планировщик выполнения artisan-команд, вплоть до ежесекундного.
https://github.com/spatie/laravel-short-schedule
#english
Видеоурок по использованию: https://spatie.be/videos/laravel-package-training/laravel-short-schedule-part-1-using-the-package
Релиз нового пакета от Spatie. Планировщик выполнения artisan-команд, вплоть до ежесекундного.
https://github.com/spatie/laravel-short-schedule
#english
Видеоурок по использованию: https://spatie.be/videos/laravel-package-training/laravel-short-schedule-part-1-using-the-package
Подробный урок в 4-х частях, как с нуля на Laravel сделать свой Блог/Новостной сайт
#english
https://unitedwebsoft.in/blog/creating-laravel-blog-news-website-scratch/
#english
https://unitedwebsoft.in/blog/creating-laravel-blog-news-website-scratch/
UnitedWebSoft.in
Creating Laravel Blog,News website from scratch tutorial series | Part 1
Learn to create blog or news website in Laravel from scratch, we will create laravel blogging or news based website using latest laravel version .
Larahelp
Новый пакет от DarkGhostHunter, содержащий 35 глобальных хелперов
https://github.com/DarkGhostHunter/Larahelp
#english
Статья о пакете: https://medium.com/@DarkGhostHunter/laravel-adding-those-missing-helpers-you-always-wanted-acaea8cbddce
Новый пакет от DarkGhostHunter, содержащий 35 глобальных хелперов
https://github.com/DarkGhostHunter/Larahelp
#english
Статья о пакете: https://medium.com/@DarkGhostHunter/laravel-adding-those-missing-helpers-you-always-wanted-acaea8cbddce
Учимся писать тесты на PHPUnit на примере разработки API.
Репозиторий с кодом прилагается.
#english
https://www.twilio.com/blog/unit-testing-laravel-api-phpunit
Репозиторий с кодом прилагается.
#english
https://www.twilio.com/blog/unit-testing-laravel-api-phpunit
Twilio
Getting Started with Unit Testing a Laravel API using PHPUnit
A great introduction to unit testing in Laravel by building a custom API
Реализация паттерна «Стратегия» на основе базы данных
#english
https://robertogallea.com/posts/tutorials/database-oriented-strategy-configuration
#english
https://robertogallea.com/posts/tutorials/database-oriented-strategy-configuration
Пакет «Bref Laravel Bridge»
#english
https://github.com/brefphp/laravel-bridge
Благодаря спонсорам, пакет стал опенсорным.
Он позволяет обрабатывать задачи в AWS Lambda через Bref.
Подробнее о безсерверном Laravel на Bref: https://bref.sh/docs/frameworks/laravel.html
#english
https://github.com/brefphp/laravel-bridge
Благодаря спонсорам, пакет стал опенсорным.
Он позволяет обрабатывать задачи в AWS Lambda через Bref.
Подробнее о безсерверном Laravel на Bref: https://bref.sh/docs/frameworks/laravel.html
This media is not supported in your browser
VIEW IN TELEGRAM
Рилтаймовые графики на Laravel Livewire & ChartJS
#english
https://www.georgebuckingham.com/laravel-livewire-chart-js-realtime/
#english
https://www.georgebuckingham.com/laravel-livewire-chart-js-realtime/
Релиз Laravel 7.15
- Added extendable relations for models
- Added MakesHttpRequests::withToken()
- Added the ability to HasOneOrMany::makeMany() (create many without saving)
- Added Blueprint::foreignUuid()
- Allow setting the event handler queue via a viaQueue() method
- Fixed Model::withoutEvents() not registering listeners inside boot()
#english
https://blog.laravel.com/laravel-v7-15-0-released
- Added extendable relations for models
- Added MakesHttpRequests::withToken()
- Added the ability to HasOneOrMany::makeMany() (create many without saving)
- Added Blueprint::foreignUuid()
- Allow setting the event handler queue via a viaQueue() method
- Fixed Model::withoutEvents() not registering listeners inside boot()
#english
https://blog.laravel.com/laravel-v7-15-0-released
The Laravel Blog
Laravel v7.15.0 released - The Laravel Blog
Laravel v7.15.0 is released in 2020/06/09, here are the changes we`ve merged into this release.
PhpUnitGen теперь и для Laravel
Инструмент генерации каркасов модульных тестов для вашего приложения
#english
https://dev.to/paulthebaud/phpunitgen-testing-the-new-way-3jf
Инструмент генерации каркасов модульных тестов для вашего приложения
#english
https://dev.to/paulthebaud/phpunitgen-testing-the-new-way-3jf
DEV Community
PhpUnitGen, testing, the new way!
You are part of the very exclusive club of PHP developers and you inflict yourself swirls of copy/pas...
Релиз Livewire 1.2
Основная фишка: добавлена поддержка загрузки файлов
#english
https://laravel-news.com/livewire-file-upload
Основная фишка: добавлена поддержка загрузки файлов
#english
https://laravel-news.com/livewire-file-upload
Laravel News
Livewire Added File Upload Support (And It’s Kind of a Game-Changer)
Laravel Livewire now includes support for file uploads and uses “side-loading”, but hides all the complexity for you (with ZERO configuration), providing you with the experience of a traditional form submission, but with a handful of awesome upgrades.
Laravel Cronless Schedule
Новый пакет от Spatie для запуска планировщика задач без использования крона.
https://github.com/spatie/laravel-cronless-schedule
#english
Подробнее о пакете:
https://freek.dev/1689-a-package-to-run-the-laravel-scheduler-without-relying-on-cron
Новый пакет от Spatie для запуска планировщика задач без использования крона.
https://github.com/spatie/laravel-cronless-schedule
#english
Подробнее о пакете:
https://freek.dev/1689-a-package-to-run-the-laravel-scheduler-without-relying-on-cron