PHPackages                             pivlu/pivlu - 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. [Framework](/categories/framework)
4. /
5. pivlu/pivlu

ActiveProject[Framework](/categories/framework)

pivlu/pivlu
===========

The skeleton application for the Laravel framework.

0301Blade

Since Mar 25Pushed 3mo agoCompare

[ Source](https://github.com/pivlu/pivlu)[ Packagist](https://packagist.org/packages/pivlu/pivlu)[ RSS](/packages/pivlu-pivlu/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (16)Used By (1)

 [ **Pivlu** ](https://pivlu.com)

 **Open source Business Platform**

 [![License](https://camo.githubusercontent.com/c77148b2545a6460d987db4f36a4e1c7e4641c3d9f8ab7b25b0afbdfaddb2061/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4147504c2d2d332e302d626c75652e737667)](https://opensource.org/license/agpl-v3) [![Stars](https://camo.githubusercontent.com/98cbc9a372fe8e612817e7411bc17793cc0e43040c8216a5f1177f65ccb449d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7069766c752f7069766c753f7374796c653d736f6369616c)](https://github.com/pivlu/pivlu)

---

Pivlu is a free, open source, self-hosted business platform. It comes with a complete suite of tools that any business, team, or website owner needs — all in one place.

Features
--------

[](#features)

### Release 1 — Website Builder

[](#release-1--website-builder)

- Pages (create, edit, publish, with blocks/sections)
- Blog (posts, categories)
- Navigation builder
- Footer builder
- Contact form
- Theme/style system
- SEO meta per page
- Media library

### Planned

[](#planned)

- Basic CRM (contacts, deals)
- Bookings
- Forms
- Invoicing

Tech Stack
----------

[](#tech-stack)

LayerTechnologyFrameworkLaravel 13AuthenticationLaravel FortifyCSSBootstrap 5.3 (CDN)IconsBootstrap Icons (CDN)FontNunito (Google Fonts)JSVanilla JavaScriptDatabaseMySQL / MariaDBRequirements
------------

[](#requirements)

- PHP 8.3+
- MySQL 8.0+ or MariaDB 10.6+
- Composer

Installation
------------

[](#installation)

```
# Clone the repository
git clone https://github.com/pivlu/pivlu.git
cd pivlu

# Install dependencies
composer install

# Copy environment file and generate key
cp .env.example .env
php artisan key:generate

# Configure your database in .env, then run migrations
php artisan migrate

# Seed the database (optional)
php artisan db:seed

# Start the development server
php artisan serve
```

Then open `http://localhost:8000` in your browser.

Configuration
-------------

[](#configuration)

Edit the `.env` file to configure:

```
APP_NAME=Pivlu
APP_URL=http://your-domain.com

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_DATABASE=pivlu
DB_USERNAME=root
DB_PASSWORD=

```

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/your-feature`)
3. Commit your changes (`git commit -m 'Add your feature'`)
4. Push to the branch (`git push origin feature/your-feature`)
5. Open a Pull Request

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability, please send an email to . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

Pivlu is open source software licensed under the [AGPL-3.0 License](https://opensource.org/license/agpl-v3).

Copyright (c) Iosif Gabriel Chimilevschi — [pivlu.com](https://pivlu.com)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance54

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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 ~2 days

Total

14

Last Release

162d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43704843?v=4)[Gabriel Chimilevschi](/maintainers/chimilevschi)[@chimilevschi](https://github.com/chimilevschi)

---

Top Contributors

[![chimilevschi](https://avatars.githubusercontent.com/u/43704843?v=4)](https://github.com/chimilevschi "chimilevschi (3 commits)")

### Embed Badge

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

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)

PHPackages © 2026

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