PHPackages                             marconi1992/hypernova-blade-directive - 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. [Templating &amp; Views](/categories/templating)
4. /
5. marconi1992/hypernova-blade-directive

ActiveLibrary[Templating &amp; Views](/categories/templating)

marconi1992/hypernova-blade-directive
=====================================

1.2.0(6y ago)3332[2 PRs](https://github.com/ara-framework/hypernova-blade-directive/pulls)PHP

Since Apr 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ara-framework/hypernova-blade-directive)[ Packagist](https://packagist.org/packages/marconi1992/hypernova-blade-directive)[ RSS](/packages/marconi1992-hypernova-blade-directive/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Hypernova Blade Directive
=========================

[](#hypernova-blade-directive)

Setup
-----

[](#setup)

Install Nova Directive for Laravel Blade using Composer inside the project folder.

```
composer require marconi1992/hypernova-blade-directive
```

Add `NovaServiceProvider` in application config `config/app.php`

```
return [
    ...
    'providers': [
        ...
        Illuminate\View\ViewServiceProvider::class,
        /*
         * Package Service Providers...
         */
        Marconi\Nova\NovaServiceProvider::class,
        /*
         * Application Service Providers...
         */
        App\Providers\AppServiceProvider::class,
        ...
    ]
    ...
]
```

Use Nova Directive in a Laravel view
------------------------------------

[](#use-nova-directive-in-a-laravel-view)

Add the `Example` view on the welcome page.

`resources/views/welcome.blade.php`

```

    ...

        ...

                Laravel

            @hypernova('Example', [ 'title' => 'Ara Framework'])

                Docs
                Laracasts
                News
                Blog
                Nova
                Forge
                GitHub

        ...

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Total

2

Last Release

2387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3de643cd2950f51d1011090a8204b7826d8551834be69f93617ebe60d74f3456?d=identicon)[Felipe Guizar Diaz](/maintainers/Felipe%20Guizar%20Diaz)

---

Top Contributors

[![marconi1992](https://avatars.githubusercontent.com/u/11670923?v=4)](https://github.com/marconi1992 "marconi1992 (7 commits)")

---

Tags

blade-templatehypernova

### Embed Badge

![Health badge](/badges/marconi1992-hypernova-blade-directive/health.svg)

```
[![Health](https://phpackages.com/badges/marconi1992-hypernova-blade-directive/health.svg)](https://phpackages.com/packages/marconi1992-hypernova-blade-directive)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)

PHPackages © 2026

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