Documentation in Active Development
Our documentation is currently being enhanced with new content and improvements. As we work independently, comprehensive documentation requires additional time to ensure accuracy and completeness. We appreciate your patience as we continue to expand and refine our documentation resources.
Get Started
Introduction to CMS development with our toolkit
Get Started with CMS
Welcome to the CMS documentation! This guide will help you get started with building content management systems.
Overview
Our CMS toolkit provides everything you need to build powerful, scalable content management systems.
Prerequisites
Before you begin, make sure you have:
- PHP 8.2 or higher
- Composer installed
- Basic knowledge of Laravel framework
Quick Start
composer require axinomyus/cms
php artisan vendor:publish --tag=cms-config
php artisan migrate
Next Steps
- Configure your CMS settings
- Create your first content type
- Start building your application
For more information, see the Installation Guide.