PHPackages                             iot-engineering/free-blog - 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. [Admin Panels](/categories/admin)
4. /
5. iot-engineering/free-blog

ActiveLibrary[Admin Panels](/categories/admin)

iot-engineering/free-blog
=========================

Laravel Blog with adminLTE

0.0.2(8y ago)011MITJavaScriptPHP &gt;=5.3.0

Since Nov 29Pushed 7y agoCompare

[ Source](https://github.com/IOT-Engineering/FreeBlog)[ Packagist](https://packagist.org/packages/iot-engineering/free-blog)[ Docs](http://www.cloudware-square.com)[ RSS](/packages/iot-engineering-free-blog/feed)WikiDiscussions Categories Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Blog
====

[](#blog)

Free Blog with AdminLTE administration panel easy integrated with laravel

Manual de instalación:

1- Download composer

2- Install Laravel 5.5:

```
composer create-project --prefer-dist laravel/laravel [project_name] 5.5

```

3- Add this repo to your composer.json

```
cloudware-square/free-blog:dev-master

```

4- Modify your composer.json

```
 "psr-4": {
	"App\\": "app/",
    "Cloudware\\Blog\\": "vendor/cloudware-square/free-blog/src"
	}

```

and update composer

```
composer dump-autoload
composer update

```

5- Add de Service Provider in your config/app.php

```
Cloudware\Blog\CloudwareSquareBlogServiceProvider::class

```

6- Publish this vendor

```
php artisan vendor:publish

```

7- Run Migrations

```
php artisan migrate

```

8- Añadir en cualquier parte de la app un enlace a la ruta principal (en un botón por ejemplo) para acceder al componente

```
/admin

```

- You need the Laravel default middleware auth.

Visit us in: [www.iot-eng.com](http://www.iot-eng.com)
======================================================

[](#visit-us-in-wwwiot-engcom)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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

3082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e6471c004955cc698e7f5d00984b338645edf67cc1bb96c9e1363e575dfc3d5?d=identicon)[IOTEngineering](/maintainers/IOTEngineering)

---

Top Contributors

[![dacalin](https://avatars.githubusercontent.com/u/18492281?v=4)](https://github.com/dacalin "dacalin (19 commits)")[![MiguelAngelVinuesaAlonso](https://avatars.githubusercontent.com/u/33325707?v=4)](https://github.com/MiguelAngelVinuesaAlonso "MiguelAngelVinuesaAlonso (2 commits)")

---

Tags

laravelAdminLTEblogadminfree

### Embed Badge

![Health badge](/badges/iot-engineering-free-blog/health.svg)

```
[![Health](https://phpackages.com/badges/iot-engineering-free-blog/health.svg)](https://phpackages.com/packages/iot-engineering-free-blog)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[acacha/adminlte-laravel-installer

Adminlte-laravel application installer.

1538.8k1](/packages/acacha-adminlte-laravel-installer)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)

PHPackages © 2026

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