Skip to content

omaicode/pagify

Repository files navigation

Pagify Logo

Total Downloads Latest Stable Version License Documentation

About Pagify

Pagify is a open-source content management system (CMS) built with Laravel. It provides a simple and flexible platform for creating and managing websites, blogs, and other types of content-driven applications.

Documentation

Prequisites

Before installing Pagify, make sure you have the following prerequisites:

  • PHP 8.2 or higher
  • Composer
  • Node v22 or higher
  • A web server (e.g., Apache, Nginx)
  • A database server (e.g., MySQL, PostgreSQL)

Features

  • User-friendly interface for page creation and management
  • Modular architecture for admin, media, page builder, and updater workflows
  • Customizable themes and templates
  • Built-in SEO tools
  • Role-based access control for users
  • Extensible architecture for adding custom functionality
  • Responsive design for mobile and desktop devices

Installation

To install Pagify, follow these steps:

composer create pagify/pagify your-project-name

Development workflow

Project commands are standardized in the documentation site:

Run docs locally:

cd docs
npm install
npm run start

Quick commands:

composer setup
composer dev
php artisan test

Admin UI theme can be switched by setting ADMIN_THEME (default: default):

export ADMIN_THEME=v2
composer dev

Frontend public theme is resolved from themes/main/{THEME_NAME} and supports site-level activation via Theme Manager.

Environment variables:

  • FRONTEND_THEMES_BASE_PATH (default: themes/main)
  • FRONTEND_THEME (default: default)
  • FRONTEND_THEME_FALLBACK (default: default)

Contributing

We welcome contributions to Pagify! If you would like to contribute, please fork the repository and submit a pull request with your changes. Make sure to follow our coding standards and include tests for any new features or bug fixes.

About

Pagify is CMS built on top of Laravel, designed to provide a user-friendly interface for managing and creating content. It offers a range of features to help users easily create and organize their content, making it an ideal choice for bloggers, businesses, and anyone looking to establish an online presence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors