PHPackages                             ship87/laravel-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. ship87/laravel-blog

ActiveProject

ship87/laravel-blog
===================

Example blog on PHP using Laravel framework, JSON:API, Elasticsearch, RabbitMQ.

v1.0.3(7y ago)221MITPHPPHP &gt;=7.0.0CI failing

Since Apr 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ship87/laravel-blog)[ Packagist](https://packagist.org/packages/ship87/laravel-blog)[ RSS](/packages/ship87-laravel-blog/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (14)Versions (5)Used By (0)

Laravel blog
============

[](#laravel-blog)

[![Latest Stable Version](https://camo.githubusercontent.com/cbba49539cdf63c1e4cec3f32dd612fb419c0182d6c21ba2f3516ac40b75faea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7368697038372f6c61726176656c2d626c6f672e737667)](https://packagist.org/packages/ship87/laravel-blog)[![Build Status](https://camo.githubusercontent.com/5c150a6f2de6c97296f1d390d6caecbe58d231639fb7f6615ae6b8362f3f8d19/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7368697038372f6c61726176656c2d626c6f672f6d61737465722e737667)](https://travis-ci.org/ship87/laravel-blog)[![License](https://camo.githubusercontent.com/2e4e6a9f061f745b38b53c316136f1d0cc44b9df02e3c8061ec2e9da83c704fb/68747470733a2f2f706f7365722e707567782e6f72672f7368697038372f6c61726176656c2d626c6f672f6c6963656e73652e737667)](https://packagist.org/packages/ship87/laravel-blog)[![GitHub stars](https://camo.githubusercontent.com/50f5dc611aee4b4ffd8f80a2a2700def2f7ad765f51980faefd011450913c6bb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7368697038372f6c61726176656c2d626c6f672e737667)](https://github.com/ship87/laravel-blog/stargazers)[![Total Downloads](https://camo.githubusercontent.com/cafcb8303983e8ad655ce4baf2f1d81dddba413f51ee8f9e024c9ba8728486fa/68747470733a2f2f706f7365722e707567782e6f72672f7368697038372f6c61726176656c2d626c6f672f646f776e6c6f6164732e737667)](https://packagist.org/packages/ship87/laravel-blog)

> ### Example blog on PHP using Laravel framework, JSON:API, Elasticsearch, RabbitMQ.
>
> [](#example-blog-on-php-using-laravel-framework-jsonapi-elasticsearch-rabbitmq)

This repo is functionality complete — PRs and issues welcome!

---

Getting started
===============

[](#getting-started)

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

[](#installation)

Please check the official laravel installation guide for server requirements before you start. [Official Documentation](https://laravel.com/docs/5.5/installation#installation)

Clone the repository

```
git clone git@github.com:/ship87/laravel-blog.git

```

Switch to the repo folder

```
cd laravel-blog

```

Install all the dependencies using composer

```
composer install

```

Install all the dependencies using npm

```
npm install

```

Copy the example env file and make the required configuration changes in the .env file

```
cp .env.example .env

```

Generate a new application key

```
php artisan key:generate

```

Run the database migrations (**Set the database connection in .env before migrating**)

```
php artisan migrate

```

Start the local development server

```
php artisan serve

```

You can now access the server at

Start the local development server using docker (PHP-FPM + Xdebug + Nginx)

 - PHP 7.0
 - PHP 7.1
 - PHP 7.2

**TL;DR command list**

```
git clone git@github.com:ship87/laravel-blog.git
cd laravel-blog
composer install
npm install
cp .env.example .env
php artisan key:generate

```

**Make sure you set the correct database connection information before running the migrations** [Environment variables](#environment-variables)

```
php artisan migrate
php artisan serve

```

API Specification
-----------------

[](#api-specification)

This application adheres to the JSON:API specifications . This helps mix and match any backend with any other frontend without conflicts.

License
-------

[](#license)

This project is released under the [MIT](http://opensource.org/licenses/MIT) license.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

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

4

Last Release

2572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57c9d98046a83d424b6e3a8918a9c49ec17d9c15cd3ec773747d8bb860a24109?d=identicon)[ship87](/maintainers/ship87)

---

Top Contributors

[![ship87](https://avatars.githubusercontent.com/u/15283169?v=4)](https://github.com/ship87 "ship87 (69 commits)")[![yusufonur](https://avatars.githubusercontent.com/u/19153625?v=4)](https://github.com/yusufonur "yusufonur (1 commits)")

---

Tags

laravellaravel bloglaravel-framework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ship87-laravel-blog/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

The Laravel Framework.

4981.8k](/packages/lms-laravel-lms-laravel)

PHPackages © 2026

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