PHPackages                             eminiarts/aura-cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. eminiarts/aura-cms

ActiveLibrary[Admin Panels](/categories/admin)

eminiarts/aura-cms
==================

Aura CMS for Laravel

v0.2.0(1mo ago)01.1k[1 issues](https://github.com/eminiarts/aura-cms/issues)[8 PRs](https://github.com/eminiarts/aura-cms/pulls)MITPHPPHP ^8.2CI passing

Since Oct 20Pushed 3w ago1 watchersCompare

[ Source](https://github.com/eminiarts/aura-cms)[ Packagist](https://packagist.org/packages/eminiarts/aura-cms)[ Docs](https://github.com/eminiarts/aura-cms)[ RSS](/packages/eminiarts-aura-cms/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (45)Versions (13)Used By (0)

[![Aura CMS](/resources/public/img/aura.png)](/resources/public/img/aura.png)

Aura CMS - The Modern CMS for Laravel Developers
================================================

[](#aura-cms---the-modern-cms-for-laravel-developers)

> **Note**: Official documentation and launch will be available in the first week of January 2025. Stay tuned!

[![Aura CMS Screenshot](/resources/public/img/screenshot.png)](/resources/public/img/screenshot.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/93db8c73915c978fbb4a132a0cf15bc300414f7bdf86319eb605c11a2e054c87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656d696e69617274732f617572612d636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eminiarts/aura-cms)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fd64e40150c09b5c5d3d1586fc8871786781410284cd7759a774422b350d5475/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f656d696e69617274732f617572612d636d732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/eminiarts/aura-cms/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0eeb2a364673361a14b5ccc1204585a02b36a3f3e88f274e4be3a8f2f8f7b1d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f656d696e69617274732f617572612d636d732f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/eminiarts/aura-cms/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e4b09578fee39e23116a6e9b195d92a2f4a5b5d15defa62bbe8e9bdd98bad64f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656d696e69617274732f617572612d636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eminiarts/aura-cms)

Aura CMS is a powerful, flexible content management system built on the TALL stack (Tailwind CSS, Alpine.js, Laravel, and Livewire). It combines the best practices of modern Laravel development with an intuitive admin interface, making it perfect for developers who want to build custom applications quickly without sacrificing flexibility.

✨ Features
----------

[](#-features)

### 🎯 Core Features

[](#-core-features)

- **Resource System**: Similar to WordPress post types but supercharged with Laravel's Eloquent
- **Dynamic Fields**: Powerful field system with 25+ customizable field types for building complex content structures
- **Team Management**: Built-in multi-tenancy support (optional)
- **Role-Based Access Control**: Comprehensive permissions system
- **Media Management**: Built-in media library with image optimization
- **Theme System**: Customizable themes with dark mode support

### 💡 Developer Experience

[](#-developer-experience)

- **Visual Resource Editor**: Build your resources and fields visually
- **Custom Fields API**: Create your own field types
- **Plugin System**: Extend functionality with custom plugins
- **Flexible Storage**: Start with posts table, migrate to custom tables when ready
- **TALL Stack**: Leverage the power of Tailwind, Alpine.js, Laravel, and Livewire

### 🚀 User Experience

[](#-user-experience)

- **Global Search**: Quick navigation with keyboard shortcuts (⇧⌘K)
- **Bookmarks**: Save frequently accessed pages
- **Recent Pages**: Track last visited pages
- **Customizable Tables**: Sort, filter, and save views
- **Responsive Design**: Works seamlessly on all devices

🛠 Installation
--------------

[](#-installation)

```
# Create a new Laravel project
laravel new my-project
cd my-project

# Install Aura CMS
composer require eminiarts/aura-cms

# Run the installer
php artisan aura:install
```

The installer will guide you through:

- Publishing configuration files
- Running migrations
- Setting up your first admin user
- Configuring themes and features

📚 Documentation
---------------

[](#-documentation)

Visit our [documentation](docs/installation.md) for detailed guides on:

- [Getting Started](docs/installation.md)
- [Creating Resources](docs/resource.md)
- [Field Types](docs/fields.md)
- [Relationships](docs/relationships.md)
- [Actions](docs/resource_actions.md)
- [Plugins](docs/plugins.md)
- [Customization](docs/customizing-post-view.md)

🧪 Testing
---------

[](#-testing)

```
# Run all tests
composer test

# Run tests with Pest
vendor/bin/pest

# Run tests without teams
vendor/bin/pest -c phpunit-without-teams.xml

# Run tests with coverage
XDEBUG_MODE=coverage vendor/bin/pest --coverage --min=80
```

🤝 Contributing
--------------

[](#-contributing)

We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.

🔒 Security
----------

[](#-security)

If you discover any security-related issues, please email  instead of using the issue tracker.

📄 License
---------

[](#-license)

Aura CMS is open-source software licensed under the [MIT license](LICENSE.md).

🙏 Credits
---------

[](#-credits)

- [Emini Arts](https://github.com/eminiarts)
- [All Contributors](../../contributors)

---

Built with ❤️ by [Emini Arts](https://eminiarts.ch)

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance95

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~203 days

Total

2

Last Release

31d ago

PHP version history (2 changes)v0.1.0PHP ^8.1

v0.2.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/14d759d7d1f0828acb631f6bedb98122e29d29fa67260a3eaec6d76dc023cc05?d=identicon)[bajramemini](/maintainers/bajramemini)

---

Top Contributors

[![bajramemini](https://avatars.githubusercontent.com/u/3426944?v=4)](https://github.com/bajramemini "bajramemini (1784 commits)")[![enesemini](https://avatars.githubusercontent.com/u/7120660?v=4)](https://github.com/enesemini "enesemini (497 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![Ivanh00](https://avatars.githubusercontent.com/u/97252781?v=4)](https://github.com/Ivanh00 "Ivanh00 (6 commits)")[![fisnikr](https://avatars.githubusercontent.com/u/23002148?v=4)](https://github.com/fisnikr "fisnikr (4 commits)")

---

Tags

laravellivewiretailwindcssalpinejstalltall-stackauraAura CMSLaravel AuraEmini Artseminiarts

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/eminiarts-aura-cms/health.svg)

```
[![Health](https://phpackages.com/badges/eminiarts-aura-cms/health.svg)](https://phpackages.com/packages/eminiarts-aura-cms)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2798.6k](/packages/riodwanto-superduper-filament-starter-kit)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M245](/packages/filament-support)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[a2insights/filament-saas

Filament Saas for A2Insights

171.7k](/packages/a2insights-filament-saas)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
