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. [Utility &amp; Helpers](/categories/utility)
4. /
5. biscuit/package

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 3w 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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2063d 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.8k9.0k1](/packages/kimai-kimai)[afragen/git-updater

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

3.3k1.7k](/packages/afragen-git-updater)[wp-hooks/generator

Generates a JSON representation of the WordPress actions and filters in your code

87181.8k5](/packages/wp-hooks-generator)[benmanu/silverstripe-styleguide

Generates a styleguide for a SilverStripe theme

108.1k1](/packages/benmanu-silverstripe-styleguide)

PHPackages © 2026

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