pivlu/skeleton

The skeleton application for the Pivlu CMS.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/pivlu/skeleton

v2.0.0 2025-12-25 23:11 UTC

This package is auto-updated.

Last update: 2025-12-25 23:33:21 UTC


README

logo-big

About Pivlu

Pivlu is a free and open source CMS (Content Managementr System) and Website Builder, written in PHP and using the Laravel framework.

Pivlu is an alternative to existing CMS and Website Builders, like WordPress, Joomla, Drupal, Wix, Weebly, SquareSpace, Ghost and others. Pivlu offers a great opportunity to grow your business building websites and applications.

Pivlu use a plugin system that extends the features and functions of a Pivlu website. Plugins make it easier for users and developers to add features to their website without knowing a single line of code.

Pivlu core features

One of the main advantages of Pivlu is that the most important functionalities are implemented in the core code, without the need to install additional plugins or themes.

  • Multi-lingual
  • Search Engine Optimisation: Out of the box SEO & SEF.
  • User Management and Permissions (ACL) - allows you to manage the users of your site, and different groups, roles and permissions.
  • Website Builder. Create profesional and full responsive templates without coding, regardless of experience or skill. Create content blocks, sliders, menus, footers, sidebars and more.
  • Custom post types. Post types are ways of categorizing different types of content. In addition to the two most common post types (posts and pages), you can create your own custom content type.
  • Extendable: extends the features and functions of your website uisng plugin system.
  • Free forever: Pivlu is free to use under A-GPL license.

Quick Start Installation

If you have composer installed, run this in your terminal to create a fresh project in a directory named "myprivlu".

composer create-project pivlu/skeleton mypivlu

After creating the project, go to your project folder and install Pivlu CMS from command line..

cd mypivlu

php artisan pivlu:install

This command will create database tables, setup website, copy the assets files and create an admin user.

Note

This repository contains the code for a fresh Pivlu project that is installed via the command line.

The code for the core Pivlu CMS package can be found here: Pivlu CMS core package repository.