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.1.0(6mo ago)01.0k[5 PRs](https://github.com/eminiarts/aura-cms/pulls)MITPHPPHP ^8.1CI failing

Since Oct 20Pushed 1mo 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 1mo ago

READMEChangelog (1)Dependencies (22)Versions (9)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

38

—

LowBetter than 85% of packages

Maintenance80

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

188d ago

### 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 (1779 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

[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

2708.5k](/packages/riodwanto-superduper-filament-starter-kit)[usernotnull/tall-toasts

A Toast notification library for the Laravel TALL stack. You can push notifications from the backend or frontend to render customizable toasts with almost zero footprint on the published CSS/JS!

570396.2k4](/packages/usernotnull-tall-toasts)[laravel-frontend-presets/tall

TALL preset for Laravel.

2.6k692.9k1](/packages/laravel-frontend-presets-tall)[kamona/kui-laravel-jetstream

Different UI for laravel/jetstream

669.3k](/packages/kamona-kui-laravel-jetstream)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[blendbyte/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

1322.4k3](/packages/blendbyte-filament-title-with-slug)

PHPackages © 2026

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