jansuchanek / nstarter
Nette Admin Starter Kit — full admin panel with auth, layout, and tools
v1.1.0
2026-03-20 14:46 UTC
Requires
- php: >=8.2
- contributte/translation: ^2.0
- jansuchanek/nadmin-auth: ^1.0
- jansuchanek/nadmin-layout: ^1.0
- jansuchanek/nattachments: ^1.0
- jansuchanek/naudit: ^1.0
- jansuchanek/nimport: ^1.0
- jansuchanek/nnotify: ^1.0
- jansuchanek/nseo: ^1.0
- jansuchanek/nshortcode: ^1.0
- latte/latte: ^3.1
- nette/application: ^3.2
- nette/bootstrap: ^3.2
- nette/di: ^3.2
- nette/forms: ^3.2
- nette/http: ^3.2
- nette/security: ^3.2
- nette/utils: ^4.0
- nettrine/dbal: ^0.9
- nettrine/migrations: ^0.9
- nettrine/orm: ^0.9
- tracy/tracy: ^2.10
README
Nette Admin Starter Kit — full admin panel with authentication, dynamic sidebar, and tools. One command to get a working admin.
Quick Start
composer create-project jansuchanek/nstarter my-admin cd my-admin cp config/local.neon.dist config/local.neon # Edit config/local.neon with your DB credentials php vendor/bin/doctrine-migrations migrate # Visit /admin → login: admin@admin.cz / admin123
What's Included
Entities
User— implementsAdminUserInterface(email, password, role, locale)Role— implementsAdminRoleInterface(name, slug, permissions)RolePermission— implementsAdminPermissionInterface(resource + privilege)
Presenters
BasePresenter— auth check, layout config, toast notificationsDashboardPresenter— landing pageSignPresenter— login/logout with form
Config
common.neon— all extensions pre-configured (Doctrine, nadmin-auth, nadmin-layout, nnotify, translation)local.neon.dist— database connection template- Dynamic sidebar from NEON config
- Locale switcher (CS/EN by default)
Stack
- Bootstrap 5 + Bootstrap Icons
- Doctrine ORM + Migrations (PostgreSQL)
- Nette Security with role-based ACL
- Toast notifications (NNotify)
Bundled Libraries
| Library | Purpose |
|---|---|
| nadmin-auth | Authentication + authorization |
| nadmin-layout | Configurable sidebar + branding |
| nnotify | Toast notifications |
| nseo | SEO meta tags + JSON-LD |
| naudit | Entity audit log |
| nimport | Data import pipeline |
| nattachments | File attachments |
| nshortcode | Shortcode parser |
Default Login
- Email: admin@admin.cz
- Password: admin123
License
MIT