PHPackages                             ohseesoftware/laravel-vite-manifest - 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. ohseesoftware/laravel-vite-manifest

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

ohseesoftware/laravel-vite-manifest
===================================

Simple Blade directive to include Vite files from a manifest.

v1.2.0(4y ago)817.9k5[2 issues](https://github.com/ohseesoftware/laravel-vite-manifest/issues)MITPHPPHP &gt;7.1

Since Feb 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ohseesoftware/laravel-vite-manifest)[ Packagist](https://packagist.org/packages/ohseesoftware/laravel-vite-manifest)[ Docs](https://github.com/ohseesoftware/laravel-vite-manifest)[ RSS](/packages/ohseesoftware-laravel-vite-manifest/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Vite Manifest
=====================

[](#laravel-vite-manifest)

[![Current Release](https://camo.githubusercontent.com/1cfb7f286b39dbe7104b82dd2aa8afca38c4fd1866220db3413788085d687cfe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f68736565736f6674776172652f6c61726176656c2d766974652d6d616e69666573742e7376673f7374796c653d666c61742d737175617265)](https://github.com/ohseesoftware/laravel-vite-manifest/releases)[![Build Status Badge](https://github.com/ohseesoftware/laravel-vite-manifest/workflows/Build/badge.svg)](https://github.com/ohseesoftware/laravel-vite-manifest/workflows/Build/badge.svg)[![Downloads](https://camo.githubusercontent.com/19156e7df1bd421b915cb2bc517e4e4b1138bfaa6df0f1d9f446f423e5251e51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f68736565736f6674776172652f6c61726176656c2d766974652d6d616e69666573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ohseesoftware/laravel-vite-manifest)[![MIT License](https://camo.githubusercontent.com/065ee3c6a6c39034add3f3f77b1026766f73c2132c831642515efe74fcf0800e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f68736565736f6674776172652f6c61726176656c2d766974652d6d616e69666573742e7376673f7374796c653d666c61742d737175617265)](https://github.com/ohseesoftware/laravel-vite-manifest/blob/master/LICENSE)

Overview
--------

[](#overview)

The Laravel Vite Manifest package adds a Blade directive to include Vite's JS and CSS output files, pulled from the generated manifest file. The main logic of this package was sourced from .

Usage
-----

[](#usage)

```
composer require ohseesoftware/laravel-vite-manifest

```

Add the `@vite` directive where you want to include the JS and CSS files:

```
// app.blade.php

@vite

```

By default, the directive will attempt to include the `js/app.js` file. However, if you have a different entrypoint file, you can pass that into the directive:

```
// app.blade.php

@vite(js/main.js)

```

It is recommended you include your source `.css` files from within your source `js/app.js` file. This will allow Vite to include it as a dependency.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Owen Conti](https://github.com/ohseesoftware)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

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

Every ~47 days

Total

5

Last Release

1717d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dafcec0352ac1a4de72f679bf2c72752d967bd388ec4e9c186142738993b945?d=identicon)[owenconti](/maintainers/owenconti)

---

Top Contributors

[![owenconti](https://avatars.githubusercontent.com/u/791222?v=4)](https://github.com/owenconti "owenconti (13 commits)")

---

Tags

laravelviteohseesoftware

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ohseesoftware-laravel-vite-manifest/health.svg)

```
[![Health](https://phpackages.com/badges/ohseesoftware-laravel-vite-manifest/health.svg)](https://phpackages.com/packages/ohseesoftware-laravel-vite-manifest)
```

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[saade/blade-iconsax

A package to easily make use of Iconsax in your Laravel Blade views.

21138.5k](/packages/saade-blade-iconsax)

PHPackages © 2026

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