Élie Kitadi's Avatar

Élie Kitadi

@eliekitadi.bsky.social

Independent PHP Developer. I dev with Laravel, React and Vue

88 Followers  |  350 Following  |  19 Posts  |  Joined: 16.11.2024  |  1.7409

Latest posts by eliekitadi.bsky.social on Bluesky

Video thumbnail

📋 #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 integration patterns: #Filament Pages, Resources, or standalone #Livewire

🧵 👇 #php

27.08.2025 10:01 — 👍 2    🔁 1    💬 1    📌 0
Preview
Copy Errors as Markdown to Share With AI in Laravel 12.25 - Laravel News Laravel v12.25.0 is out with a Copy as Markdown button on the error page, allowing you to conveniently share error details with AI agents and LLMs.

Copy Errors as Markdown to Share With AI in Laravel 12.25 laravel-news.com/laravel-12-2...

20.08.2025 13:01 — 👍 8    🔁 1    💬 0    📌 2
Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership
YouTube video by Android Makers Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership

The video of my "Build Scalable Mobile Projects" keynote @AndroidMakersFR is now live on YouTube! 🎥

Check it out here: www.youtube.com/watch?v=SmGi...

17.06.2025 15:12 — 👍 14    🔁 3    💬 0    📌 0
Preview
Filament v4 Beta - Feature Overview by Leandro Ferreira - Filament A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

Weren't able to be at Laravel Live UK to see @danharrin.com launch the v4 beta? Never fear! Our very own Leandro wrote up all the goodies you can expect to see in v4 for us!

Let us know what you're most excited about!

filamentphp.com/content/lean...

10.06.2025 11:31 — 👍 24    🔁 7    💬 2    📌 1

Always

23.04.2025 18:27 — 👍 1    🔁 0    💬 0    📌 0
Video thumbnail

It's so exciting to see over 1 year's work on @filamentphp.com v4 come together - this video demo is the "static table data" feature.

@leandrocfe.bsky.social built this example for the docs using the dummyjson.com API. Filtering, sorting and pagination is all done through the API. It works great!

16.04.2025 09:32 — 👍 39    🔁 5    💬 4    📌 0
Video thumbnail

👋🏻 Meet Whisp - a pure PHP SSH server built specifically for PHP TUIs 😍

Run your PHP CLI apps through SSH with *ridiculous* simplicity. No friction. Just shipping. 🚀

Available right now, with even more coming soon ∙ What will you ship? 💪🏻

03.04.2025 13:34 — 👍 12    🔁 5    💬 1    📌 0
Video thumbnail

Drag & drop in Laravel Prompts is cool, but right click context menus? Super cool surely?! 😁

Somebody tell me I'm not going too far 👀 Anyone?!

27.03.2025 11:25 — 👍 19    🔁 5    💬 3    📌 1
Preview
Unorthodox Eloquent - Muhammed Sarı I've been working with Eloquent for over half a decade now, and it's time to share my bag of tricks. Buckle up, it'll be a good ride!

This Unorthodox Eloquent post I read ages ago by @muhammedsari.me is great. Found it again today while trying to remember Tappable Scopes - a clever way around magic method local scopes.

There's a bunch of really fascinating ideas in this post alone, and there's a follow up post with more! #laravel

11.03.2025 10:57 — 👍 3    🔁 1    💬 0    📌 0
Video thumbnail

Hi laravel devs
Overview of our eloquentize dashboard UI that aggregates data from multiple Laravel applications !

24.02.2025 16:00 — 👍 6    🔁 2    💬 0    📌 1
Post image

New Laravel Starter kits! 🎉
Vue: github.com/laravel/vue-...
React: github.com/laravel/reac...
Livewire: github.com/laravel/live...

24.02.2025 14:04 — 👍 4    🔁 2    💬 0    📌 0
Preview
GitHub - laravel/react-starter-kit Contribute to laravel/react-starter-kit development by creating an account on GitHub.

Ooooh boy, here we go, new Laravel starter kits are up!

github.com/laravel/reac...

24.02.2025 14:10 — 👍 7    🔁 1    💬 0    📌 1
Video thumbnail

<table> highlighting with CSS :has() 💡

td:has(~ td:hover), /* previous sibling cells */
table:has(td:nth-of-type(3):hover) /* column cells */
tr:not(:first-of-type):has(~ tr:hover)
td:nth-of-type(3) {
background: var(--highlighted);
}

05.02.2025 21:07 — 👍 390    🔁 39    💬 16    📌 1
Preview
Supercharging Rate Limiting with Cloudflare - James Brooks Enhance Laravel’s rate limiting by using Cloudflare’s Web Application Firewall (WAF) to block excessive requests at the edge, reducing server load and improving API performance.

In @jessarcher.bsky.social's Nightwatch talk she mentioned how we paired Laravel's rate limiting with Cloudflare to completely side step our servers from handling "dead requests" on Forge. Here's how you can do the same thing!
james.brooks.page/blog/superch...

04.02.2025 19:05 — 👍 22    🔁 3    💬 2    📌 1
I built a GUI in the terminal (with PHP)
YouTube video by Aaron Francis I built a GUI in the terminal (with PHP)

