Getting Started

Learn how to get started with Obelaw.

Getting Started

This guide will help you install and configure Obelaw for your business.

Installation

Obelaw is designed to be modular. You can start with the core package and add modules as needed.

composer require obelaw/framework

Configuration

After installation, publish the configuration file:

php artisan vendor:publish --tag=obelaw-config

Running Migrations

Obelaw comes with its own set of database tables. Run the migrations to create them:

php artisan migrate