Tootfinder

Opt-in global Mastodon full text search. Join the index!

@emd@cosocial.ca
2025-11-15 18:14:15

Only 3 #laravel devs listed in #yvr?
Gotta be more of us than that.
phpc.social/@denniskoch/115554

@crell@phpc.social
2025-10-10 00:55:01

Running #Lando on GitHub Actions. #Laravel #PHP

@michabbb@social.vivaldi.net
2025-10-05 08:08:05

๐Ÿ”„ Built-in retry mechanism to handle database deadlocks automatically with configurable attempts
๐ŸŽ›๏ธ Multiple database connection support for complex multi-database applications
โš™๏ธ Requires #PHP 8.1 or higher and #Laravel 10.x or higher for installation
๐Ÿ”Œ Simple installation via

@emd@cosocial.ca
2025-09-05 13:22:27

Truth.
#statamic #laravel
mastodon.social/@statamic/1151

@crell@phpc.social
2025-08-29 01:55:02

Running #Lando on GitHub Actions. #Laravel #PHP

@michabbb@social.vivaldi.net
2025-10-05 08:08:05

๐ŸŽฏ E-commerce order processing example with inventory management and payment processing
๐Ÿ’ฐ Banking transfer service example with balance validation and automatic rollback on errors
๐Ÿ‘ค User registration example with profile and settings creation in single transaction
๐Ÿงช TransactionException error handling for comprehensive failure management
๐Ÿ” Nested transaction support using #Laravel

@emd@cosocial.ca
2025-11-05 01:42:49

Any PHPStan/Larastan experts out there? Currently on level 2 and getting an error about a missing var. I don't really want to add another line to fix nor do I want to ignore this line, is there a better way?
Maybe @… knows?
#laravel

PHP code:

/** @var User $user */
if (is_null($user = auth()->user())) {
Variable $user in PHPDoc tag @var does not exist.
varTag.variableNotFound
@emd@cosocial.ca
2025-09-03 19:47:11

It is a fab CMS, if you want to chat about, reach out!
#statamic #laravel
mastodon.social/@statamic/1151

@michabbb@social.vivaldi.net
2025-09-25 00:47:05

๐Ÿš€ Advanced #Laravel Notifications: Building Robust Communication Systems for Modern Web Applications #PHP #WebDev #Backend

@michabbb@social.vivaldi.net
2025-08-27 10:01:25

๐Ÿ“‹ #Flowforge Transform any #Laravel model into production-ready drag-and-drop #Kanban board ๐Ÿ“‹
โšก Handles 100 cards per column with intelligent pagination and optimistic UI
๐ŸŽฏ Three โ€ฆ

@michabbb@social.vivaldi.net
2025-10-05 08:08:04

๐Ÿ“ฆ #Laravel Auto Transaction package eliminates manual database transaction management #PHP #database #opensource