PHPackages                             andach/laravel-view-components - 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. andach/laravel-view-components

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

andach/laravel-view-components
==============================

This is my package laravel-view-components

v2.0.5(4mo ago)0850↓89.3%MITPHPPHP ^8.1

Since Sep 18Pushed 2mo agoCompare

[ Source](https://github.com/andach-limited/laravel-view-components)[ Packagist](https://packagist.org/packages/andach/laravel-view-components)[ Docs](https://github.com/andach-limited/laravel-view-components)[ RSS](/packages/andach-laravel-view-components/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (6)Versions (13)Used By (0)

Laravel View Components by Andach
=================================

[](#laravel-view-components-by-andach)

[![Latest Version on Packagist](https://camo.githubusercontent.com/06d1d2df9ff178410a5c3cea7fa5fa6bd04cbb5e9564ca485f5f504fa50249f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e646163682f6c61726176656c2d766965772d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andach/laravel-view-components)[![GitHub Tests Action Status](https://camo.githubusercontent.com/cae488bad81c850a2298055ae7b86cbcbe454199ca3e6e82823a2f661924845a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e646163682f6c61726176656c2d766965772d636f6d706f6e656e74732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/andach/laravel-view-components/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/79551f3e8307d1f191af4ee3f747dce4c5236b238726870af7f57fdc41baba22/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e646163682f6c61726176656c2d766965772d636f6d706f6e656e74732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/andach/laravel-view-components/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ac77cff19aad2899fe8905e1eef4937072b617657185e32b1dde781024079987/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e646163682f6c61726176656c2d766965772d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andach/laravel-view-components)

This is the standard Laravel form components package for Andach Limited. It helps us keep our apps all consistently formatted and branded. It is not likely to be of use to most people in its current state, but has been released open source in the hope that it will help some people learn and understand how to make their own similar packages.

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

[](#installation)

You can install the package via composer:

```
composer require andach/laravel-view-components
php artisan view-components:install
```

Then publish the js with:

```
php artisan vendor:publish --tag=view-components-assets
```

And if desired, can publish the config and views with:

```
php artisan vendor:publish --tag=view-components-config
php artisan vendor:publish --tag=view-components-views
```

The config file can then be edited to point the views towards your local copy to modify them if needed.

### Tailwind

[](#tailwind)

You will need Tailwind and FontAwesome installed in your laravel project:

```
npm install tailwindcss @tailwindcss/vite @fortawesome/fontawesome-free
npm install
```

Also update your `resources/css/app.css to include:`

```
@import 'tailwindcss';
@import '@fortawesome/fontawesome-free/css/all.css';

@source '../../vendor/andach/laravel-view-components/src/Components/*.php';
@source '../../vendor/andach/laravel-view-components/resources/views/**/*.blade.php';
@source '../../vendor/andach/laravel-view-components/config/view-components.php';
@source '../../config/view-components.php';

@custom-variant dark (&:where(.dark, .dark *));
```

And your `resources/js/app.js` to include:

```
import './bootstrap';
import '../css/app.css';
import '/node_modules/@fortawesome/fontawesome-free/css/all.min.css';
import Alpine from 'alpinejs'
import $ from 'jquery';

window.Alpine = Alpine
document.addEventListener('DOMContentLoaded', () => {
    Alpine.start()
})

window.$ = $;
window.jQuery = $;
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance80

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.6% 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 ~80 days

Recently: every ~32 days

Total

12

Last Release

134d ago

Major Versions

v1.0.4 → v2.x-dev2025-10-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/14134660effc2fe199c32c19c6749473faf24b3944bd15dcf34dd9e088f8f095?d=identicon)[andach-andreas](/maintainers/andach-andreas)

---

Top Contributors

[![andach-andreas](https://avatars.githubusercontent.com/u/140014241?v=4)](https://github.com/andach-andreas "andach-andreas (82 commits)")[![adchristodoulou](https://avatars.githubusercontent.com/u/25136044?v=4)](https://github.com/adchristodoulou "adchristodoulou (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravellaravel-view-componentsandach-limited

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/andach-laravel-view-components/health.svg)

```
[![Health](https://phpackages.com/badges/andach-laravel-view-components/health.svg)](https://phpackages.com/packages/andach-laravel-view-components)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-blade-comments

Add debug comments to your rendered output

180335.8k](/packages/spatie-laravel-blade-comments)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17625.6k4](/packages/statikbe-laravel-filament-flexible-content-blocks)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[developermithu/tallcraftui

TallCraftUI is a Laravel blade UI components library built on TALL stack

1663.3k](/packages/developermithu-tallcraftui)[combindma/dash-ui

A streamlined and stylish UI component library for Laravel Blade, crafted with TailwindCSS and AlpineJs for simplicity and elegance.

631.4k](/packages/combindma-dash-ui)

PHPackages © 2026

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