PHPackages                             larasite/larasite - 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. larasite/larasite

ActiveProject[Framework](/categories/framework)

larasite/larasite
=================

Simple CMS on Laravel framework.

1.0.1(10y ago)012MITPHPPHP &gt;=5.5.9

Since Nov 10Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (16)Versions (3)Used By (0)

LaraSite
========

[](#larasite)

Simple CMS on Laravel framework

\# Requirements
---------------

[](#-requirements)

- PHP &gt;= 5.5.9
- Database
- SQLite
- MySQL
- PostgreSQL

\# Instration
-------------

[](#-instration)

```
$ composer create-project larasite/larasite path/to/install
$ cd path/to/install

```

\# Configration
---------------

[](#-configration)

.env

```
# ...

APP_DEBUG=false

# ...

# database
DB_CONNECTION=mysql
DB_HOST=YOUR_DB_HOST
DB_DATABASE=YOUR_DATABASE_NAME
DB_USERNAME=YOUR_DATABASE_USERNAME
DB_PASSWORD=YOUR_PASSWORD

# ...

# Mail
MAIL_DRIVER=smtp
MAIL_HOST=YOUR_SMTP_HOST
MAIL_PORT=YOUR_SMTP_PORT
MAIL_USERNAME=YOUR_MAIL_USERID
MAIL_PASSWORD=YOUR_MAIL_PASSWORD
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=sender@email.com
MAIL_FROM_NAME=SENDER_NAME

# MailForm
MAILFORM_DELIVERY_ADDRESS=admin@email.com
MAILFORM_DELIVERY_NAME=ADMIN_NAME

```

config/app.php

```
'url' => 'http://your_host_name',
'timezone' => 'Asia/Tokyo',
'locale' => 'ja',

```

config/auth\_user.php

```
return [
    'users' => [
        'admin' => 'admin123',
    ],
];

```

Setup Database
--------------

[](#setup-database)

If you use SQLite...

```
$ touch strage/database.sqlite

```

Migration

```
$ php artisan migrate

```

Run LaraSite
------------

[](#run-larasite)

```
$ php artisan serve
Laravel development server started on http://localhost:8000/

```

Customize
---------

[](#customize)

You can customeize a LaraSite in the Laravel way.

- Blade Template
- Eloquent ORM
- Etc.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3888d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b46c6add697ca3b8b9b12dda076a67867593bcc9b372e272ff4d9a09bfa8c8a4?d=identicon)[tsubo](/maintainers/tsubo)

---

Top Contributors

[![tsubo](https://avatars.githubusercontent.com/u/383948?v=4)](https://github.com/tsubo "tsubo (9 commits)")

---

Tags

laravelcms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic/statamic

Statamic

829179.5k](/packages/statamic-statamic)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)

PHPackages © 2026

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