libarea/sugata

Fact Archive Platform.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/libarea/sugata

v0.1 2025-12-27 13:19 UTC

This package is not auto-updated.

Last update: 2025-12-27 21:49:44 UTC


README

License: MIT PHP

Sugata

Sugata — is a static site generator that uses Markdown and is written in PHP. Used on the Fact Archive website.

Ideas

Analogue of Movable Type, LinkSQL, etc.

Sugata - архив фактов

Sugata - admin

For testing (Installation)

Install the package through Composer.

Further:

  • migrate: scripts/dev.sql
  • settings: config/database.php and other files in the directory
  • Log in to your account using administrator credentials: ss@sdf.ru / qwer14qwer14
  • Or user: test@test.ru / test@test.ru

PHP >= 8.2, MySQL 8+ or > MariaDB 10.2.2

The Public Directory

The public directory contains the index.php file, which is the entry point for all requests entering your application and configures autoloading. This directory also houses your assets such as images, JavaScript, and CSS.