© 2026 Hashnode
If you’ve been following this series, you already know we explored CWP (CentOS Web Panel) in detail: 👉 Hands-on VPS Setup with CWP — From Installation to Laravel Deployment CWP works well — but it requires CentOS / AlmaLinux / Rocky Linux.Not ideal ...

What is Filament? ✨🚀 (And Why You Should Care!) If you're a Laravel developer, or even just someone dabbling in web application backend management, you've likely encountered the term "admin panel." These are the crucial behind-the-scenes interfaces ...

This apply the dependencies transformations needed, and add the PostCSS config file needed. npm remove @tailwindcss/vite npm remove tailwindcss npm install tailwindcss@3 @tailwindcss/forms npm install postcss autoprefixer cat > postcss.config.js ...

Overview In this implementation, we enable dual authentication for users in a Laravel Filament application. Users can log in using either: LDAP Authentication (via an LDAP server) Email Authentication (via a traditional email/password-based authent...
