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 1mo ago

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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMjE4NjQsIm5iZiI6MTc3NTIyMTU2NCwicGF0aCI6Ii8xNzY1MDU4LzMwMjA3NjQxMi01ODNmNzQyMC1mNzYxLTRmNTAtYmIxNi1kYWZiNjI5ZmI3ZGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDQwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA0MDNUMTMwNjA0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTA3NTQ4NmExOTk4MDExODIzYzk4NzBkZjA5ZDJhOTk3OWNjYTY0NzYxM2I5NmRiM2U0MTNmZDEzOTU3ZjBlMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.3vvG-hoHWv9LnUIcr_xA2mFJxYnw3dOMQCnegn3pD5w)](https://private-user-images.githubusercontent.com/1765058/302076412-583f7420-f761-4f50-bb16-dafb629fb7dc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMjE4NjQsIm5iZiI6MTc3NTIyMTU2NCwicGF0aCI6Ii8xNzY1MDU4LzMwMjA3NjQxMi01ODNmNzQyMC1mNzYxLTRmNTAtYmIxNi1kYWZiNjI5ZmI3ZGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDQwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA0MDNUMTMwNjA0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTA3NTQ4NmExOTk4MDExODIzYzk4NzBkZjA5ZDJhOTk3OWNjYTY0NzYxM2I5NmRiM2U0MTNmZDEzOTU3ZjBlMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.3vvG-hoHWv9LnUIcr_xA2mFJxYnw3dOMQCnegn3pD5w)

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 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

825d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3fab34cde3f7b6f9f7ceb2c3e8966311f4bf196e2e4023ee1addb30f66fc15c?d=identicon)[skegel13](/maintainers/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

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M224](/packages/laravel-horizon)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)[blendbyte/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

1322.4k3](/packages/blendbyte-filament-title-with-slug)

PHPackages © 2026

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