Élie Kitadi
eliekitadi.bsky.social
Élie Kitadi
@eliekitadi.bsky.social
Independent PHP Developer. I dev with Laravel, React and Vue
Reposted by Élie Kitadi
📋 #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
August 27, 2025 at 10:01 AM
Reposted by Élie Kitadi
Reposted by Élie Kitadi
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...
Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership
YouTube video by Android Makers
www.youtube.com
June 17, 2025 at 3:13 PM
Reposted by Élie Kitadi
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...
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.
filamentphp.com
June 10, 2025 at 11:31 AM
Reposted by Élie Kitadi
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!
April 16, 2025 at 9:32 AM
Reposted by Élie Kitadi
👋🏻 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? 💪🏻
April 3, 2025 at 1:34 PM
Reposted by Élie Kitadi
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?!
March 27, 2025 at 11:26 AM
Reposted by Élie Kitadi
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
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!
muhammedsari.me
March 11, 2025 at 10:57 AM
Reposted by Élie Kitadi
Hi laravel devs
Overview of our eloquentize dashboard UI that aggregates data from multiple Laravel applications !
February 24, 2025 at 4:00 PM
Reposted by Élie Kitadi
New Laravel Starter kits! 🎉
Vue: github.com/laravel/vue-...
React: github.com/laravel/reac...
Livewire: github.com/laravel/live...
February 24, 2025 at 2:04 PM
Reposted by Élie Kitadi
Ooooh boy, here we go, new Laravel starter kits are up!

github.com/laravel/reac...
GitHub - laravel/react-starter-kit
Contribute to laravel/react-starter-kit development by creating an account on GitHub.
github.com
February 24, 2025 at 2:10 PM
Reposted by Élie Kitadi
<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);
}
February 5, 2025 at 9:07 PM
Reposted by Élie Kitadi
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...
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.
james.brooks.page
February 4, 2025 at 7:05 PM
Reposted by Élie Kitadi
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...
I built a GUI in the terminal (with PHP)
YouTube video by Aaron Francis
www.youtube.com
January 31, 2025 at 5:18 PM
Reposted by Élie Kitadi
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?)
January 29, 2025 at 4:26 PM
Reposted by Élie Kitadi
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 💫
January 28, 2025 at 9:58 PM
Reposted by Élie Kitadi
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
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...
simplestats.io
January 27, 2025 at 2:53 PM
Reposted by Élie Kitadi
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...
January 21, 2025 at 8:59 PM
Reposted by Élie Kitadi
Very cool project by @johnmkoster.bsky.social worth keeping an eye on for when you need high performance blade components github.com/Stillat/dagger
GitHub - Stillat/dagger: A robust component authoring library for Laravel Blade.
A robust component authoring library for Laravel Blade. - Stillat/dagger
github.com
January 20, 2025 at 1:19 PM
Reposted by Élie Kitadi
Reposted by Élie Kitadi
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
January 15, 2025 at 9:01 AM
Reposted by Élie Kitadi
Nice reference if you end up using #FFmpeg.

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

ffmpegbyexample.com

#webdev #video
FFmpeg By Example
Explore the depth of FFmpeg with Examples
ffmpegbyexample.com
January 15, 2025 at 12:03 AM
Reposted by Élie Kitadi
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 🙂
January 9, 2025 at 2:47 PM
Reposted by Élie Kitadi
On the contrary, bootstrapped startups.

In fact, here's multiple examples of this in indie startups:
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.
longform.asmartbear.com
January 7, 2025 at 9:04 PM