Тейлор обращается к мейнтейнерам пакетов: «Если Laravel будет поставляться с каталогом app/Models по дефолту, то это может поломать ваш пакет?» Ответить ему можно прямо в Твиттере:
https://twitter.com/taylorotwell/status/1285584515927285761
https://twitter.com/taylorotwell/status/1285584515927285761
Рилтайм-чат на Laravel и Larasocket
https://medium.com/@zachvv11/building-a-real-time-chat-application-with-laravel-and-larasocket-c3e377537dc2
https://medium.com/@zachvv11/building-a-real-time-chat-application-with-laravel-and-larasocket-c3e377537dc2
Medium
Building a real-time chat application with Laravel and Larasocket
Nowadays, pretty much every web application requires some form of real-time communication. Laravel offers a simple interface for…
Получение сообщений от Laravel Echo Socket IO в Android-приложении
(статью смотреть в приватном режиме инкогнито)
https://medium.com/@zoransasko/receiving-laravel-echo-socket-io-messages-in-android-application-a2e1a3d83c5d
(статью смотреть в приватном режиме инкогнито)
https://medium.com/@zoransasko/receiving-laravel-echo-socket-io-messages-in-android-application-a2e1a3d83c5d
Medium
Receiving Messages From Laravel Echo Socket IO backend in Android Application
In this article we will explore how we can receive broadcasted events from Laravel web app, in android application, using web sockets.
Релиз Laravel EventSauce 2.0
Пакет для использования EventSauce в Laravel 7
https://github.com/spatie/laravel-eventsauce
Пакет для использования EventSauce в Laravel 7
https://github.com/spatie/laravel-eventsauce
Релиз Laravel Model Cleanup 3.0
Удаление ненужных записей. Поддержка безопасной очистки больших таблиц и таблиц под нагрузкой. Пакет полностью переписан.
https://github.com/spatie/laravel-model-cleanup
Удаление ненужных записей. Поддержка безопасной очистки больших таблиц и таблиц под нагрузкой. Пакет полностью переписан.
https://github.com/spatie/laravel-model-cleanup
Релиз Laravel Event Sourcing 4.0
Пакет для реализации Event Sourcing (Порождение событий — хранение данных о событиях сущностей).
https://github.com/spatie/laravel-event-sourcing
Пакет для реализации Event Sourcing (Порождение событий — хранение данных о событиях сущностей).
https://github.com/spatie/laravel-event-sourcing
Релиз Laravel Excel 3.1.20
Подробное описание новых фишек и празднование 20 миллионов скачиваний пакета.
https://medium.com/maatwebsite/new-milestone-20-million-downloads-for-laravel-excel-55f31ab562b4
Подробное описание новых фишек и празднование 20 миллионов скачиваний пакета.
https://medium.com/maatwebsite/new-milestone-20-million-downloads-for-laravel-excel-55f31ab562b4
Medium
New milestone: 20 million downloads for Laravel Excel
Not too long ago we celebrated the 10th million download of Laravel Excel and today it’s time to celebrate a new milestone! Laravel Excel…
This media is not supported in your browser
VIEW IN TELEGRAM
Анонс Vemto — Студия и Генератор кода
Десктопное визуальное приложение для подготовки Laravel-проектов.
https://vemto.app/
Десктопное визуальное приложение для подготовки Laravel-проектов.
https://vemto.app/
Обучающие материалы по вкатыванию в Xdebug, в том числе в связке с Laravel.
https://learnxdebug.com/
https://learnxdebug.com/
Learn Xdebug
Learn Xdebug, the PHP debugger, quickly and easily!
Настраиваем Accelerated Mobile Pages в Laravel
https://stackcoder.in/posts/setup-amp-accelerated-mobile-pages-in-php-laravel
https://stackcoder.in/posts/setup-amp-accelerated-mobile-pages-in-php-laravel
StackCoder
Setup AMP (Accelerated Mobile Pages) In PHP Laravel | StackCoder
In this article, we will learn how to easily set up AMP (Accelerated Mobile Pages) to the Laravel project.
Создание системы комментариев на JQuery и Laravel
https://projectsplaza.com/create-comment-system-with-jquery-ajax-and-laravel-7/
https://projectsplaza.com/create-comment-system-with-jquery-ajax-and-laravel-7/
ProjectsPlaza
Create comment system with jquery ajax and laravel 7 - ProjectsPlaza
Hello World, Welcome to ProjectsPlaza.com. Today we will learn how to create a comment system with jQuery Ajax and Laravel 7. In this tutorial, we will save comments and show instantly with the total comments count. This gonna be a very interesting tutorial…
Настройка Spatie Multi-Tenancy без суб-домена
https://blog.infyom.com/spatie-laravel-multi-tenancy-without-sub-domain
https://blog.infyom.com/spatie-laravel-multi-tenancy-without-sub-domain
Уведомления через SSE (События, посылаемые сервером)
https://medium.com/@sukowidodo/create-notification-laravel-webapp-with-sse-1fadd509c33b
https://medium.com/@sukowidodo/create-notification-laravel-webapp-with-sse-1fadd509c33b
Medium
Create Notification Laravel Webapp with SSE
The most common method to create realtime website or create notification on your webapp are with websocket like with socket.io, firebase…
Сохранение изображений при использовании SummerNote WYSIWYG Text Editor в Laravel
https://stackcoder.in/posts/summernote-wysiwyg-text-editor-save-images-to-public-path-in-php-laravel
https://stackcoder.in/posts/summernote-wysiwyg-text-editor-save-images-to-public-path-in-php-laravel
StackCoder
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel | StackCoder
When the user fills SummerNote WYSIWYG text editor with some text, images and uploads then save these images to specific public path and update textarea content with this path and store the content in the database using PHP Laravel.