Digital empowerment platform.

Build sustainable information systems with Laravel, battle-tested components, and years of experience facing South East Asia's unique technology landscape.

Looking for documentation for previous versions? Visit old.laravolt.dev ↗ for legacy docs.

Proudly sponsored by
Sponsored by Javan
config/.../user.php
routes/web.php
<?php
// Register a new CRUD resource
return [
'label' => 'Users',
'model' => \App\Models\User::class,
'schema' => [
[
'name' => 'name',
'type' => \Laravolt\Fields\Field::TEXT,
'label' => 'Full Name',
],
[
'name' => 'email',
'type' => \Laravolt\Fields\Field::EMAIL,
'label' => 'Email',
],
],
];

Introduction

Laravolt v7

Laravolt v7

Laravolt v7 is an AI-ready Laravel application platform for teams building real business systems quickly, safely, and consistently.

It gives Laravel teams a complete, opinionated foundation for internal tools, enterprise applications, admin panels, operational workflows, and AI-assisted business systems.

Start with v7

Learn the mental model behind Laravolt v7 and when it is the right fit for your Laravel project.

Install Laravolt

Set up Laravolt v7, publish its assets, run migrations, and create the first administrator account.

AI-ready platform

See how conventions, safe defaults, and predictable APIs make Laravolt projects easier for teams and coding agents to extend.

Build forms

Use Laravolt forms to build consistent business interfaces with Laravel validation and Preline UI.

What Laravolt helps you ship

Most business applications repeat the same foundations: authentication, admin navigation, roles and permissions, forms, tables, CRUD flows, audit trails, files, notifications, queues, and integrations.

Laravolt v7 turns those foundations into conventions instead of one-off glue code. You still build a Laravel application, but the routine product surface is structured enough that humans, reviewers, and AI coding assistants can reason about it safely.

Why AI-ready matters

AI is useful when a project has clear boundaries. Laravolt v7 makes those boundaries explicit:

  • predictable places for forms, tables, actions, menus, policies, and configuration
  • composable APIs that reduce guesswork when extending generated screens
  • Laravel-native validation, authorization, queues, and tests
  • UI conventions built on Preline UI and Tailwind CSS
  • documentation that explains intent, extension points, and safe defaults

AI-ready does not mean replacing engineers. It means the codebase is structured so teams can review, modify, and automate it with confidence.

Keep v6 docs available

The v6 documentation remains available under /v6. New projects should start with the v7 section unless they are maintaining an existing v6 application.