PHPackages                             simai/docara - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. simai/docara

ActiveLibrary[Templating &amp; Views](/categories/templating)

simai/docara
============

Simple static sites with Laravel's Blade. based on tightenco/jigsaw

v1.3.29(2mo ago)0353MITPHPPHP ^8.2CI failing

Since Nov 28Pushed 2mo agoCompare

[ Source](https://github.com/simai/docara)[ Packagist](https://packagist.org/packages/simai/docara)[ RSS](/packages/simai-docara/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (25)Versions (103)Used By (0)

Docara (based on Jigsaw)
========================

[](#docara-based-on-jigsaw)

- moduleCache (bool, default: false): включает кеш модульных css/js. При true core.css встраивается в hash.css, core.css из шаблона не грузится отдельно; управляется через DOCARA\_MODULE\_CACHE или config.php.

Quick start to install Docara via Composer and initialize a project.

Install the framework
---------------------

[](#install-the-framework)

```
composer require simai/docara
```

Configure `.env`
----------------

[](#configure-env)

Create `.env` in your project root (example):

```
AZURE_KEY=
AZURE_REGION=
AZURE_ENDPOINT=https://api.cognitive.microsofttranslator.com
DOCS_DIR=docs

```

Initialize a new project
------------------------

[](#initialize-a-new-project)

From an empty project directory:

```
php vendor/bin/docara init
```

This will:

- copy the base template (stubs),
- copy bundled `source/_core`,
- copy template configs from `_core`,
- run frontend dependency install (`npm/yarn install` in the project root).
- If you changed files in `source/_core`, init/update will detect your edits (whitespace-insensitive) and leave those files untouched.

Run
---

[](#run)

- Development/watch (if defined in your template): `yarn run watch` or `npm run watch`
- Build: `yarn run prod` / `npm run prod` (or your template’s build script)
- Translate test: `php vendor/bin/docara translate --test`
- Update existing project in-place (no delete/archive, keeps `source/_core`): `php vendor/bin/docara init --update`
- If you already have your own docs in `source/docs`, they won’t be overwritten; otherwise stubs/docs are copied.
- If you already have `config.php` in the project root, it will be preserved during init/update.

CLI commands
------------

[](#cli-commands)

- `php vendor/bin/docara init [--update] [--force-core-configs] [--force-core-files] [preset]`
    Initializes or updates the project. `--force-core-configs` overwrites template configs from `_core` even if you changed them (by default changed files are skipped). `--force-core-files` overwrites the **entire** `_core` tree from stubs (ignoring your edits), but files that are already tracked in your git repo are never overwritten, even with this flag.
- `php vendor/bin/docara build [env]` — build the site for the given environment.
- `php vendor/bin/docara translate [--test]` — translate docs (requires AZURE\_\*), `--test` for a dry run.

Structure
---------

[](#structure)

- `source/` — your site source.
- `source/_core/` — Docara/Jigsaw core (bundled and copied on init).
- `stubs/` — template stubs used during `docara init`.
- `build_*` — build outputs.

Lint
----

[](#lint)

- PHP: `vendor/bin/pint --test`
- Markdown: `npx markdownlint-cli2 "**/*.md" "!vendor" "!node_modules" "!build_*" "!dist" "!public"`

Customize the logo
------------------

[](#customize-the-logo)

- Replace the SVG at `source/_core/_assets/img/logo.svg` (and, if you use the wide mark, `source/_core/_assets/img/icon_and_text_logo.svg`) with your own asset.
- If you prefer a different markup (e.g., PNG, text), edit `source/_core/_components/header/logo.blade.php`; it is now a regular file in your repo, not a submodule.
- Rebuild assets (`yarn prod` / `npm run prod` or your preset’s build) so the new logo is emitted to `assets/build`.
- Commit/push as usual—`source/_core` is just files, so the logo change lives in your repository.

License
-------

[](#license)

MIT

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance83

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

102

Last Release

88d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca76e60a337d13872e845f2918fddf99b9bd490ea2ac9572fa3447fe16fa96ea?d=identicon)[Burundug](/maintainers/Burundug)

---

Top Contributors

[![Burundug](https://avatars.githubusercontent.com/u/25454091?v=4)](https://github.com/Burundug "Burundug (112 commits)")

---

Tags

laravelgeneratorbladestaticsitesimaisf5

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/simai-docara/health.svg)

```
[![Health](https://phpackages.com/badges/simai-docara/health.svg)](https://phpackages.com/packages/simai-docara)
```

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
