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.
- 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
- 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
- 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
# 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
Visit our documentation for detailed guides on:
# 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
We welcome contributions! Please see our Contributing Guide for details.
If you discover any security-related issues, please email support@eminiarts.ch instead of using the issue tracker.
Aura CMS is open-source software licensed under the MIT license.
Built with ❤️ by Emini Arts