WeSearch

OpenSparrow v2.3 – visual admin panel, zero dependencies, now with ERD and M2M support

·1 min read · 0 reactions · 0 comments · 11 views
#opensource#webdev#php
OpenSparrow v2.3 – visual admin panel, zero dependencies, now with ERD and M2M support
⚡ TL;DR · AI summary

OpenSparrow v2.3 has been released, featuring a visual admin panel with zero dependencies. This open-source framework is built on PHP 8.1 and PostgreSQL, allowing users to configure everything visually. New features include a schema map, many-to-many support, and enhanced security measures.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3933746) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Tomasz Posted on May 21 OpenSparrow v2.3 – visual admin panel, zero dependencies, now with ERD and M2M support #php #webdev #opensource #lowcode Hey OpenSparrow v2.3 is out. Quick recap if you missed earlier posts — it's an open-source admin panel framework built on PHP 8.1, PostgreSQL, and Vanilla JS. No npm, no Composer, no external libraries. You configure everything visually through /admin.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)