AURA_CREATE_TEAMS / create_teams config.This release is tagged as v0.2.0 and can be required with Composer using eminiarts/aura-cms:^0.2.0. It is also the baseline required by eminiarts/aura-translations:^0.1.0.
First stable release (pre-released as v1.0.0-beta.1 on 2026-07-17).
Aura::flushState() reset point for tests and long-running queue workers.AuraModelConfig god-trait into focused concern traits behind a stable aggregator; added the DefinesFields contract (no behavior change).Resource::__get) in a single place.laravel/octane stays optional).BelongsTo and Image columns resolve in one query per page instead of one per row; Tags/AdvancedSelect columns eager-load once (PreloadsTableDisplay / ProvidesTableEagerLoad contracts).aura.features.legacy_fields_append config flag: set to false to stop appending the computed fields attribute to every model serialization (recommended for new apps).whereMetaContains now uses portable JSON containment (previously MySQL-only raw SQL that failed on SQLite/Postgres).createUrl/editUrl/indexUrl/viewUrl) return null for unregistered routes instead of throwing; table row actions only render existing links.Aura 1.0 is a fresh baseline and does not provide an automated 0.x data migration. See UPGRADING.md.
AURA_CREATE_TEAMS / create_teams config.This release is tagged as v0.2.0 and can be required with Composer using eminiarts/aura-cms:^0.2.0. It is also the baseline required by eminiarts/aura-translations:^0.1.0.
This is the first official tagged release of Aura CMS, marking a stable checkpoint for projects already using the package. Version 0.1.0 represents the current stable state before planned upgrades to Laravel and Livewire in version 1.0.0.
Visual Resource Editor for building resources and fields
Artisan commands for scaffolding:
aura:install-config - Interactive installation wizardaura:resource - Generate new resourcesaura:field - Create custom field typesaura:plugin - Scaffold new pluginsaura:user - Create admin usersaura:create-resource-permissions - Generate resource permissionsaura:database-to-resources - Generate resources from existing database tablesaura:customize-component - Customize componentsaura:publish - Publish assets and viewsCustom field API for extending functionality
Plugin system for modular features
Comprehensive test suite with PestPHP (512 tests, 2657 assertions)
createAdmin() helper to properly attach roles using relationships instead of mass assignmentray() calls) from production files$slug parameter to mount() method for test compatibility$slug parameter to mount() method for test compatibilityTeamPolicyTest: Fixed unique constraint violations during parallel execution by:
withoutGlobalScope() to bypass TeamScope when querying rolesTableTaxonomyFilterTest: Updated expected SQL to include team_id clause from TeamScope
TagsRelationFieldTest: Fixed user relationship by associating created users with current team
ResourceTest: Fixed resource loading by manually requiring newly created resource files before class detection
AdvancedSelectFieldOptionsTest: Fixed model detection by properly registering multiple resources in AuraFake
TagsFieldTest: Fixed default value initialization for Tags field
Version 1.0.0 will include:
Recommendation: Use version constraint ^0.2.0 in your composer.json to receive 0.x bug fixes while avoiding the 1.0 support-matrix change.
How can I help you explore Laravel packages today?