PHPackages                             biscuit/package - 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. biscuit/package

ActiveLibrary

biscuit/package
===============

laravel package to convert .md files to Html markup

1.0(5y ago)04MITPHP

Since Nov 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AbdelrahmanIbrahim447/laravel-package)[ Packagist](https://packagist.org/packages/biscuit/package)[ RSS](/packages/biscuit-package/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Press
=====

[](#press)

An elegant markdown-powered blog for the Laravel framework.

Install
=======

[](#install)

And then in the terminal, run the following command.
====================================================

[](#and-then-in-the-terminal-run-the-following-command)

Add these command

`composer require biscuit/package`

### Migrate Database

[](#migrate-database)

Now that we have our package installed, we need to migrate the database to add the necessary tables for Press. In the command line, run the following command.

`php artisan migrate`

### Publish the package config

[](#publish-the-package-config)

Up next, you need to publish the package's config file that includes some defaults for us. To publish that, run the following command.

`php artisan vendor:publish --tag=press-config`

You will now find the config file located in `/config/press.php`

### Create directory to hold posts

[](#create-directory-to-hold-posts)

The last step in the installation, is to create a directory for your markdown files that Press will use to turn into your blog posts. By default, it is just a directory in the root directory of your project called `blogs`. You may change that in the config file we published in the previous step.

`mkdir blogs`

### Sample Post

[](#sample-post)

To create your first post, here's a sample markdown file to get you started. Copy and paste it into a `.md` file in your blogs diretory.

```
---
title: My First Blog Post
description: This is my very first blog post with Press
---

# Extra Extra Extra!

You are now a blogger!

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

2016d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31880267?v=4)[AbdelrahmanIbrahim](/maintainers/AbdelrahmanIbrahim)[@abdelrahmanibrahim](https://github.com/abdelrahmanibrahim)

---

Top Contributors

[![AbdelrahmanIbrahim447](https://avatars.githubusercontent.com/u/40441507?v=4)](https://github.com/AbdelrahmanIbrahim447 "AbdelrahmanIbrahim447 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[afragen/github-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k20.4k](/packages/afragen-github-updater)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[pods-framework/pods

Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.

1.1k1.7k](/packages/pods-framework-pods)[sitegeist/fluid-styleguide

Living styleguide for Fluid Components

16227.4k1](/packages/sitegeist-fluid-styleguide)[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5022.6k1](/packages/benjaminhoegh-parsedown-extended)

PHPackages © 2026

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