Tootfinder

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

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

Running #Lando on GitHub Actions. #Laravel #PHP

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

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

@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

@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
@crell@phpc.social
2025-08-29 01:55:02

Running #Lando on GitHub Actions. #Laravel #PHP

@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-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-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-13 16:46:49

πŸš€ #Laravel Boost accelerates #AI-assisted development with specialized #MCP tools
πŸ”§ 15 specialized tools designed for streamlined

@michabbb@social.vivaldi.net
2025-08-13 16:46:50

πŸ› οΈ Tools include database queries, schema inspection, route listing, #Artisan commands, and log reading capabilities
πŸ“‹ Support for multiple packages: #Laravel Framework (10.x, 11.x, 12.x), #Livewire

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

πŸ“¦ #Laravel Auto Transaction package eliminates manual database transaction management #PHP #database #opensource

@michabbb@social.vivaldi.net
2025-08-23 17:54:41

✨ Say goodbye to messy Laravel configs – embrace type safety! ✨
πŸš€ #Laravel configs don’t have to be messy. Magic strings? Gone. Type safety? In.
πŸ”‘ With #PHP enums Laravel’s new #[Config] #[Singleton] attributes, you can map your config values straight into a clean, readonly class.