📄️ Admin Pages
Creating & Editing Peak Admin Pages
📄️ Admin Cards
Admin Cards are customizable UI widgets that appear on the admin dashboard to display key metrics or recent data — such
📄️ Components
Peak Components Overview
📄️ Error Pages
In Peak, error pages are stored in the resources/views/errors directory. Each type of error, such as 404 (page not found), 500 (server error), etc., has its own corresponding .blade.php file, located in resources/views/errors/.blade.php.
📄️ Events
Peak dispatches several useful events throughout the billing and support systems that you can listen to and respond to with your own custom logic (e.g., logging, notifications, integrations).
📄️ Helpers
Helpers & Composables — Supercharging Peak Development
📄️ Menus
The Menus system allows you to fully customize, extend, or override the different menus available in the admin panel. This system supports registering new menus, unregistering items, and hooking into existing ones via service providers.
📄️ Seat-Based Subscriptions
Seat-based subscriptions allow for dynamic pricing and usage limits based on how many "seats" a user occupies, such as team members, projects, or other custom metrics.
📄️ Server-Side Rendering (SSR)
Server-side rendering (SSR) allows your JavaScript-powered pages to be pre-rendered on the server. This means that when a visitor accesses your application, they receive fully-rendered HTML immediately, improving perceived performance and making your site easier to index by search engines.
📄️ Themes
Peak framework provides a flexible and straightforward way to develop, register, and manage frontend themes. Themes
📄️ Admin Widgets
Admin widgets are modular UI components displayed on the admin dashboard. They allow you to present key metrics (e.g., total users, active subscribers) and interactive tools (like language switchers or quick nav menus) in a dynamic, organized way.