PHPackages                             teksite/lareon - 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. teksite/lareon

ActiveLibrary[Framework](/categories/framework)

teksite/lareon
==============

Lareon is a cms based on Laravel and teksite/module

2.1.4(4mo ago)025MITPHPPHP ^8.2

Since May 4Pushed 4mo ago1 watchersCompare

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

READMEChangelog (6)Dependencies (12)Versions (13)Used By (0)

Lareon CMS
==========

[](#lareon-cms)

A simple, fast, and flexible Content Management System (CMS) built on Laravel, leveraging the `teksite/module` package to provide modular functionality. Lareon CMS can manage modules created by `teksite/module` with the `type` set to `lareon` in `bootstrap/modules.php`.

Table of Contents
-----------------

[](#table-of-contents)

- [About](#about)
- [Author](#author)
- [Contact](#contact)
- [Installation](#installation)
- [Usage](#usage)
    - [Commands](#commands)
    - [Configuration](#configuration)
- [Features](#features)
    - [Sitemap](#sitemap)
    - [Comments](#comments)
    - [Captcha](#captcha)
    - [OAuth](#oauth)
    - [Notifications](#notifications)
- [Credits](#credits)
- [Related Packages](#related-packages)
- [License](#license)
- [Support](#support)

About
-----

[](#about)

**Lareon CMS** is designed to streamline CMS development with a modular architecture. It integrates seamlessly with the `teksite/module` package to manage modules and provides a robust set of features for building dynamic, scalable content management systems. The CMS supports customizable routes, middleware, sitemaps, comments, CAPTCHA, OAuth, and notifications.

Author
------

[](#author)

Developed by **Sina Zangiband**.

Contact
-------

[](#contact)

- Website: [teksite.net](https://teksite.net)
- Email:

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

[](#installation)

### Compatibility

[](#compatibility)

**Laravel****Package**11.x^1.012.x^2.0### Step 1: Install via Composer

[](#step-1-install-via-composer)

Run the following command in your terminal:

```
composer require teksite/lareon
```

#### Note on wikimedia/composer-merge-plugin

[](#note-on-wikimediacomposer-merge-plugin)

If prompted with:

```
Do you trust "wikimedia/composer-merge-plugin" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?]

```

Press `y` and Enter. This plugin merges `composer.json` files from modules and CMS.

### Step 2: Register the Service Provider

[](#step-2-register-the-service-provider)

> **Note**: Laravel 5.5 and above supports auto-discovery, so this step is optional for newer versions.

#### For Laravel 10 and 11

[](#for-laravel-10-and-11)

Add the service provider to `bootstrap/providers.php`:

```
