PHPackages                             startup-palace/laravel-maki - 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. startup-palace/laravel-maki

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

startup-palace/laravel-maki
===========================

0357PHP

Since Jun 12Pushed 8y ago4 watchersCompare

[ Source](https://github.com/startup-palace/laravel-maki)[ Packagist](https://packagist.org/packages/startup-palace/laravel-maki)[ RSS](/packages/startup-palace-laravel-maki/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Maki 🍣
==============

[](#laravel-maki-)

Create a CMS-like system with Laravel Maki, by using re-usable sections to display your content.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0
- Laravel 5.4
- [TwigBridge](https://github.com/rcrowe/TwigBridge/)

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

[](#installation)

- Installation must be done through [Composer](https://getcomposer.org/): `composer require startup-palace/laravel-maki`
- Add the service provider in your `app/config.php`:

    ```
     'providers' => [
     	...
     	\StartupPalace\Maki\Providers\ServiceProvider::class,
     ],
    ```
- Publish the config: `php artisan vendor:publish --provider="StartupPalace\Maki\Providers\ServiceProvider" --tag="config"`
- In your `App\Providers\AppServiceProvider::boot()` method, add the container bindings:

    ```
     public function boot()
     {
        	\StartupPalace\Maki\Maki::containerBindings();
     }
    ```
- At the end of your `App\Providers\RouteServiceProvider::map()`, add the "catch-all" route:

    ```
     public function map()
     {
         ...
         Maki::routes();
     }
    ```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21682699?v=4)[Startup Palace](/maintainers/startup-palace)[@startup-palace](https://github.com/startup-palace)

---

Top Contributors

[![kblais](https://avatars.githubusercontent.com/u/1931954?v=4)](https://github.com/kblais "kblais (86 commits)")[![maximepvrt](https://avatars.githubusercontent.com/u/1840026?v=4)](https://github.com/maximepvrt "maximepvrt (5 commits)")

---

Tags

laravelpackage

### Embed Badge

![Health badge](/badges/startup-palace-laravel-maki/health.svg)

```
[![Health](https://phpackages.com/badges/startup-palace-laravel-maki/health.svg)](https://phpackages.com/packages/startup-palace-laravel-maki)
```

###  Alternatives

[browscap/browscap

Browser Capabilities Tools

445115.2k1](/packages/browscap-browscap)[adigital/cookie-consent-banner

Add a configurable cookie consent banner to the website.

1151.7k](/packages/adigital-cookie-consent-banner)

PHPackages © 2026

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