eminiarts / aura-cms
Aura CMS for Laravel
Requires
- php: ^8.1
- doctrine/dbal: ^3.6
- intervention/image: ^2.7
- lab404/laravel-impersonate: ^1.7.5
- laravel/fortify: ^1.20
- laravel/prompts: ^0.1.16
- laravel/sanctum: ^4.0
- livewire/livewire: ^3.0
- spatie/laravel-package-tools: ^1.16
- spatie/ray: ^1.37
- wire-elements/modal: ^2.0
Requires (Dev)
- laravel/dusk: ^8.0
- laravel/framework: ^10.0|^11.0
- laravel/pint: ^1.18
- nunomaduro/collision: ^8.1
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.2
- pestphp/pest-plugin-livewire: ^2.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- spatie/laravel-ray: ^1.32
- spatie/test-time: ^1.3
This package is auto-updated.
Last update: 2025-01-13 22:05:53 UTC
README
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 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
๐ฏ 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
- 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
- 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
# 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
Visit our documentation for detailed guides on:
๐งช 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
We welcome contributions! Please see our Contributing Guide for details.
๐ Security
If you discover any security-related issues, please email support@eminiarts.ch instead of using the issue tracker.
๐ License
Aura CMS is open-source software licensed under the MIT license.
๐ Credits
Built with โค๏ธ by Emini Arts