PHPackages                             bidibidi/origin - 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. bidibidi/origin

ActiveLibrary

bidibidi/origin
===============

Add most common pages (about-us, contact, faq.. etc) to laravel project with basic layouts.

v1.1.3(7y ago)128MITPHP

Since May 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Bidibidi/origin)[ Packagist](https://packagist.org/packages/bidibidi/origin)[ Docs](https://bidibidi.github.io/origin/)[ RSS](/packages/bidibidi-origin/feed)WikiDiscussions master Synced 2d ago

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

Origin
======

[](#origin)

This pack add most common pages to laravel project with basic layouts.

Getting Started
---------------

[](#getting-started)

This package add most common pages to your project with basic starter layouts. Default, includes 7 pages. You can add more pages with manually.

Home -&gt; `/start`

About Us -&gt; `/about-us`

Contact -&gt; `/contact`

FAQ -&gt; `/faq`

Terms -&gt; `/terms`

Privacy -&gt; `/privacy`

Sitemap -&gt; `/sitemap`

##### You can add more pages, change titles or routes with vendor:publish

[](#you-can-add-more-pages-change-titles-or-routes-with-vendorpublish)

### Prerequisites

[](#prerequisites)

You need to laravel framework

```
laravel new sample

```

### Installing

[](#installing)

Adding require to composer.json:

```
"bidibidi/origin": "*"

```

```
composer update

```

```
php artisan serve

```

Running the tests
-----------------

[](#running-the-tests)

Deployment
----------

[](#deployment)

Below Laravel 5.5 open `config/app.php` and add this line in `providers` section

```
Bidibidi\Origin\BidibidiOriginServiceProvider::class,

```

##### PUBLISH

[](#publish)

```
If you want more settings, language and pages :

Langs  : php artisan vendor:publish --tag=origin-lang
Config : php artisan vendor:publish --tag=origin-config
Assets : php artisan vendor:publish --tag=origin-public
Views  : php artisan vendor:publish --tag=origin-views

```

Authors
-------

[](#authors)

- **Bidibidi** - *Initial work* - [Bidibidi](https://github.com/Bidibidi)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

2831d ago

### Community

Maintainers

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

---

Top Contributors

[![Bidibidi](https://avatars.githubusercontent.com/u/9134544?v=4)](https://github.com/Bidibidi "Bidibidi (20 commits)")

---

Tags

laravelpagestarterlayoutsbidibidi

### Embed Badge

![Health badge](/badges/bidibidi-origin/health.svg)

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

PHPackages © 2026

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