PHPackages                             lynetechnologies/larablog - 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. lynetechnologies/larablog

ActiveLibrary[Framework](/categories/framework)

lynetechnologies/larablog
=========================

Blog package for Laravel

1.11.0(4y ago)015MITPHPPHP ^8.0

Since Oct 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lyne-technologies/larablog)[ Packagist](https://packagist.org/packages/lynetechnologies/larablog)[ Docs](https://github.com/lynetechnologies/larablog)[ RSS](/packages/lynetechnologies-larablog/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (8)Versions (6)Used By (0)

Larablog | Blog Package for Laravel
===================================

[](#larablog--blog-package-for-laravel)

Blogs are great for keeping customers updated and informed, but they can get "samey" to build. This package gives to a massive head start in building your blog. It includes all basic admin and front end routes and views, categories and a fancy customisable WYSIWYG editor from TinyMCE.

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

[](#installation)

You can install the package via composer:

```
composer require lynetechnologies/larablog
```

Publish and run the migrations with:

```
php artisan vendor:publish --provider="LyneTechnologies\Larablog\LarablogServiceProvider" --tag="larablog-migrations"
php artisan migrate
```

Publish the js with:

```
php artisan vendor:publish --provider="LyneTechnologies\Larablog\LarablogServiceProvider" --tag="larablog-assets"
```

You can publish the config file with the below. This gives you access to edit the default routes etc.

```
php artisan vendor:publish --provider="LyneTechnologies\Larablog\LarablogServiceProvider" --tag="larablog-config"
```

### After installing

[](#after-installing)

First you'll need to review the routes that are set in the Larablog config file, make sure the middleware and admin routes are correct.

This package is pretty self-explanatory, and comes with some very basic views that will get you started.

Editor
------

[](#editor)

The WYSIWYG editor is from TinyMCE () who have extensive documentation on how to customise your editor. TinyMCE is totally free, but have paid for plans.

Currently this ships with a number of plugins and features already added to the toolbar, to add, remove or change the order of your editor toolbar, head over to `editor.js`.

We have no association with Tiny.

### Frequently added features

[](#frequently-added-features)

Here are some of the most added editor features.

**Font settings**Add the ability to change font family and font size.

```
//editor.js

toolbar: '... fontselect fontsizeselect',
```

**Code blocks**Add blocks of code with code highlighting

```
//editor.js

plugins: [
    '... codesample'
],
toolbar: '... codesample',
```

To add highlighting, download `prism.js` and `prism.css` [here from the prismjs website](https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript). Then add the following to the blog single page:

```

```

**Dark mode**

```
//editor.js

skin: 'oxide-dark',
```

Testing
-------

[](#testing)

TODO 👷

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Thank you for considering contributing to Larablog, please bear in mind the idea of this package is to be the foundation of a blog feature. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

For security vulnerabilities please email .

Credits
-------

[](#credits)

- [Luke Shell](https://github.com/LukeShell)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Total

5

Last Release

1712d ago

### Community

Maintainers

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

---

Top Contributors

[![LukeShell](https://avatars.githubusercontent.com/u/7114268?v=4)](https://github.com/LukeShell "LukeShell (17 commits)")

---

Tags

laravellarabloglynetechnologies

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)

PHPackages © 2026

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