PHPackages                             subcom/twill-leads - 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. subcom/twill-leads

ActiveLibrary

subcom/twill-leads
==================

A twill package

v1.0.2(3y ago)058MITPHP

Since Sep 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/SubcomDev/twill-leads)[ Packagist](https://packagist.org/packages/subcom/twill-leads)[ Docs](https://github.com/SubcomDev/twill-leads)[ RSS](/packages/subcom-twill-leads/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

This a package build with laravel and twill to add menu modul.

Support us
----------

[](#support-us)

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

[](#installation)

### Project setup

[](#project-setup)

twill-leads
===========

[](#twill-leads)

To install twill-leads package and all dependecies run the command below and follow the instructions:

```
composer require subcom/twill-leads
```

### Config setup

[](#config-setup)

1. Run command:

```
php artisan vendor:publish --provider="Leads\LeadsServiceProvider" --tag="twill-leads-views"
php artisan vendor:publish --provider="Leads\LeadsServiceProvider" --tag="twill-emails"
php artisan vendor:publish --provider="Leads\LeadsServiceProvider" --tag="twill-leads-views-site"
php artisan vendor:publish --provider="Leads\LeadsServiceProvider" --tag="twill-success-lang"
php artisan vendor:publish --provider="Leads\LeadsServiceProvider" --tag="twill-resources-success-lang"
php artisan vendor:publish --provider="Leads\LeadsServiceProvider" --tag="twill-leads-public-assets-admin-leads"
php artisan vendor:publish --provider="Leads\LeadsServiceProvider" --tag="twill-leads-database"
```

2. Run command:

```
php artisan migrate
```

3. Add this to resources/js/app.js

```
app.component('NewsletterForm', defineAsyncComponent(() =>
    import('./components/NewsletterForm.vue')
));

app.component('ContactForm', defineAsyncComponent(() =>
    import('./components/ContactForm.vue')
));
```

1. Add this to config/twill.php in 'directories' =&gt; 'source' =&gt; 'blocks'

```
   'leads' => [

       'title' => 'Leads',
       'icon' => 'quote',
       'component' => 'a17-block-leads',
       'path' => base_path('vendor/subcom/twill-leads/src/Twill/Capsules/Leads/resources/views/admin/blocks'),
       'source' => A17\Twill\Services\Blocks\Block::SOURCE_TWILL,
   ],

   'contactform' => [

   'title' => 'ContactForm',
   'icon' => 'quote',
   'component' => 'a17-block-contactform',
   'path' => base_path('vendor/subcom/twill-leads/src/Twill/Capsules/Leads/resources/views/admin/blocks'),
   'source' => A17\Twill\Services\Blocks\Block::SOURCE_TWILL,
   ],
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://subcom.it) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [subcom](https://github.com/SubcomDev)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.2% 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 ~1 days

Total

3

Last Release

1319d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630423?v=4)[Krios](/maintainers/kriosmane)[@kriosmane](https://github.com/kriosmane)

---

Top Contributors

[![Donaldi99](https://avatars.githubusercontent.com/u/56922126?v=4)](https://github.com/Donaldi99 "Donaldi99 (49 commits)")[![kriosmane](https://avatars.githubusercontent.com/u/3630423?v=4)](https://github.com/kriosmane "kriosmane (3 commits)")

### Embed Badge

![Health badge](/badges/subcom-twill-leads/health.svg)

```
[![Health](https://phpackages.com/badges/subcom-twill-leads/health.svg)](https://phpackages.com/packages/subcom-twill-leads)
```

###  Alternatives

[asgardcms/core-module

The core module for AsgardCMS. This is required for every install.

8343.7k27](/packages/asgardcms-core-module)[lavalite/framework

The lavalite framework

6060.9k1](/packages/lavalite-framework)[cwsdigital/twill-metadata

Add SEO Metadata to your Twill.io models.

3356.2k1](/packages/cwsdigital-twill-metadata)[area17/twill-image

3148.6k](/packages/area17-twill-image)[statikbe/laravel-filament-flexible-content-block-pages

A simple content page management system with a flexible content block builder based on the Filament flexible content blocks package.

121.1k](/packages/statikbe-laravel-filament-flexible-content-block-pages)[provision/administration

Laravel administration

113.7k2](/packages/provision-administration)

PHPackages © 2026

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