Tootfinder

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

@kubikpixel@chaos.social
2025-07-12 16:05:04

»Over 600 Laravel Apps Exposed to Remote Code Execution Due to Leaked APP_KEYs on GitHub:
Cybersecurity researchers have discovered a serious security issue that allows leaked Laravel APP_KEY's to be weaponized to gain remote code execution capabilities on hundreds of applications.«
Never store your access keys in Git, especially not in the code – do programmers need to be taught this?!??
🔓

@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

@crell@phpc.social
2025-07-11 06:33:01

Running #Lando on GitHub Actions. #Laravel #PHP

@arXiv_csSE_bot@mastoxiv.page
2025-08-11 07:48:19

Utilizing Composer Packages to Accelerate Laravel-Based Project Development Among Students: A Pedagogical and Practical Framework
Rohaizah Abdul Wahid, Muhamad Said Nizamuddin Nadim, Suliana Sulaiman, Syahmi Akmal Shaharudin, Muhammad Danial Jupikil, Iqqwan Jasman Su Azlan Su
arxiv.org/abs/2508.05747

@emd@cosocial.ca
2025-07-02 18:54:18

This is exactly what I was afraid of when #laravel took VC money.
hachyderm.io/@j3j5/11478444528

@michabbb@social.vivaldi.net
2025-07-11 00:26:02

#Security Alert: Massive #Laravel APP_KEY leak exposing 600 apps to remote code execution 🚨 #GitGuardian &

@emd@cosocial.ca
2025-07-07 00:18:32

Imagine if #Laravel, the company, actually shared news on their own website instead of X.
It would be like all the people everywhere could read it.
oldfriends.live/@paul/11480878

@joe@toot.works
2025-06-26 13:49:12

... It looks like the issue with #laradock is due to compose_bake being borked.
#laravel #docker

@losttourist@social.chatty.monster
2025-09-03 12:31:14

It's not a language or a framework that I ever use, but I think that "don't be too clever" is one of the most important rules that every software developer should abide by.
#SoftwareEngineering #Programming #coding

@michabbb@social.vivaldi.net
2025-07-08 20:49:52

#Laravel Serializable Closure: secure serialization for #PHP closures 💡• 🔧 Solves native #PHP limitation by enabling closure serialization through wrapper classes • 🔐 Optional security signing prevents…

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

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-07-08 20:49:53

• ⚡ Built into #Laravel framework for routing cache, queue jobs, and batch processing • 📦 Easy installation via #Composer with support for #PHP 7.4 versions 🛡️ Captures variables from outer scope…

@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-07-29 15:19:02

📊 Views encapsulate complex SELECT statements with joins & calculations, appearing as regular tables to #Laravel applications
🚀 Real performance gains: Moving profit margin calculation from accessor to stored generated column achieved 80% speed improvement (350ms to 70ms)
💡 Best for: frequently queried computed values, complex reporting queries, and scenarios where database-leve…

@michabbb@social.vivaldi.net
2025-07-29 15:19:02

tighten.com/insights/sql-gener

@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-06-18 05:40:21

1/4 #FailOnException Short-Circuit #Laravel Job Retries with New Middleware 🚀
🔧 The #FailOnException middleware in

@michabbb@social.vivaldi.net
2025-07-22 22:27:05

#Laravel Worldwide #Meetup - #Queues, Jobs, and Workers:
Building Resilient Background Processing
📺

@joe@toot.works
2025-06-25 20:42:43

Anyone else having a heck of a lot of problems with #Laradock, today?
#Laravel #Laradock #PECL

@michabbb@social.vivaldi.net
2025-06-15 10:27:34

#Filament 4 Beta Released with New #Tiptap Rich Editor 🎉
• 🏷️ Merge Tags with dynamic data integration using {{}} syntax and searchable previews for #Laravel applications
🧵 👇

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

📊 Supports #MySQL #PostgreSQL #SQLite and SQL Server with automatic collations
🛠️ Works with existing Laravel models and database
No complex setup required
⚡ Handles 100 cards…

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

🧩 Works beautifully with immutability (readonly) and plays nice with DTOs or Spatie Data objects if you want extra transformations.
🔥 Clean configs = less debugging, fewer typos, more joy.
👉 Read the full write-up here:
cosmastech.com/2025/08/23/crea

@michabbb@social.vivaldi.net
2025-08-04 21:01:59

#Laravel #Livewire 4: The Future of #PHP Components 🚀
🔧 Single-file components with native #JavaScript

@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.

@michabbb@social.vivaldi.net
2025-07-30 19:44:54

Starting July 30, 2025, #Laravel #Idea
becomes #free for #PhpStorm users 🚀 💪 🥳
If y…

@michabbb@social.vivaldi.net
2025-07-29 15:19:01

#SQL Generated Columns & Views in #Laravel #php #mysql