Getting Started
Ozu provides a simple and powerful tool to build static websites with dynamic content using your favorite Laravel stack.
Vocabulary
In this documentation, we will refer to several terms:
- Ozu dashboard: The online dashboard for managing content and triggering deployments.
- Ozu client: The Laravel package that connects your project to the Ozu CMS.
- Ozu builder platform: The platform that builds your website and deploys it to your servers.
- Project: Your Laravel application that uses the Ozu Client.
- Collection: A group of related models, such as Pages or Posts that are manageable in the Ozu CMS.
To learn more about how Ozu works, visit the About Ozu section.
Installation
You can start from a fresh Laravel installation or an already existing project.
Install the package via Composer:
bash
composer require code16/ozu-clientPublish the configuration file:
bash
php artisan vendor:publish --tag="ozu-client-config"Next Step
Now that you've installed the package, let's configure your project to start using Ozu.