| Install | |
|---|---|
composer require eminiarts/aura-cms |
|
| Latest Version: | v0.1.0 |
| PHP: | ^8.2 |

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.
# 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:
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