PHPackages                             skegel13/larablocks - 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. [Framework](/categories/framework)
4. /
5. skegel13/larablocks

ActiveLibrary[Framework](/categories/framework)

skegel13/larablocks
===================

A simple package for creating Laravel modules compatible with the Laravel IDEA plugin

0.1.0(2y ago)04MITPHPPHP ^8.1

Since Feb 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/skegel13/larablocks)[ Packagist](https://packagist.org/packages/skegel13/larablocks)[ Docs](https://github.com/skegel13/larablocks)[ GitHub Sponsors](https://github.com/skegel13)[ RSS](/packages/skegel13-larablocks/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Larablocks
==========

[](#larablocks)

A simple package for creating Laravel modules compatible with the Laravel IDEA plugin

This package was inspired by the [Modular Laravel](https://laracasts.com/series/modular-laravel) series by [Mateus Guimarães](https://mateusguimaraes.com/) on [Laracasts](https://laracasts.com/referral/skegel13).

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

[](#installation)

You can install the package via composer:

```
composer require skegel13/larablocks
```

You can publish the stubs with:

```
php artisan vendor:publish --tag="larablocks-stubs"
```

Usage
-----

[](#usage)

Create a block with:

```
# Create block
php artisan make:block Blog

# Delete block
php artisan make:block Blog --delete
```

If you are using the Laravel IDEA plugin, update your module settings to use "Directory modules".

Then, set the "Sources path" to "src" and the "Root directory path" to "Modules".

[![CleanShot 2024-02-03 at 23 06 59@2x](https://private-user-images.githubusercontent.com/1765058/302076412-583f7420-f761-4f50-bb16-dafb629fb7dc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMwMjE0MTgsIm5iZiI6MTc4MzAyMTExOCwicGF0aCI6Ii8xNzY1MDU4LzMwMjA3NjQxMi01ODNmNzQyMC1mNzYxLTRmNTAtYmIxNi1kYWZiNjI5ZmI3ZGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDJUMTkzODM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9N2EzZmEzNDc2OTE0M2ZhMWMwNDEwY2E1MjliYTUxZDhjMzMzZThlNjFiYmZkMzc1Zjk5YzgxODliMjQ4ZDNmNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.RIWBm5Xizzqh47Qga3yE8sFU8diyLKtfkidZnlAkTtE)](https://private-user-images.githubusercontent.com/1765058/302076412-583f7420-f761-4f50-bb16-dafb629fb7dc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMwMjE0MTgsIm5iZiI6MTc4MzAyMTExOCwicGF0aCI6Ii8xNzY1MDU4LzMwMjA3NjQxMi01ODNmNzQyMC1mNzYxLTRmNTAtYmIxNi1kYWZiNjI5ZmI3ZGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDJUMTkzODM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9N2EzZmEzNDc2OTE0M2ZhMWMwNDEwY2E1MjliYTUxZDhjMzMzZThlNjFiYmZkMzc1Zjk5YzgxODliMjQ4ZDNmNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.RIWBm5Xizzqh47Qga3yE8sFU8diyLKtfkidZnlAkTtE)

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Sean Kegel](https://github.com/skegel13)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

880d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1765058?v=4)[Sean Kegel](/maintainers/skegel13)[@skegel13](https://github.com/skegel13)

---

Top Contributors

[![skegel13](https://avatars.githubusercontent.com/u/1765058?v=4)](https://github.com/skegel13 "skegel13 (6 commits)")

---

Tags

laravelskegel13larablocks

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/skegel13-larablocks/health.svg)

```
[![Health](https://phpackages.com/badges/skegel13-larablocks/health.svg)](https://phpackages.com/packages/skegel13-larablocks)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M97](/packages/dedoc-scramble)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k37](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

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

PHPackages © 2026

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