bytic / admin-base
Admin interface package for bytic framework
2.0.18
2026-05-23 21:57 UTC
Requires
- php: ^8.2
- bytic/contracts: ^1.0|^2.0
- bytic/html-helpers: ^1.0.8|^2.0
- bytic/icons: ^1.0
- bytic/orm: ^0.9|^1.0|^2.0
- bytic/package-base: ^1.0|^2.0
- bytic/seo-meta: ^1.0|^2.0
- bytic/view: ^0.9|^1.0|^2.0
Requires (Dev)
- bytic/codeception: ^4.0
- bytic/mvc: ^0.9|^1.0|^2.0
- bytic/phpqatools: ^1.0
- bytic/translation: ^0.9|^1.0|^2.0
This package is auto-updated.
Last update: 2026-06-14 13:10:10 UTC
README
Components for building admin modules
Features
Modern UI Theme
- Modern Color Palette: Professional indigo-based primary colors with complementary accents
- Enhanced Cards: Subtle shadows, smooth hover effects, and rounded corners
- Gradient Buttons: Modern button styles with gradients and smooth transitions
- Improved Forms: Better focus states with ring indicators
- Modern Tables: Hover effects and improved typography
- Enhanced Components: Modernized badges, alerts, dropdowns, modals, and pagination
Symfony UX Turbo Integration
The package now includes Symfony UX Turbo for fast, SPA-like page navigation without the complexity of a JavaScript framework.
Features:
- Instant Navigation: Pages load without full page refreshes
- Automatic Page Updates: Leverage Turbo Streams for real-time updates
- Form Handling: Enhanced form submissions with Turbo
- Progressive Enhancement: Works with or without JavaScript
Installation
Build Assets
- Install dependencies:
yarn install
- Build for development:
yarn run dev
- Build for production:
yarn run prod
Theme Customization
The modern theme can be customized by overriding SCSS variables in your project:
// Override modern colors $primary: #your-color; $secondary: #your-color; // Import the admin theme @import "~bytic/admin-base/resources/themes/bootstrap5/assets/sass/admin";
Color Palette
The default modern color palette includes:
- Primary: Modern indigo (#4f46e5)
- Success: Emerald green (#10b981)
- Info: Modern blue (#3b82f6)
- Warning: Amber (#f59e0b)
- Danger: Modern red (#ef4444)
UI INSPIRATION
https://coreui.io/ https://github.com/coreui/coreui-free-bootstrap-admin-template http://admin.pixelstrap.com/endless/ltr/index.html