I built a GUI in the terminal! With PHP!

It has tabs, modals, scrolling... everything. Go watch the tour!

www.youtube.com/watch?v=Ucgr...

31.01.2025 17:18 — 👍 71    🔁 4    💬 5    📌 2
Post image

A neat little utility I built to elegantly add retry behavior to synchronous pipeline steps in #Laravel:

(should it be in core or a package?)

29.01.2025 16:26 — 👍 7    🔁 1    💬 2    📌 0
Post image

I needed a way to interact with a resolved controller dependency before the method was executed. Turns out Laravel has support for this out of the box with afterResolvingAttribute().

Check out the example below: duplicates are only prevented when the payment is processed 💫

28.01.2025 21:58 — 👍 13    🔁 1    💬 0    📌 0
Preview
SimpleStats - The missing analytics tool for Laravel applications A server-side, GDPR compliant and 100% accurate analytics tool, that goes beyond simple counts of views and visits. Discover in-depth metrics like Registrations, Daily Active Users, Average Revenue Pe...

Hey #Laravel devs 🙋‍♂️

Excited to share that SimpleStats - a lightweight analytics tool for Laravel apps - is featured on @laravelnews.com today! 🚀

Feel free to step by and check it out 🥳
simplestats.io

27.01.2025 14:53 — 👍 6    🔁 2    💬 0    📌 0
Post image

Some thoughts about common stages of authentication & authorization (across many pieces of tech) and how each are expressed in the Laravel ecosystem:

arter.dev/blog/a-guide...

21.01.2025 20:59 — 👍 5    🔁 2    💬 0    📌 0
Preview
GitHub - Stillat/dagger: A robust component authoring library for Laravel Blade. A robust component authoring library for Laravel Blade. - Stillat/dagger

Very cool project by @johnmkoster.bsky.social worth keeping an eye on for when you need high performance blade components github.com/Stillat/dagger

20.01.2025 13:19 — 👍 13    🔁 3    💬 0    📌 0
Preview
Television is a Multi-purpose Fuzy Finder TUI - Laravel News Television is a blazing-fast general-purpose fuzzy finder TUI. It is highly configurable and allows you to quickly search through all kinds of data sources, such as files, Git history, environment variables,...

Television is a Multi-purpose Fuzy Finder TUI

17.01.2025 14:01 — 👍 5    🔁 2    💬 0    📌 0
Post image

There are many fields in which AI can streamline processes & automate tasks. And one area with many applications for AI tools is agriculture. In this book, Vahe details how AI can help increase crop yields, use water more efficiently, predict stormy weather, and more.
https://buff.ly/4gTZChV

15.01.2025 09:01 — 👍 10    🔁 2    💬 0    📌 0
Preview
FFmpeg By Example Explore the depth of FFmpeg with Examples

Nice reference if you end up using #FFmpeg.

"...showcases all the unique and different ways to use FFmpeg."

ffmpegbyexample.com

#webdev #video

15.01.2025 00:03 — 👍 4    🔁 2    💬 1    📌 0

I could use your help gathering some data for my upcoming Laracon EU talk.

If you ever had a slow Laravel application/slow request/slow command/etc. - what was the reason for it?

Would be great to get as many replies as possible. Please share for reach 🙂

09.01.2025 14:47 — 👍 21    🔁 12    💬 29    📌 1
Preview
How annual pre-pay creates an infinite marketing budget Dozens of founders have used this technique to transform the cash-flow of their businesses. Now it’s your turn.

On the contrary, bootstrapped startups.

In fact, here's multiple examples of this in indie startups:

07.01.2025 21:04 — 👍 2    🔁 1    💬 0    📌 1
Preview
Microsoft Teams Notifications Package - Laravel News The Teams Notification package for Laravel lets you send notifications to Microsoft Teams and send custom logs using the package's logging channel.

The scream I scrumpt when I saw this!! I'm Overjoyed!!
laravel-news.com/microsoft-te...

02.01.2025 14:37 — 👍 6    🔁 1    💬 0    📌 0
Filament AutoTranslator launching soon 👀

Filament AutoTranslator launching soon 👀

An exciting new plugin for @filamentphp.com is launching soon, and calling it the AutoTranslator⚡️

✅ Fully automate translation keys 🤩
✅ For each text in your app, it will automatically construct a key based on where the component is located 💪
✅ Save many hours of time and boilerplate code

01.01.2025 16:14 — 👍 7    🔁 3    💬 1    📌 1
Video thumbnail

If you're like me and not using Twitter much, you might have missed the fact that @calebporzio.bsky.social is going crazy on the Flux date picker component!

x.com/calebporzio/...

Part 1 - Video split into 2 parts due to bsky limitation.

31.12.2024 03:21 — 👍 26    🔁 5    💬 4    📌 1

Any @laravelphp developers want a free copy of the Streamline SaaS starter kit?

(Check out my profile)

Like and share this post and I’ll send you a license no questions asked 🚀

30.12.2024 20:29 — 👍 3    🔁 2    💬 0    📌 0

@eliekitadi is following 16 prominent accounts