Когда и как использовать Транзакции в Laravel
#english
https://www.codechief.org/article/database-transaction-when-and-how-to-use-database-transactions-in-laravel
#english
https://www.codechief.org/article/database-transaction-when-and-how-to-use-database-transactions-in-laravel
Laravel Schedule Monitor 1.0
Новый пакет от Spatie — монитор запланированных задач. Логирование запусков и выполнения.
#english
https://github.com/spatie/laravel-schedule-monitor
Новый пакет от Spatie — монитор запланированных задач. Логирование запусков и выполнения.
#english
https://github.com/spatie/laravel-schedule-monitor
Релиз Laravel Playground
Песочница для Laravel-приложений прямо в вашем браузере. Поддерживает Livewire и Debugbar.
#english
https://pociot.dev/29-introducing-laravel-playground
Песочница для Laravel-приложений прямо в вашем браузере. Поддерживает Livewire и Debugbar.
#english
https://pociot.dev/29-introducing-laravel-playground
Настройка модульного тестирования в монорепозитории Laravel+Vue с помощью PHPUnit и Jest
#english
https://medium.com/@agm1984/how-to-setup-unit-testing-in-a-laravel-and-vue-mono-repo-application-with-phpunit-and-jest-674df367959
#english
https://medium.com/@agm1984/how-to-setup-unit-testing-in-a-laravel-and-vue-mono-repo-application-with-phpunit-and-jest-674df367959
Medium
How to setup unit testing in a Laravel and Vue mono-repo application, with PHPUnit and Jest
If your API is JSON-serving and your Vue app has vue-router and vuex, this article should rapidly trend towards useful.
Forwarded from Andrey Helldar
Тех, кто пользуется пакетом публикации локализаций спешу обрадовать - добавили новый тип файлов валидаций - "inline".
Краткие отличия:
Используемый вариант задаётся в файле конфигурации.
Свежая версия пакета публикации поддерживает новый формат: https://github.com/andrey-helldar/laravel-lang-publisher
Краткие отличия:
//default
'accepted' => 'The :attribute must be accepted.',
// inline
'accepted' => 'This field must be accepted.',
Используемый вариант задаётся в файле конфигурации.
Свежая версия пакета публикации поддерживает новый формат: https://github.com/andrey-helldar/laravel-lang-publisher
GitHub
GitHub - Laravel-Lang/publisher: Publisher lang files for the Laravel Framework, Jetstream, Fortify, Cashier, Spark, Nova and UI…
Publisher lang files for the Laravel Framework, Jetstream, Fortify, Cashier, Spark, Nova and UI from Laravel-Lang/lang. - GitHub - Laravel-Lang/publisher: Publisher lang files for the Laravel Frame...
Laravel-приложение для автоматического обновления вашего GitHub профиля.
https://github.com/beyondcode/github-now
https://github.com/beyondcode/github-now
Концепция внедрения зависимостей и способы использования контейнера Laravel.
#english
https://youtu.be/6B6CEskJKyc
#english
https://youtu.be/6B6CEskJKyc
YouTube
🚀 Dependency Injection & how to leverage the container — Laravel & PHP
👨💻 Check out the discounted, early-release version of my test-driven development course: https://tddwithlaravel.com
If you could like, subscribe and maybe share this video with others, It'd be of great help. 🙏🏻
Language agnostic concepts of dependency…
If you could like, subscribe and maybe share this video with others, It'd be of great help. 🙏🏻
Language agnostic concepts of dependency…
Релиз Larapass 2.0
Аутентификация пользователей с помощью биометрических устройств по стандарту WebAuthn.
#english
https://github.com/DarkGhostHunter/Larapass
Аутентификация пользователей с помощью биометрических устройств по стандарту WebAuthn.
#english
https://github.com/DarkGhostHunter/Larapass
Стримим твиты по хештегу
Используя API Twitter берем твиты по определенным хештегам и показываем их в реальном времени на панели мониторинга с помощью Laravel и Pusher.
#english
https://www.twilio.com/blog/create-real-time-twitter-stream-app-php-pusher-laravel
Используя API Twitter берем твиты по определенным хештегам и показываем их в реальном времени на панели мониторинга с помощью Laravel и Pusher.
#english
https://www.twilio.com/blog/create-real-time-twitter-stream-app-php-pusher-laravel
Twilio Blog
Create a Real-Time Twitter Stream in PHP using Pusher and Laravel
Learn Websockets in PHP using Pusher and the Twitter API by building a Twitter Stream Laravel App
Настройка Laravel Passport и Spatie Multitenancy
#english
https://medium.com/@jasper.briers/setting-up-laravel-passport-with-spaties-multi-tenancy-package-eb0625f1dad9
#english
https://medium.com/@jasper.briers/setting-up-laravel-passport-with-spaties-multi-tenancy-package-eb0625f1dad9
Medium
Setting up Laravel Passport with Spatie’s multi tenancy package
While converting my ten-ish year old multi-tenant SaaS application from a dead framework to Laravel, it seems a good opportunity to…
Использование Подписанных URL для добавление ссылок в электронные письма
#english
https://freek.dev/1713-using-laravels-signed-urls-to-add-action-links-to-emails
#english
https://freek.dev/1713-using-laravels-signed-urls-to-add-action-links-to-emails
Релиз Default Model Sorting
Пакет для задания дефолтной сортировки моделей.
#english
http://stephenjude.me/articles/getting-started-with-default-sorting-in-your-eloquent-models
Пакет для задания дефолтной сортировки моделей.
#english
http://stephenjude.me/articles/getting-started-with-default-sorting-in-your-eloquent-models
stephenjude.me
Getting Started With Default Sorting In Your Eloquent Models
Learn how to sort your eloquent queries by default using the Default Model Sorting Laravel package.